Lines Matching refs:PROV_DRBG
94 static int drbg_hmac_update(PROV_DRBG *drbg, in drbg_hmac_update()
122 static int drbg_hmac_instantiate(PROV_DRBG *drbg, in drbg_hmac_instantiate()
149 PROV_DRBG *drbg = (PROV_DRBG *)vdrbg; in drbg_hmac_instantiate_wrapper()
167 static int drbg_hmac_reseed(PROV_DRBG *drbg, in drbg_hmac_reseed()
179 PROV_DRBG *drbg = (PROV_DRBG *)vdrbg; in drbg_hmac_reseed_wrapper()
194 static int drbg_hmac_generate(PROV_DRBG *drbg, in drbg_hmac_generate()
244 PROV_DRBG *drbg = (PROV_DRBG *)vdrbg; in drbg_hmac_generate_wrapper()
250 static int drbg_hmac_uninstantiate(PROV_DRBG *drbg) in drbg_hmac_uninstantiate()
261 return drbg_hmac_uninstantiate((PROV_DRBG *)vdrbg); in drbg_hmac_uninstantiate_wrapper()
266 PROV_DRBG *drbg = (PROV_DRBG *)vdrbg; in drbg_hmac_verify_zeroization()
274 static int drbg_hmac_new(PROV_DRBG *drbg) in drbg_hmac_new()
306 PROV_DRBG *drbg = (PROV_DRBG *)vdrbg; in drbg_hmac_free()
319 PROV_DRBG *drbg = (PROV_DRBG *)vdrbg; in drbg_hmac_get_ctx_params()
358 PROV_DRBG *ctx = (PROV_DRBG *)vctx; in drbg_hmac_set_ctx_params()