Home
last modified time | relevance | path

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

/aosp_15_r20/external/open-dice/src/
H A Dmbedtls_ops.c55 if (0 != mbedtls_hmac_drbg_seed_buf( in SetupKeyPair()
482 mbedtls_hmac_drbg_seed_buf(&drbg, in DiceGenerateCertificate()
/aosp_15_r20/external/mbedtls/tests/suites/
H A 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,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A 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,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dhmac_drbg.h221 int mbedtls_hmac_drbg_seed_buf(mbedtls_hmac_drbg_context *ctx,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dhmac_drbg.h221 int mbedtls_hmac_drbg_seed_buf(mbedtls_hmac_drbg_context *ctx,
/aosp_15_r20/external/mbedtls/library/
H A Dhmac_drbg.c97 int mbedtls_hmac_drbg_seed_buf(mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_seed_buf() function
H A Decdsa.c438 MBEDTLS_MPI_CHK(mbedtls_hmac_drbg_seed_buf(p_rng, md_info, data, 2 * grp_len)); in mbedtls_ecdsa_sign_det_restartable()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dhmac_drbg.c97 int mbedtls_hmac_drbg_seed_buf(mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_seed_buf() function
H A Decdsa.c438 MBEDTLS_MPI_CHK(mbedtls_hmac_drbg_seed_buf(p_rng, md_info, data, 2 * grp_len)); in mbedtls_ecdsa_sign_det_restartable()