Home
last modified time | relevance | path

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

/third_party/mbedtls/programs/fuzz/
H A Dcommon.h23 int dummy_entropy(void *data, unsigned char *output, size_t len);
H A Dcommon.c84 int dummy_entropy(void *data, unsigned char *output, size_t len) in dummy_entropy() function
H A Dfuzz_dtlsclient.c70 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
H A Dfuzz_privkey.c40 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
H A Dfuzz_client.c86 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
H A Dfuzz_dtlsserver.c66 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
H A Dfuzz_server.c75 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
/third_party/mbedtls/programs/ssl/
H A 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()

Completed in 4 milliseconds