Home
last modified time | relevance | path

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

12

/mbedtls-development/library/
A Dpsa_crypto_random_impl.h189 mbedtls_entropy_func, in mbedtls_psa_drbg_seed()
197 mbedtls_entropy_func, in mbedtls_psa_drbg_seed()
A Dentropy.c298 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 Dtest_suite_random.function33 mbedtls_entropy_func, &entropy,
44 mbedtls_entropy_func, &entropy,
73 mbedtls_entropy_func, &entropy,
84 mbedtls_entropy_func, &entropy,
A Dtest_suite_entropy.function197 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 Dssl_test_lib.c62 ret = mbedtls_entropy_func( data, output, len ); in dummy_entropy()
114 ( reproducible ? dummy_entropy : mbedtls_entropy_func ); in rng_seed()
A Dmini_client.c190 if( mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
A Dssl_client1.c111 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
A Ddtls_client.c127 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
A Dssl_server.c129 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
A Dssl_fork_server.c127 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
/mbedtls-development/programs/random/
A Dgen_entropy.c73 ret = mbedtls_entropy_func( &entropy, buf, sizeof( buf ) ); in main()
A Dgen_random_ctr_drbg.c76 …ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, (const unsigned char *) "R… in main()
/mbedtls-development/include/mbedtls/
A Dentropy.h205 int mbedtls_entropy_func( void *data, unsigned char *output, size_t len );
/mbedtls-development/programs/pkey/
A Dpk_decrypt.c93 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
A Dpk_encrypt.c90 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
A Dpk_sign.c89 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
A Drsa_sign_pss.c90 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
A Drsa_encrypt.c90 ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
A Ddh_genprime.c119 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
A Drsa_genkey.c83 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
A Decdsa.c137 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
A Drsa_decrypt.c96 ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
A Decdh_curve25519.c74 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
A Ddh_client.c102 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
A Ddh_server.c108 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()

Completed in 20 milliseconds

12