Searched refs:dummy_entropy (Results 1 – 6 of 6) sorted by relevance
| /programs/fuzz/ |
| A D | fuzz_dtlsclient.c | 69 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
| A D | fuzz_client.c | 86 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
| A D | fuzz_dtlsserver.c | 66 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
| A D | fuzz_server.c | 75 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
| /programs/test/ |
| A D | selftest.c | 214 static void dummy_entropy(unsigned char *output, size_t output_size) in dummy_entropy() function 235 dummy_entropy(seed_value, MBEDTLS_ENTROPY_BLOCK_SIZE); in create_entropy_seed_file()
|
| /programs/ssl/ |
| A D | ssl_test_lib.c | 50 static int dummy_entropy(void *data, unsigned char *output, size_t len) in dummy_entropy() function 103 (reproducible ? dummy_entropy : mbedtls_entropy_func); in rng_seed()
|
Completed in 11 milliseconds