Home
last modified time | relevance | path

Searched refs:mbedtls_sha512_clone (Results 1 – 5 of 5) sorted by relevance

/third_party/mbedtls/include/mbedtls/
Dsha512.h91 void mbedtls_sha512_clone( mbedtls_sha512_context *dst,
/third_party/mbedtls/library/
Dpsa_crypto_hash.c238 mbedtls_sha512_clone( &target_operation->ctx.sha512, in mbedtls_psa_hash_clone()
244 mbedtls_sha512_clone( &target_operation->ctx.sha512, in mbedtls_psa_hash_clone()
Dmd.c335 mbedtls_sha512_clone( dst->md_ctx, src->md_ctx ); in mbedtls_md_clone()
340 mbedtls_sha512_clone( dst->md_ctx, src->md_ctx ); in mbedtls_md_clone()
Dsha512.c83 void mbedtls_sha512_clone( mbedtls_sha512_context *dst, in mbedtls_sha512_clone() function
Dssl_tls.c1441 mbedtls_sha512_clone( &sha512, &ssl->handshake->fin_sha512 ); in ssl_calc_verify_tls_sha384()
2644 mbedtls_sha512_clone( &sha512, &ssl->handshake->fin_sha512 ); in ssl_calc_finished_tls_sha384()
7119 mbedtls_sha512_clone( &sha512, &ssl->handshake->fin_sha512 ); in ssl_get_handshake_transcript_sha384()