Home
last modified time | relevance | path

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

12

/AliOS-Things-master/components/mbedtls/library/
A Dentropy.c326 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 Dgen_entropy.c90 ret = mbedtls_entropy_func( &entropy, buf, sizeof( buf ) ); in main()
A Dgen_random_ctr_drbg.c93 …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 Dentropy.h201 int mbedtls_entropy_func( void *data, unsigned char *output, size_t len );
/AliOS-Things-master/components/mbedtls/programs/pkey/
A Dpk_encrypt.c107 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
A Dpk_sign.c107 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
A Dpk_decrypt.c110 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
A Drsa_sign_pss.c108 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
A Ddh_genprime.c136 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
A Drsa_encrypt.c107 ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
A Decdsa.c154 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
A Drsa_decrypt.c113 ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, in main()
A Drsa_genkey.c101 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
A Decdh_curve25519.c91 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
A Ddh_client.c120 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
A Ddh_server.c126 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
A Dgen_key.c325 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
/AliOS-Things-master/components/mbedtls/programs/ssl/
A Dmini_client.c207 if( mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
A Dssl_client1.c128 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
A Ddtls_client.c143 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
A Dssl_server.c198 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
A Ddtls_server.c211 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
A Dssl_fork_server.c144 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
A Dssl_pthread_server.c419 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()
/AliOS-Things-master/components/mbedtls/programs/x509/
A Dcert_req.c341 if( ( ret = mbedtls_ctr_drbg_seed( &ctr_drbg, mbedtls_entropy_func, &entropy, in main()

Completed in 20 milliseconds

12