Home
last modified time | relevance | path

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

/mbedtls-latest/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));
/mbedtls-latest/include/mbedtls/
Dmd.h223 int mbedtls_md_clone(mbedtls_md_context_t *dst,
/mbedtls-latest/library/
Dmd.c334 int mbedtls_md_clone(mbedtls_md_context_t *dst, in mbedtls_md_clone() function
Dssl_tls.c6445 ret = mbedtls_md_clone(&sha384, &ssl->handshake->fin_sha384); in ssl_get_handshake_transcript_sha384()
6483 ret = mbedtls_md_clone(&sha256, &ssl->handshake->fin_sha256); in ssl_get_handshake_transcript_sha256()
7301 ret = mbedtls_md_clone(&cloned_ctx, hs_ctx); in ssl_calc_verify_tls_legacy()
8147 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()
/mbedtls-latest/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md409 * `mbedtls_md_clone`
/mbedtls-latest/docs/
Dpsa-transition.md592 The equivalent of `mbedtls_md_clone` to clone a hash operation is [`psa_hash_clone`](https://mbed-t…