Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dhmac_drbg.c223 int mbedtls_hmac_drbg_reseed( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_reseed() function
342 if( ( ret = mbedtls_hmac_drbg_reseed( ctx, additional, add_len ) ) != 0 ) in mbedtls_hmac_drbg_random_with_add()
601 CHK( mbedtls_hmac_drbg_reseed( &ctx, NULL, 0 ) ); in mbedtls_hmac_drbg_self_test()
/third_party/mbedtls/include/mbedtls/
Dhmac_drbg.h325 int mbedtls_hmac_drbg_reseed( mbedtls_hmac_drbg_context *ctx,
/third_party/mbedtls/tests/suites/
Dtest_suite_hmac_drbg.function245 TEST_ASSERT( mbedtls_hmac_drbg_reseed( &ctx, add1->x, add1->len ) == 0 );