Home
last modified time | relevance | path

Searched refs:mbedtls_hmac_drbg_seed_buf (Results 1 – 4 of 4) sorted by relevance

/net-tools-3.4.0/mbedtls-2.4.0/include/mbedtls/
Dhmac_drbg.h153 int mbedtls_hmac_drbg_seed_buf( mbedtls_hmac_drbg_context *ctx,
/net-tools-3.4.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_hmac_drbg.function148 TEST_ASSERT( mbedtls_hmac_drbg_seed_buf( &ctx, md_info, buf, sizeof( buf ) ) == 0 );
196 TEST_ASSERT( mbedtls_hmac_drbg_seed_buf( &ctx, md_info,
/net-tools-3.4.0/mbedtls-2.4.0/library/
Dhmac_drbg.c101 int mbedtls_hmac_drbg_seed_buf( mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_seed_buf() function
Decdsa.c182 mbedtls_hmac_drbg_seed_buf( &rng_ctx, md_info, data, 2 * grp_len ); in mbedtls_ecdsa_sign_det()