Searched refs:dummy_entropy (Results 1 - 8 of 8) sorted by relevance
/third_party/mbedtls/programs/fuzz/ |
H A D | common.h | 23 int dummy_entropy(void *data, unsigned char *output, size_t len);
|
H A D | common.c | 84 int dummy_entropy(void *data, unsigned char *output, size_t len) in dummy_entropy() function
|
H A D | fuzz_dtlsclient.c | 70 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
H A D | fuzz_privkey.c | 40 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
H A D | fuzz_client.c | 86 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
H A D | fuzz_dtlsserver.c | 66 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
H A D | fuzz_server.c | 75 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_test_lib.c | 49 static int dummy_entropy(void *data, unsigned char *output, size_t len) in dummy_entropy() function 104 (reproducible ? dummy_entropy : mbedtls_entropy_func); in rng_seed()
|
Completed in 3 milliseconds