Home
last modified time | relevance | path

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

/programs/fuzz/
A Dfuzz_dtlsclient.c69 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
A Dfuzz_client.c86 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
A Dfuzz_dtlsserver.c66 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
A Dfuzz_server.c75 if (mbedtls_ctr_drbg_seed(&ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
/programs/test/
A Dselftest.c214 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 Dssl_test_lib.c50 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