Searched refs:mbedtls_md (Results 1 – 21 of 21) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | pkcs12.h | 180 mbedtls_md_type_t mbedtls_md, int id, int iterations);
|
D | md.h | 337 int mbedtls_md(const mbedtls_md_info_t *md_info, const unsigned char *input, size_t ilen,
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_md.function | 122 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));
|
D | test_suite_pkcs7.function | 141 res = mbedtls_md(md_info, data, datalen, hash);
|
D | test_suite_entropy.function | 519 TEST_ASSERT(mbedtls_md(md_info, buf, MBEDTLS_ENTROPY_BLOCK_SIZE, 534 TEST_ASSERT(mbedtls_md(md_info, buf, MBEDTLS_ENTROPY_BLOCK_SIZE,
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | entropy.c | 130 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()
|
D | x509write_crt.c | 228 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()
|
D | x509write_csr.c | 223 ret = mbedtls_md(mbedtls_md_info_from_type(ctx->md_alg), c, len, hash); in x509write_csr_der_internal()
|
D | pkcs12.c | 314 if ((ret = mbedtls_md(md_info, hash_output, hlen, hash_output)) in calculate_hashes()
|
D | pkcs7.c | 687 ret = mbedtls_md(md_info, data, datalen, hash); in mbedtls_pkcs7_data_or_hash_verify()
|
D | md.c | 685 int mbedtls_md(const mbedtls_md_info_t *md_info, const unsigned char *input, size_t ilen, in mbedtls_md() function
|
D | ecjpake.c | 43 return mbedtls_md(mbedtls_md_info_from_type(md_type), in mbedtls_ecjpake_compute_hash()
|
D | rsa.c | 1752 return mbedtls_md(md_info, input, ilen, output); in compute_hash() 3011 if (mbedtls_md(mbedtls_md_info_from_type(MBEDTLS_MD_SHA1), in mbedtls_rsa_self_test()
|
D | x509_crt.c | 2068 if (mbedtls_md(md_info, in x509_crt_verifycrl() 2134 if (mbedtls_md(md_info, child->tbs.p, child->tbs.len, hash) != 0) { in x509_crt_check_signature()
|
D | ssl_tls.c | 7715 ret = mbedtls_md(digest_info, crt_buf, crt_buf_len, tmp_digest); in ssl_check_peer_crt_unchanged() 8139 ret = mbedtls_md(mbedtls_md_info_from_type( in ssl_remember_peer_crt_digest()
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | strategy.md | 191 one-shot function `mbedtls_md()`. 323 API, or for `MBEDTLS_MD_C && MBEDTLS_SHA256_C` if using the `mbedtls_md` API.
|
D | md-cipher-dispatch.md | 415 * `mbedtls_md`
|
/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/ |
D | ssl_helpers.c | 1731 ret = mbedtls_md(mbedtls_md_info_from_type( in mbedtls_test_ssl_tls12_populate_session()
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | psa-transition.md | 504 …mbedtls_md` for a one-shot hash calculation is [`psa_hash_compute`](https://mbed-tls.readthedocs.i…
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | all.sh | 1655 grep mbedtls_md library/md.o
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 2516 * Fix an unchecked call to mbedtls_md() in the x509write module.
|