Searched refs:mbedtls_hmac_drbg_random (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/mbedtls/library/ |
A D | hmac_drbg.c | 355 int mbedtls_hmac_drbg_random( void *p_rng, unsigned char *output, size_t out_len ) in mbedtls_hmac_drbg_random() function 400 if( ( ret = mbedtls_hmac_drbg_random( ctx, buf, sizeof( buf ) ) ) != 0 ) in mbedtls_hmac_drbg_write_seed_file() 540 CHK( mbedtls_hmac_drbg_random( &ctx, buf, OUTPUT_LEN ) ); in mbedtls_hmac_drbg_self_test() 541 CHK( mbedtls_hmac_drbg_random( &ctx, buf, OUTPUT_LEN ) ); in mbedtls_hmac_drbg_self_test() 563 CHK( mbedtls_hmac_drbg_random( &ctx, buf, OUTPUT_LEN ) ); in mbedtls_hmac_drbg_self_test() 564 CHK( mbedtls_hmac_drbg_random( &ctx, buf, OUTPUT_LEN ) ); in mbedtls_hmac_drbg_self_test()
|
A D | ecdsa.c | 452 mbedtls_hmac_drbg_random, p_rng ); in ecdsa_sign_det_restartable() 455 mbedtls_hmac_drbg_random, p_rng, rs_ctx ); in ecdsa_sign_det_restartable()
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | hmac_drbg.h | 254 int mbedtls_hmac_drbg_random( void *p_rng, unsigned char *output, size_t out_len );
|
A D | compat-1.3.h | 1970 #define hmac_drbg_random mbedtls_hmac_drbg_random
|
/AliOS-Things-master/components/mbedtls/programs/test/ |
A D | benchmark.c | 718 mbedtls_hmac_drbg_random( &hmac_drbg, buf, BUFSIZE ) ); in main() 725 mbedtls_hmac_drbg_random( &hmac_drbg, buf, BUFSIZE ) ); in main() 735 mbedtls_hmac_drbg_random( &hmac_drbg, buf, BUFSIZE ) ); in main() 742 mbedtls_hmac_drbg_random( &hmac_drbg, buf, BUFSIZE ) ); in main()
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 1597 * mbedtls_ctr_drbg_random() and mbedtls_hmac_drbg_random() are now
|
Completed in 25 milliseconds