Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dmd.h223 int mbedtls_md_clone(mbedtls_md_context_t *dst,
/optee_os/lib/libmbedtls/core/
H A Dhmac.c94 if (mbedtls_md_clone(&dst->md_ctx, &src->md_ctx)) in mbed_hmac_copy_state()
H A Dhash.c99 if (mbedtls_md_clone(&dst->md_ctx, &src->md_ctx)) in mbed_hash_copy_state()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dmd.c334 int mbedtls_md_clone(mbedtls_md_context_t *dst, in mbedtls_md_clone() function
H A Dssl_tls.c6504 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()
H A Dssl_msg.c246 MD_CHK(mbedtls_md_clone(&aux, ctx)); in mbedtls_ct_hmac()