Home
last modified time | relevance | path

Searched defs:vdrbg (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/rands/
H A Ddrbg_hmac.c143 static int drbg_hmac_instantiate_wrapper(void *vdrbg, unsigned int strength, in drbg_hmac_instantiate_wrapper()
175 static int drbg_hmac_reseed_wrapper(void *vdrbg, int prediction_resistance, in drbg_hmac_reseed_wrapper()
241 (void *vdrbg, unsigned char *out, size_t outlen, unsigned int strength, in drbg_hmac_generate_wrapper()
259 static int drbg_hmac_uninstantiate_wrapper(void *vdrbg) in drbg_hmac_uninstantiate_wrapper()
264 static int drbg_hmac_verify_zeroization(void *vdrbg) in drbg_hmac_verify_zeroization()
304 static void drbg_hmac_free(void *vdrbg) in drbg_hmac_free()
317 static int drbg_hmac_get_ctx_params(void *vdrbg, OSSL_PARAM params[]) in drbg_hmac_get_ctx_params()
H A Ddrbg_hash.c266 static int drbg_hash_instantiate_wrapper(void *vdrbg, unsigned int strength, in drbg_hash_instantiate_wrapper()
304 static int drbg_hash_reseed_wrapper(void *vdrbg, int prediction_resistance, in drbg_hash_reseed_wrapper()
353 (void *vdrbg, unsigned char *out, size_t outlen, unsigned int strength, in drbg_hash_generate_wrapper()
372 static int drbg_hash_uninstantiate_wrapper(void *vdrbg) in drbg_hash_uninstantiate_wrapper()
377 static int drbg_hash_verify_zeroization(void *vdrbg) in drbg_hash_verify_zeroization()
418 static void drbg_hash_free(void *vdrbg) in drbg_hash_free()
431 static int drbg_hash_get_ctx_params(void *vdrbg, OSSL_PARAM params[]) in drbg_hash_get_ctx_params()
H A Ddrbg_ctr.c326 static int drbg_ctr_instantiate_wrapper(void *vdrbg, unsigned int strength, in drbg_ctr_instantiate_wrapper()
355 static int drbg_ctr_reseed_wrapper(void *vdrbg, int prediction_resistance, in drbg_ctr_reseed_wrapper()
452 (void *vdrbg, unsigned char *out, size_t outlen, in drbg_ctr_generate_wrapper()
474 static int drbg_ctr_uninstantiate_wrapper(void *vdrbg) in drbg_ctr_uninstantiate_wrapper()
479 static int drbg_ctr_verify_zeroization(void *vdrbg) in drbg_ctr_verify_zeroization()
610 static void drbg_ctr_free(void *vdrbg) in drbg_ctr_free()
627 static int drbg_ctr_get_ctx_params(void *vdrbg, OSSL_PARAM params[]) in drbg_ctr_get_ctx_params()
H A Ddrbg.c144 size_t ossl_drbg_get_seed(void *vdrbg, unsigned char **pout, in ossl_drbg_get_seed()
188 void ossl_drbg_clear_seed(ossl_unused void *vdrbg, in ossl_drbg_clear_seed()
H A Dseed_src.c213 static void seed_clear_seed(ossl_unused void *vdrbg, in seed_clear_seed()
/freebsd/crypto/openssl/test/
H A Dprovfetchtest.c99 static int dummy_rand_instantiate(void *vdrbg, unsigned int strength, in dummy_rand_instantiate()
107 static int dummy_rand_uninstantiate(void *vdrbg) in dummy_rand_uninstantiate()
/freebsd/crypto/openssl/fuzz/
H A Dfuzz_rand.c57 static int fuzz_rand_generate(ossl_unused void *vdrbg, in fuzz_rand_generate()