Searched refs:mbedtls_md_clone (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_md.function | 268 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));
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_md.function | 268 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));
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | md.h | 223 int mbedtls_md_clone(mbedtls_md_context_t *dst,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | md.h | 337 int mbedtls_md_clone(mbedtls_md_context_t *dst,
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | md.c | 334 int mbedtls_md_clone(mbedtls_md_context_t *dst, in mbedtls_md_clone() function
|
H A D | ssl_tls.c | 5803 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()
|
H A D | ssl_msg.c | 245 MD_CHK(mbedtls_md_clone(&aux, ctx)); in mbedtls_ct_hmac()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | md.c | 334 int mbedtls_md_clone(mbedtls_md_context_t *dst, in mbedtls_md_clone() function
|
H A D | ssl_tls.c | 6480 ret = mbedtls_md_clone(&sha384, &ssl->handshake->fin_sha384); in ssl_get_handshake_transcript_sha384() 6518 ret = mbedtls_md_clone(&sha256, &ssl->handshake->fin_sha256); in ssl_get_handshake_transcript_sha256() 7336 ret = mbedtls_md_clone(&cloned_ctx, hs_ctx); in ssl_calc_verify_tls_legacy() 8370 ret = mbedtls_md_clone(&cloned_ctx, hs_ctx); in ssl_calc_finished_tls_generic()
|
H A D | ssl_msg.c | 245 MD_CHK(mbedtls_md_clone(&aux, ctx)); in mbedtls_ct_hmac()
|
/aosp_15_r20/external/mbedtls/docs/architecture/psa-migration/ |
H A D | md-cipher-dispatch.md | 293 * `mbedtls_md_clone`
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
H A D | md-cipher-dispatch.md | 409 * `mbedtls_md_clone`
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | psa-transition.md | 592 The equivalent of `mbedtls_md_clone` to clone a hash operation is [`psa_hash_clone`](https://mbed-t…
|