Home
last modified time | relevance | path

Searched refs:dummy_entropy (Results 1 – 8 of 8) sorted by relevance

/third_party/mbedtls/programs/fuzz/
Dcommon.h23 int dummy_entropy(void *data, unsigned char *output, size_t len);
Dcommon.c84 int dummy_entropy(void *data, unsigned char *output, size_t len) in dummy_entropy() function
Dfuzz_privkey.c34 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
Dfuzz_dtlsclient.c65 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
Dfuzz_dtlsserver.c55 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
Dfuzz_client.c81 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
Dfuzz_server.c62 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
/third_party/mbedtls/programs/ssl/
Dssl_test_lib.c60 static int dummy_entropy(void *data, unsigned char *output, size_t len) in dummy_entropy() function
115 (reproducible ? dummy_entropy : mbedtls_entropy_func); in rng_seed()