Searched refs:mbedtls_hmac_drbg_reseed (Results 1 – 5 of 5) sorted by relevance
/net-tools-3.4.0/mbedtls-2.4.0/library/ |
D | hmac_drbg.c | 126 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/ |
D | hmac_drbg.h | 213 int mbedtls_hmac_drbg_reseed( mbedtls_hmac_drbg_context *ctx,
|
D | compat-1.3.h | 2021 #define hmac_drbg_reseed mbedtls_hmac_drbg_reseed
|
/net-tools-3.4.0/mbedtls-2.4.0/tests/suites/ |
D | test_suite_hmac_drbg.function | 256 TEST_ASSERT( mbedtls_hmac_drbg_reseed( &ctx, add1, add1_len ) == 0 );
|
/net-tools-3.4.0/mbedtls-2.4.0/scripts/data_files/ |
D | rename-1.3-2.0.txt | 1565 hmac_drbg_reseed mbedtls_hmac_drbg_reseed
|