Lines Matching refs:vdrbg
141 static int drbg_hmac_instantiate_wrapper(void *vdrbg, unsigned int strength, in drbg_hmac_instantiate_wrapper() argument
147 PROV_DRBG *drbg = (PROV_DRBG *)vdrbg; in drbg_hmac_instantiate_wrapper()
185 static int drbg_hmac_reseed_wrapper(void *vdrbg, int prediction_resistance, in drbg_hmac_reseed_wrapper() argument
189 PROV_DRBG *drbg = (PROV_DRBG *)vdrbg; in drbg_hmac_reseed_wrapper()
257 static int drbg_hmac_generate_wrapper(void *vdrbg, in drbg_hmac_generate_wrapper() argument
261 PROV_DRBG *drbg = (PROV_DRBG *)vdrbg; in drbg_hmac_generate_wrapper()
276 static int drbg_hmac_uninstantiate_wrapper(void *vdrbg) in drbg_hmac_uninstantiate_wrapper() argument
278 PROV_DRBG *drbg = (PROV_DRBG *)vdrbg; in drbg_hmac_uninstantiate_wrapper()
292 static int drbg_hmac_verify_zeroization(void *vdrbg) in drbg_hmac_verify_zeroization() argument
294 PROV_DRBG *drbg = (PROV_DRBG *)vdrbg; in drbg_hmac_verify_zeroization()
342 static void drbg_hmac_free(void *vdrbg) in drbg_hmac_free() argument
344 PROV_DRBG *drbg = (PROV_DRBG *)vdrbg; in drbg_hmac_free()
355 static int drbg_hmac_get_ctx_params(void *vdrbg, OSSL_PARAM params[]) in drbg_hmac_get_ctx_params() argument
357 PROV_DRBG *drbg = (PROV_DRBG *)vdrbg; in drbg_hmac_get_ctx_params()