Home
last modified time | relevance | path

Searched refs:mbedtls_md_clone (Results 1 – 10 of 10) sorted by relevance

/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dmd.h225 int mbedtls_md_clone(mbedtls_md_context_t *dst,
/external/mbedtls/tests/suites/
Dtest_suite_md.function268 TEST_EQUAL(0, mbedtls_md_clone(&ctx_copy, &ctx));
315 TEST_EQUAL(0, mbedtls_md_clone(&ctx_copy, &ctx));
466 TEST_EQUAL(exp_clone_ret, mbedtls_md_clone(&ctx2, &ctx1));
/external/mbedtls/include/mbedtls/
Dmd.h337 int mbedtls_md_clone(mbedtls_md_context_t *dst,
/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_md.function187 TEST_EQUAL(0, mbedtls_md_clone(&ctx_copy, &ctx));
227 TEST_EQUAL(0, mbedtls_md_clone(&ctx_copy, &ctx));
/external/openthread/third_party/mbedtls/repo/library/
Dconstant_time.c456 MD_CHK(mbedtls_md_clone(&aux, ctx)); in mbedtls_ct_hmac()
Dmd.c324 int mbedtls_md_clone(mbedtls_md_context_t *dst, in mbedtls_md_clone() function
/external/mbedtls/library/
Dmd.c334 int mbedtls_md_clone(mbedtls_md_context_t *dst, in mbedtls_md_clone() function
Dssl_tls.c5803 ret = mbedtls_md_clone(&sha384, &ssl->handshake->fin_sha384); in ssl_get_handshake_transcript_sha384()
5841 ret = mbedtls_md_clone(&sha256, &ssl->handshake->fin_sha256); in ssl_get_handshake_transcript_sha256()
6659 ret = mbedtls_md_clone(&cloned_ctx, hs_ctx); in ssl_calc_verify_tls_legacy()
7694 ret = mbedtls_md_clone(&cloned_ctx, hs_ctx); in ssl_calc_finished_tls_generic()
Dssl_msg.c245 MD_CHK(mbedtls_md_clone(&aux, ctx)); in mbedtls_ct_hmac()
/external/mbedtls/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md293 * `mbedtls_md_clone`