Home
last modified time | relevance | path

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

/net-tools-3.4.0/mbedtls-2.4.0/library/
Dhmac_drbg.c126 int mbedtls_hmac_drbg_reseed( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_reseed() function
212 if( ( ret = mbedtls_hmac_drbg_reseed( ctx, custom, len ) ) != 0 ) in mbedtls_hmac_drbg_seed()
272 if( ( ret = mbedtls_hmac_drbg_reseed( ctx, additional, add_len ) ) != 0 ) in mbedtls_hmac_drbg_random_with_add()
510 CHK( mbedtls_hmac_drbg_reseed( &ctx, NULL, 0 ) ); in mbedtls_hmac_drbg_self_test()
/net-tools-3.4.0/mbedtls-2.4.0/include/mbedtls/
Dhmac_drbg.h213 int mbedtls_hmac_drbg_reseed( mbedtls_hmac_drbg_context *ctx,
Dcompat-1.3.h2021 #define hmac_drbg_reseed mbedtls_hmac_drbg_reseed
/net-tools-3.4.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_hmac_drbg.function256 TEST_ASSERT( mbedtls_hmac_drbg_reseed( &ctx, add1, add1_len ) == 0 );
/net-tools-3.4.0/mbedtls-2.4.0/scripts/data_files/
Drename-1.3-2.0.txt1565 hmac_drbg_reseed mbedtls_hmac_drbg_reseed