Home
last modified time | relevance | path

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

/mbedtls-development/programs/fuzz/
A Dcommon.h17 int dummy_entropy( void *data, unsigned char *output, size_t len );
A Dcommon.c75 int dummy_entropy( void *data, unsigned char *output, size_t len ) in dummy_entropy() function
A Dfuzz_dtlsclient.c63 if( mbedtls_ctr_drbg_seed( &ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
A Dfuzz_client.c79 if( mbedtls_ctr_drbg_seed( &ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
A Dfuzz_dtlsserver.c72 if( mbedtls_ctr_drbg_seed( &ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
A Dfuzz_server.c62 if( mbedtls_ctr_drbg_seed( &ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
/mbedtls-development/programs/ssl/
A Dssl_test_lib.c56 static int dummy_entropy( void *data, unsigned char *output, size_t len ) in dummy_entropy() function
114 ( reproducible ? dummy_entropy : mbedtls_entropy_func ); in rng_seed()

Completed in 6 milliseconds