Home
last modified time | relevance | path

Searched refs:mbedtls_hmac_drbg_random (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/mbedtls/library/
A Dhmac_drbg.c355 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 Decdsa.c452 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 Dhmac_drbg.h254 int mbedtls_hmac_drbg_random( void *p_rng, unsigned char *output, size_t out_len );
A Dcompat-1.3.h1970 #define hmac_drbg_random mbedtls_hmac_drbg_random
/AliOS-Things-master/components/mbedtls/programs/test/
A Dbenchmark.c718 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 DChangeLog1597 * mbedtls_ctr_drbg_random() and mbedtls_hmac_drbg_random() are now

Completed in 25 milliseconds