Lines Matching refs:vdrbg
143 static int drbg_hmac_instantiate_wrapper(void *vdrbg, unsigned int strength, in drbg_hmac_instantiate_wrapper() argument
149 PROV_DRBG *drbg = (PROV_DRBG *)vdrbg; in drbg_hmac_instantiate_wrapper()
175 static int drbg_hmac_reseed_wrapper(void *vdrbg, int prediction_resistance, in drbg_hmac_reseed_wrapper() argument
179 PROV_DRBG *drbg = (PROV_DRBG *)vdrbg; in drbg_hmac_reseed_wrapper()
241 (void *vdrbg, unsigned char *out, size_t outlen, unsigned int strength, in drbg_hmac_generate_wrapper() argument
244 PROV_DRBG *drbg = (PROV_DRBG *)vdrbg; in drbg_hmac_generate_wrapper()
259 static int drbg_hmac_uninstantiate_wrapper(void *vdrbg) in drbg_hmac_uninstantiate_wrapper() argument
261 return drbg_hmac_uninstantiate((PROV_DRBG *)vdrbg); in drbg_hmac_uninstantiate_wrapper()
264 static int drbg_hmac_verify_zeroization(void *vdrbg) in drbg_hmac_verify_zeroization() argument
266 PROV_DRBG *drbg = (PROV_DRBG *)vdrbg; in drbg_hmac_verify_zeroization()
304 static void drbg_hmac_free(void *vdrbg) in drbg_hmac_free() argument
306 PROV_DRBG *drbg = (PROV_DRBG *)vdrbg; in drbg_hmac_free()
317 static int drbg_hmac_get_ctx_params(void *vdrbg, OSSL_PARAM params[]) in drbg_hmac_get_ctx_params() argument
319 PROV_DRBG *drbg = (PROV_DRBG *)vdrbg; in drbg_hmac_get_ctx_params()