Home
last modified time | relevance | path

Searched refs:psa_hash_clone (Results 1 - 9 of 9) sorted by relevance

/third_party/mbedtls/tests/include/spe/
H A Dcrypto_spe.h112 #define psa_hash_clone \ macro
113 PSA_FUNCTION_NAME(psa_hash_clone)
/third_party/mbedtls/programs/psa/
H A Dpsa_hash.c91 status = psa_hash_clone(&hash_operation, &cloned_hash_operation); in main()
/third_party/mbedtls/include/psa/
H A Dcrypto.h1160 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation,
/third_party/mbedtls/library/
H A Dmd.c353 psa_status_t status = psa_hash_clone(src->md_ctx, dst->md_ctx); in mbedtls_md_clone()
H A Dssl_tls.c6442 status = psa_hash_clone(hash_operation_to_clone, &hash_operation); in mbedtls_ssl_get_handshake_transcript()
7299 status = psa_hash_clone(hs_op, &cloned_op); in ssl_calc_verify_tls_psa()
8353 status = psa_hash_clone(hs_op, &cloned_op); in ssl_calc_finished_tls_generic()
H A Dssl_msg.c75 * This function breaks the HMAC abstraction and uses psa_hash_clone() in mbedtls_ct_hmac()
141 PSA_CHK(psa_hash_clone(&operation, &aux_operation)); in mbedtls_ct_hmac()
H A Dpsa_crypto.c2496 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation, in psa_hash_clone() function
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h372 #define psa_hash_clone(arg0_source_operation, arg1_target_operation) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c637 /* Wrapper for psa_hash_clone */
642 psa_status_t status = (psa_hash_clone)(arg0_source_operation, arg1_target_operation); in mbedtls_test_wrap_psa_hash_clone()

Completed in 37 milliseconds