Searched refs:mbedtls_md_clone (Results 1 – 6 of 6) sorted by relevance
223 int mbedtls_md_clone(mbedtls_md_context_t *dst,
94 if (mbedtls_md_clone(&dst->md_ctx, &src->md_ctx)) in mbed_hmac_copy_state()
99 if (mbedtls_md_clone(&dst->md_ctx, &src->md_ctx)) in mbed_hash_copy_state()
334 int mbedtls_md_clone(mbedtls_md_context_t *dst, in mbedtls_md_clone() function
6504 ret = mbedtls_md_clone(&sha384, &ssl->handshake->fin_sha384); in ssl_get_handshake_transcript_sha384()6542 ret = mbedtls_md_clone(&sha256, &ssl->handshake->fin_sha256); in ssl_get_handshake_transcript_sha256()7360 ret = mbedtls_md_clone(&cloned_ctx, hs_ctx); in ssl_calc_verify_tls_legacy()8206 ret = mbedtls_md_clone(&cloned_ctx, hs_ctx); in ssl_calc_finished_tls_generic()
246 MD_CHK(mbedtls_md_clone(&aux, ctx)); in mbedtls_ct_hmac()