Searched refs:dummy_entropy (Results 1 – 8 of 8) sorted by relevance
/mbedtls-3.4.0/programs/fuzz/ |
D | common.h | 24 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 | 33 if( mbedtls_ctr_drbg_seed( &ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
D | fuzz_dtlsclient.c | 63 if( mbedtls_ctr_drbg_seed( &ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
D | fuzz_client.c | 79 if( mbedtls_ctr_drbg_seed( &ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
D | fuzz_dtlsserver.c | 54 if( mbedtls_ctr_drbg_seed( &ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
D | fuzz_server.c | 61 if( mbedtls_ctr_drbg_seed( &ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
|
/mbedtls-3.4.0/programs/ssl/ |
D | ssl_test_lib.c | 58 static int dummy_entropy( void *data, unsigned char *output, size_t len ) in dummy_entropy() function 116 ( reproducible ? dummy_entropy : mbedtls_entropy_func ); in rng_seed()
|