Home
last modified time | relevance | path

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

/third_party/mbedtls/programs/ssl/
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()
/third_party/mbedtls/programs/fuzz/
Dcommon.h17 int dummy_entropy( void *data, unsigned char *output, size_t len );
Dcommon.c76 int dummy_entropy( void *data, unsigned char *output, size_t len ) in dummy_entropy() function
Dfuzz_dtlsclient.c63 if( mbedtls_ctr_drbg_seed( &ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()
Dfuzz_dtlsserver.c72 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_server.c62 if( mbedtls_ctr_drbg_seed( &ctr_drbg, dummy_entropy, &entropy, in LLVMFuzzerTestOneInput()