Home
last modified time | relevance | path

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

/mbedtls-3.4.0/programs/fuzz/
Dcommon.h24 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_privkey.c33 if( mbedtls_ctr_drbg_seed( &ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
Dfuzz_dtlsclient.c63 if( mbedtls_ctr_drbg_seed( &ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
Dfuzz_client.c79 if( mbedtls_ctr_drbg_seed( &ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
Dfuzz_dtlsserver.c54 if( mbedtls_ctr_drbg_seed( &ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
Dfuzz_server.c61 if( mbedtls_ctr_drbg_seed( &ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
/mbedtls-3.4.0/programs/ssl/
Dssl_test_lib.c58 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()