Searched defs:vdrbg (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/providers/implementations/rands/ |
D | drbg_hmac.c | 143 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()
|
D | drbg_hash.c | 266 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()
|
D | drbg_ctr.c | 326 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()
|
D | drbg.c | 144 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()
|
D | seed_src.c | 213 static void seed_clear_seed(ossl_unused void *vdrbg, in seed_clear_seed()
|
/third_party/openssl/test/ |
D | provfetchtest.c | 99 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()
|
/third_party/openssl/fuzz/ |
D | fuzz_rand.c | 57 static int fuzz_rand_generate(ossl_unused void *vdrbg, in fuzz_rand_generate()
|