Home
last modified time | relevance | path

Searched refs:mbedtls_hmac_drbg_reseed (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/mbedtls/library/
A Dhmac_drbg.c154 int mbedtls_hmac_drbg_reseed( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_reseed() function
246 if( ( ret = mbedtls_hmac_drbg_reseed( ctx, custom, len ) ) != 0 ) in mbedtls_hmac_drbg_seed()
306 if( ( ret = mbedtls_hmac_drbg_reseed( ctx, additional, add_len ) ) != 0 ) in mbedtls_hmac_drbg_random_with_add()
562 CHK( mbedtls_hmac_drbg_reseed( &ctx, NULL, 0 ) ); in mbedtls_hmac_drbg_self_test()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dhmac_drbg.h217 int mbedtls_hmac_drbg_reseed( mbedtls_hmac_drbg_context *ctx,
A Dcompat-1.3.h1972 #define hmac_drbg_reseed mbedtls_hmac_drbg_reseed

Completed in 16 milliseconds