Searched refs:mbedtls_hmac_drbg_seed_buf (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/open-dice/src/ |
H A D | mbedtls_ops.c | 55 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 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,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A 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,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | hmac_drbg.h | 221 int mbedtls_hmac_drbg_seed_buf(mbedtls_hmac_drbg_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | hmac_drbg.h | 221 int mbedtls_hmac_drbg_seed_buf(mbedtls_hmac_drbg_context *ctx,
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | hmac_drbg.c | 97 int mbedtls_hmac_drbg_seed_buf(mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_seed_buf() function
|
H A 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()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | hmac_drbg.c | 97 int mbedtls_hmac_drbg_seed_buf(mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_seed_buf() function
|
H A 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()
|