Home
last modified time | relevance | path

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

/mbedtls-latest/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_dtlsclient.c70 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
Dfuzz_privkey.c40 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
Dfuzz_client.c86 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
Dfuzz_dtlsserver.c66 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
Dfuzz_server.c75 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
/mbedtls-latest/programs/ssl/
Dssl_test_lib.c49 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()