Home
last modified time | relevance | path

Searched refs:mbedtls_md (Results 1 – 25 of 51) sorted by relevance

123

/aosp_15_r20/external/arm-trusted-firmware/drivers/auth/mbedtls/
H A Dmbedtls_crypto.c117 rc = mbedtls_md(md_info, p, data_len, hash); in verify_signature()
198 rc = mbedtls_md(md_info, p, data_len, data_hash); in verify_hash()
229 return mbedtls_md(md_info, data_ptr, data_len, output); in calc_hash()
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/auth/mbedtls/
Dmbedtls_crypto.c144 rc = mbedtls_md(md_info, p, data_len, hash); in verify_signature()
231 rc = mbedtls_md(md_info, p, data_len, data_hash); in verify_hash()
289 return mbedtls_md(md_info, data_ptr, data_len, output); in calc_hash()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_md.function122 TEST_EQUAL(mbedtls_md(NULL, buf, 1, buf), MBEDTLS_ERR_MD_BAD_INPUT_DATA);
207 TEST_EQUAL(0, mbedtls_md(md_info, src, src_len, output));
227 TEST_EQUAL(0, mbedtls_md(md_info, src_str->x, src_str->len, output));
H A Dtest_suite_entropy.function517 TEST_ASSERT(mbedtls_md(md_info, buf, MBEDTLS_ENTROPY_BLOCK_SIZE,
532 TEST_ASSERT(mbedtls_md(md_info, buf, MBEDTLS_ENTROPY_BLOCK_SIZE,
H A Dtest_suite_pkcs7.function140 res = mbedtls_md(md_info, data, datalen, hash);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_md.function122 TEST_EQUAL(mbedtls_md(NULL, buf, 1, buf), MBEDTLS_ERR_MD_BAD_INPUT_DATA);
207 TEST_EQUAL(0, mbedtls_md(md_info, src, src_len, output));
227 TEST_EQUAL(0, mbedtls_md(md_info, src_str->x, src_str->len, output));
H A Dtest_suite_entropy.function519 TEST_ASSERT(mbedtls_md(md_info, buf, MBEDTLS_ENTROPY_BLOCK_SIZE,
534 TEST_ASSERT(mbedtls_md(md_info, buf, MBEDTLS_ENTROPY_BLOCK_SIZE,
H A Dtest_suite_pkcs7.function141 res = mbedtls_md(md_info, data, datalen, hash);
/aosp_15_r20/external/mbedtls/library/
H A Dentropy.c130 if ((ret = mbedtls_md(mbedtls_md_info_from_type(MBEDTLS_ENTROPY_MD), in entropy_update()
353 if ((ret = mbedtls_md(mbedtls_md_info_from_type(MBEDTLS_ENTROPY_MD), in mbedtls_entropy_func()
H A Dx509write_crt.c227 ret = mbedtls_md(mbedtls_md_info_from_type(MBEDTLS_MD_SHA1), in mbedtls_x509write_crt_set_key_identifier()
608 if ((ret = mbedtls_md(mbedtls_md_info_from_type(ctx->md_alg), c, in mbedtls_x509write_crt_der()
H A Dx509write_csr.c223 ret = mbedtls_md(mbedtls_md_info_from_type(ctx->md_alg), c, len, hash); in x509write_csr_der_internal()
/aosp_15_r20/external/open-dice/src/
H A Dmbedtls_ops.c255 int result = mbedtls_md(mbedtls_md_info_from_type(MBEDTLS_MD_SHA512), in GetDiceExtensionDataHelper()
315 if (0 != mbedtls_md(mbedtls_md_info_from_type(MBEDTLS_MD_SHA512), input, in DiceHash()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dentropy.c130 if ((ret = mbedtls_md(mbedtls_md_info_from_type(MBEDTLS_ENTROPY_MD), in entropy_update()
353 if ((ret = mbedtls_md(mbedtls_md_info_from_type(MBEDTLS_ENTROPY_MD), in mbedtls_entropy_func()
H A Dx509write_crt.c228 ret = mbedtls_md(mbedtls_md_info_from_type(MBEDTLS_MD_SHA1), in mbedtls_x509write_crt_set_key_identifier()
609 if ((ret = mbedtls_md(mbedtls_md_info_from_type(ctx->md_alg), c, in mbedtls_x509write_crt_der()
H A Dx509write_csr.c223 ret = mbedtls_md(mbedtls_md_info_from_type(ctx->md_alg), c, len, hash); in x509write_csr_der_internal()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dpkcs12.h180 mbedtls_md_type_t mbedtls_md, int id, int iterations);
H A Dmd.h451 int mbedtls_md(const mbedtls_md_info_t *md_info, const unsigned char *input, size_t ilen,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dpkcs12.h180 mbedtls_md_type_t mbedtls_md, int id, int iterations);
H A Dmd.h337 int mbedtls_md(const mbedtls_md_info_t *md_info, const unsigned char *input, size_t ilen,
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/romlib/
Djmptbl.i28 mbedtls mbedtls_md
/aosp_15_r20/external/arm-trusted-firmware/lib/romlib/
H A Djmptbl.i28 mbedtls mbedtls_md
/aosp_15_r20/external/arm-trusted-firmware/plat/arm/board/juno/
H A Djmptbl.i44 mbedtls mbedtls_md
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/arm/board/fvp/
Djmptbl.i49 mbedtls mbedtls_md
/aosp_15_r20/external/arm-trusted-firmware/plat/arm/board/fvp/
H A Djmptbl.i45 mbedtls mbedtls_md
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/arm/board/juno/
Djmptbl.i47 mbedtls mbedtls_md

123