Lines Matching refs:PROV_DRBG
132 static int drbg_hmac_instantiate(PROV_DRBG *drbg, in drbg_hmac_instantiate()
147 PROV_DRBG *drbg = (PROV_DRBG *)vdrbg; in drbg_hmac_instantiate_wrapper()
175 static int drbg_hmac_reseed(PROV_DRBG *drbg, in drbg_hmac_reseed()
189 PROV_DRBG *drbg = (PROV_DRBG *)vdrbg; in drbg_hmac_reseed_wrapper()
249 static int drbg_hmac_generate(PROV_DRBG *drbg, in drbg_hmac_generate()
261 PROV_DRBG *drbg = (PROV_DRBG *)vdrbg; in drbg_hmac_generate_wrapper()
267 static int drbg_hmac_uninstantiate(PROV_DRBG *drbg) in drbg_hmac_uninstantiate()
278 PROV_DRBG *drbg = (PROV_DRBG *)vdrbg; in drbg_hmac_uninstantiate_wrapper()
294 PROV_DRBG *drbg = (PROV_DRBG *)vdrbg; in drbg_hmac_verify_zeroization()
311 static int drbg_hmac_new(PROV_DRBG *drbg) in drbg_hmac_new()
344 PROV_DRBG *drbg = (PROV_DRBG *)vdrbg; in drbg_hmac_free()
357 PROV_DRBG *drbg = (PROV_DRBG *)vdrbg; in drbg_hmac_get_ctx_params()
412 PROV_DRBG *ctx = (PROV_DRBG *)vctx; in drbg_hmac_set_ctx_params_locked()
453 PROV_DRBG *drbg = (PROV_DRBG *)vctx; in drbg_hmac_set_ctx_params()