Home
last modified time | relevance | path

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

12

/third_party/mbedtls/library/
Dentropy.c356 int mbedtls_entropy_func( void *data, unsigned char *output, size_t len ) in mbedtls_entropy_func() function
479 if( ( ret = mbedtls_entropy_func( ctx, buf, MBEDTLS_ENTROPY_BLOCK_SIZE ) ) != 0 ) in mbedtls_entropy_update_nv_seed()
500 if( ( ret = mbedtls_entropy_func( ctx, buf, MBEDTLS_ENTROPY_BLOCK_SIZE ) ) != 0 ) in mbedtls_entropy_write_seed_file()
720 if( ( ret = mbedtls_entropy_func( &ctx, buf, sizeof( buf ) ) ) != 0 ) in mbedtls_entropy_self_test()
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-init.c83 n = mbedtls_ctr_drbg_seed(&context->mcdc, mbedtls_entropy_func, in lws_plat_init()
/third_party/mbedtls/programs/random/
Dgen_entropy.c104 ret = mbedtls_entropy_func( &entropy, buf, sizeof( buf ) ); in main()
Dgen_random_ctr_drbg.c107 …ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, (const unsigned char *) "R… in main()
/third_party/mbedtls/tests/suites/
Dtest_suite_entropy.function220 TEST_ASSERT( mbedtls_entropy_func( &ctx, buf, len ) == ret );
251 TEST_ASSERT( mbedtls_entropy_func( &ctx, buf, sizeof( buf ) )
283 ret = mbedtls_entropy_func( &ctx, buf, sizeof( buf ) );
393 TEST_ASSERT( mbedtls_entropy_func( &ctx, entropy, sizeof( entropy ) ) == 0 );
/third_party/mbedtls/include/mbedtls/
Dentropy.h228 int mbedtls_entropy_func( void *data, unsigned char *output, size_t len );
/third_party/mbedtls/programs/pkey/
Dpk_decrypt.c124 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
Dpk_encrypt.c121 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
Dpk_sign.c131 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Drsa_sign_pss.c121 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Drsa_encrypt.c121 ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
Ddh_genprime.c150 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Drsa_genkey.c115 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Drsa_decrypt.c127 ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
Decdsa.c168 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Decdh_curve25519.c105 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Ddh_client.c134 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Ddh_server.c140 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
/third_party/mbedtls/programs/ssl/
Dmini_client.c221 if( mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Dssl_client1.c142 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Ddtls_client.c158 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Dssl_server.c212 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
Dssl_fork_server.c158 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
/third_party/mbedtls/port/src/
Dtls_client.c63 int ret = mbedtls_ctr_drbg_seed(&session->ctr_drbg, mbedtls_entropy_func, &session->entropy, in MbedtlsClientInit()
/third_party/curl/lib/vtls/
Dmbedtls.c120 ret = mbedtls_entropy_func(data, output, len); in entropy_func_mutex()
285 ret = mbedtls_ctr_drbg_seed(&backend->ctr_drbg, mbedtls_entropy_func, in mbed_connect_step1()
871 ret = mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, in mbedtls_random()

12