Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dhmac_drbg.h328 int mbedtls_hmac_drbg_reseed( mbedtls_hmac_drbg_context *ctx,
A Dcompat-1.3.h1976 #define hmac_drbg_reseed mbedtls_hmac_drbg_reseed
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dhmac_drbg.c232 int mbedtls_hmac_drbg_reseed( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_reseed() function
351 if( ( ret = mbedtls_hmac_drbg_reseed( ctx, additional, add_len ) ) != 0 ) in mbedtls_hmac_drbg_random_with_add()
610 CHK( mbedtls_hmac_drbg_reseed( &ctx, NULL, 0 ) ); in mbedtls_hmac_drbg_self_test()

Completed in 17 milliseconds