/AliOS-Things-master/components/mbedtls/library/ |
A D | entropy.c | 326 int mbedtls_entropy_func( void *data, unsigned char *output, size_t len ) in mbedtls_entropy_func() function 449 if( ( ret = mbedtls_entropy_func( ctx, buf, MBEDTLS_ENTROPY_BLOCK_SIZE ) ) != 0 ) in mbedtls_entropy_update_nv_seed() 473 if( ( ret = mbedtls_entropy_func( ctx, buf, MBEDTLS_ENTROPY_BLOCK_SIZE ) ) != 0 ) in mbedtls_entropy_write_seed_file() 682 if( ( ret = mbedtls_entropy_func( &ctx, buf, sizeof( buf ) ) ) != 0 ) in mbedtls_entropy_self_test()
|
/AliOS-Things-master/components/mbedtls/programs/random/ |
A D | gen_entropy.c | 90 ret = mbedtls_entropy_func( &entropy, buf, sizeof( buf ) ); in main()
|
A D | gen_random_ctr_drbg.c | 93 …ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, (const unsigned char *) "R… in main()
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | entropy.h | 201 int mbedtls_entropy_func( void *data, unsigned char *output, size_t len );
|
/AliOS-Things-master/components/mbedtls/programs/pkey/ |
A D | pk_encrypt.c | 107 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
|
A D | pk_sign.c | 107 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
A D | pk_decrypt.c | 110 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
|
A D | rsa_sign_pss.c | 108 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
A D | dh_genprime.c | 136 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
A D | rsa_encrypt.c | 107 ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
|
A D | ecdsa.c | 154 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
A D | rsa_decrypt.c | 113 ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
|
A D | rsa_genkey.c | 101 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
A D | ecdh_curve25519.c | 91 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
A D | dh_client.c | 120 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
A D | dh_server.c | 126 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
A D | gen_key.c | 325 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
/AliOS-Things-master/components/mbedtls/programs/ssl/ |
A D | mini_client.c | 207 if( mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
A D | ssl_client1.c | 128 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
A D | dtls_client.c | 143 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
A D | ssl_server.c | 198 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
A D | dtls_server.c | 211 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
A D | ssl_fork_server.c | 144 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
A D | ssl_pthread_server.c | 419 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|
/AliOS-Things-master/components/mbedtls/programs/x509/ |
A D | cert_req.c | 341 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
|