Home
last modified time | relevance | path

Searched refs:mbedtls_entropy_func (Results 1 – 25 of 39) sorted by relevance

12

/net-tools-latest/mbedtls-2.4.0/tests/suites/
Dtest_suite_ctr_drbg.function5 int mbedtls_entropy_func( void *data, unsigned char *buf, size_t len )
70 …TEST_ASSERT( mbedtls_ctr_drbg_seed_entropy_len( &ctx, mbedtls_entropy_func, entropy, add_init, add…
108 …TEST_ASSERT( mbedtls_ctr_drbg_seed_entropy_len( &ctx, mbedtls_entropy_func, entropy, add_init, add…
139 TEST_ASSERT( mbedtls_ctr_drbg_seed( &ctx, mbedtls_entropy_func, entropy, NULL, 0 ) == 0 );
Dtest_suite_hmac_drbg.function10 int mbedtls_entropy_func( void *data, unsigned char *buf, size_t len )
53 TEST_ASSERT( mbedtls_hmac_drbg_seed( &ctx, md_info, mbedtls_entropy_func, &entropy,
209 TEST_ASSERT( mbedtls_hmac_drbg_seed( &ctx, md_info, mbedtls_entropy_func, &p_entropy,
254 TEST_ASSERT( mbedtls_hmac_drbg_seed( &ctx, md_info, mbedtls_entropy_func, &p_entropy,
299 TEST_ASSERT( mbedtls_hmac_drbg_seed( &ctx, md_info, mbedtls_entropy_func, &p_entropy,
Dtest_suite_entropy.function181 TEST_ASSERT( mbedtls_entropy_func( &ctx, buf, len ) == ret );
209 TEST_ASSERT( mbedtls_entropy_func( &ctx, buf, sizeof( buf ) )
241 ret = mbedtls_entropy_func( &ctx, buf, sizeof( buf ) );
339 TEST_ASSERT( mbedtls_entropy_func( &ctx, entropy, sizeof( entropy ) ) == 0 );
/net-tools-latest/mbedtls-2.4.0/library/
Dentropy.c286 int mbedtls_entropy_func( void *data, unsigned char *output, size_t len ) in mbedtls_entropy_func() function
388 if( ( ret = mbedtls_entropy_func( ctx, buf, MBEDTLS_ENTROPY_BLOCK_SIZE ) ) != 0 ) in mbedtls_entropy_update_nv_seed()
412 if( ( ret = mbedtls_entropy_func( ctx, buf, MBEDTLS_ENTROPY_BLOCK_SIZE ) ) != 0 ) in mbedtls_entropy_write_seed_file()
616 if( ( ret = mbedtls_entropy_func( &ctx, buf, sizeof( buf ) ) ) != 0 ) in mbedtls_entropy_self_test()
/net-tools-latest/mbedtls-2.4.0/programs/random/
Dgen_entropy.c72 ret = mbedtls_entropy_func( &entropy, buf, sizeof( buf ) ); in main()
Dgen_random_ctr_drbg.c75 …ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, (const unsigned char *) "R… in main()
/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dentropy.h199 int mbedtls_entropy_func( void *data, unsigned char *output, size_t len );
/net-tools-latest/mbedtls-2.4.0/programs/pkey/
Dpk_decrypt.c91 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Dpk_sign.c90 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Dpk_encrypt.c89 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Drsa_sign_pss.c91 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Drsa_genkey.c78 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Drsa_encrypt.c93 return_val = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
Ddh_genprime.c120 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Drsa_decrypt.c94 return_val = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
Decdsa.c135 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Decdh_curve25519.c74 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Ddh_client.c102 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Ddh_server.c103 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
/net-tools-latest/mbedtls-2.4.0/yotta/data/example-authcrypt/
Dmain.cpp73 ret = mbedtls_ctr_drbg_seed(&drbg, mbedtls_entropy_func, &entropy, in example()
/net-tools-latest/mbedtls-2.4.0/programs/ssl/
Dmini_client.c197 if( mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Dssl_client1.c112 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Ddtls_client.c119 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Dssl_server.c183 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Dssl_fork_server.c127 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()

12