Searched refs:mbedtls_hmac_drbg_seed_buf (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | hmac_drbg.h | 221 int mbedtls_hmac_drbg_seed_buf(mbedtls_hmac_drbg_context *ctx,
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_hmac_drbg.function | 170 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/ |
D | hmac_drbg.c | 97 int mbedtls_hmac_drbg_seed_buf(mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_seed_buf() function
|
D | ecdsa.c | 438 MBEDTLS_MPI_CHK(mbedtls_hmac_drbg_seed_buf(p_rng, md_info, data, 2 * grp_len)); in mbedtls_ecdsa_sign_det_restartable()
|