rand: update DRBGs to use the get_entropy call for seeding
[openssl.git] / providers / implementations / rands / drbg_ctr.c
index caf885c4cb001faf5eb712e8bdfab1358c2f4e81..1f5b14247b1e8c2bfae5da957ef71d9dd5787398 100644 (file)
@@ -755,5 +755,7 @@ const OSSL_DISPATCH ossl_drbg_ctr_functions[] = {
     { OSSL_FUNC_RAND_GET_CTX_PARAMS, (void(*)(void))drbg_ctr_get_ctx_params },
     { OSSL_FUNC_RAND_VERIFY_ZEROIZATION,
       (void(*)(void))drbg_ctr_verify_zeroization },
+    { OSSL_FUNC_RAND_GET_SEED, (void(*)(void))ossl_drbg_get_seed },
+    { OSSL_FUNC_RAND_CLEAR_SEED, (void(*)(void))ossl_drbg_clear_seed },
     { 0, NULL }
 };