Searched refs:mbedtls_md_clone (Results 1 – 9 of 9) sorted by relevance
229 int mbedtls_md_clone( mbedtls_md_context_t *dst,
93 if (mbedtls_md_clone(&dst->md_ctx, &src->md_ctx)) in mbed_hmac_copy_state()
97 if (mbedtls_md_clone(&dst->md_ctx, &src->md_ctx)) in mbed_hash_copy_state()
335 int mbedtls_md_clone( mbedtls_md_context_t *dst, in mbedtls_md_clone() function
1234 MD_CHK( mbedtls_md_clone( &aux, ctx ) ); in mbedtls_ssl_cf_hmac()
Completed in 17 milliseconds