Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dhmac_drbg.h221 int mbedtls_hmac_drbg_seed_buf(mbedtls_hmac_drbg_context *ctx,
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_hmac_drbg.function170 TEST_ASSERT(mbedtls_hmac_drbg_seed_buf(&ctx, md_info, buf, sizeof(buf)) == 0);
210 TEST_ASSERT(mbedtls_hmac_drbg_seed_buf(&ctx, md_info,
/openthread-latest/third_party/mbedtls/repo/library/
Dhmac_drbg.c97 int mbedtls_hmac_drbg_seed_buf(mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_seed_buf() function
Decdsa.c438 MBEDTLS_MPI_CHK(mbedtls_hmac_drbg_seed_buf(p_rng, md_info, data, 2 * grp_len)); in mbedtls_ecdsa_sign_det_restartable()