/mbedtls-development/library/ |
A D | psa_crypto_random_impl.h | 189 mbedtls_entropy_func, in mbedtls_psa_drbg_seed() 197 mbedtls_entropy_func, in mbedtls_psa_drbg_seed()
|
A D | entropy.c | 298 int mbedtls_entropy_func( void *data, unsigned char *output, size_t len ) in mbedtls_entropy_func() function 427 if( ( ret = mbedtls_entropy_func( ctx, buf, MBEDTLS_ENTROPY_BLOCK_SIZE ) ) != 0 ) in mbedtls_entropy_update_nv_seed() 448 if( ( ret = mbedtls_entropy_func( ctx, buf, MBEDTLS_ENTROPY_BLOCK_SIZE ) ) != 0 ) in mbedtls_entropy_write_seed_file() 663 if( ( ret = mbedtls_entropy_func( &ctx, buf, sizeof( buf ) ) ) != 0 ) in mbedtls_entropy_self_test()
|
/mbedtls-development/tests/suites/ |
A D | test_suite_random.function | 33 mbedtls_entropy_func, &entropy, 44 mbedtls_entropy_func, &entropy, 73 mbedtls_entropy_func, &entropy, 84 mbedtls_entropy_func, &entropy,
|
A D | test_suite_entropy.function | 197 TEST_EQUAL( mbedtls_entropy_func( &ctx, buf, sizeof( buf ) ), 246 TEST_ASSERT( mbedtls_entropy_func( &ctx, buf, len ) == ret ); 277 TEST_ASSERT( mbedtls_entropy_func( &ctx, buf, sizeof( buf ) ) 317 ret = mbedtls_entropy_func( &ctx, buf, sizeof( buf ) ); 346 * if result < 0: result = expected return code from mbedtls_entropy_func() 365 ret = mbedtls_entropy_func( &ctx, buf, sizeof( buf ) ); 476 TEST_ASSERT( mbedtls_entropy_func( &ctx, entropy, sizeof( entropy ) ) == 0 );
|
/mbedtls-development/programs/ssl/ |
A D | ssl_test_lib.c | 62 ret = mbedtls_entropy_func( data, output, len ); in dummy_entropy() 114 ( reproducible ? dummy_entropy : mbedtls_entropy_func ); in rng_seed()
|
A D | mini_client.c | 190 if( mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
A D | ssl_client1.c | 111 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
A D | dtls_client.c | 127 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
A D | ssl_server.c | 129 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
A D | ssl_fork_server.c | 127 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
/mbedtls-development/programs/random/ |
A D | gen_entropy.c | 73 ret = mbedtls_entropy_func( &entropy, buf, sizeof( buf ) ); in main()
|
A D | gen_random_ctr_drbg.c | 76 …ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, (const unsigned char *) "R… in main()
|
/mbedtls-development/include/mbedtls/ |
A D | entropy.h | 205 int mbedtls_entropy_func( void *data, unsigned char *output, size_t len );
|
/mbedtls-development/programs/pkey/ |
A D | pk_decrypt.c | 93 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
|
A D | pk_encrypt.c | 90 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
|
A D | pk_sign.c | 89 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
A D | rsa_sign_pss.c | 90 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
A D | rsa_encrypt.c | 90 ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
|
A D | dh_genprime.c | 119 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
A D | rsa_genkey.c | 83 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
A D | ecdsa.c | 137 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
A D | rsa_decrypt.c | 96 ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
|
A D | ecdh_curve25519.c | 74 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
A D | dh_client.c | 102 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
A D | dh_server.c | 108 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|