Searched refs:dummy_entropy (Results 1 – 8 of 8) sorted by relevance
/third_party/mbedtls/programs/fuzz/ |
D | common.h | 23 int dummy_entropy(void *data, unsigned char *output, size_t len);
|
D | common.c | 84 int dummy_entropy(void *data, unsigned char *output, size_t len) in dummy_entropy() function
|
D | fuzz_privkey.c | 34 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
D | fuzz_dtlsclient.c | 65 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
D | fuzz_dtlsserver.c | 55 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
D | fuzz_client.c | 81 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
D | fuzz_server.c | 62 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
/third_party/mbedtls/programs/ssl/ |
D | ssl_test_lib.c | 60 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()
|