Searched refs:psa_hash_clone (Results 1 - 9 of 9) sorted by relevance
/third_party/mbedtls/tests/include/spe/ |
H A D | crypto_spe.h | 112 #define psa_hash_clone \ macro 113 PSA_FUNCTION_NAME(psa_hash_clone)
|
/third_party/mbedtls/programs/psa/ |
H A D | psa_hash.c | 91 status = psa_hash_clone(&hash_operation, &cloned_hash_operation); in main()
|
/third_party/mbedtls/include/psa/ |
H A D | crypto.h | 1160 psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation,
|
/third_party/mbedtls/library/ |
H A D | md.c | 353 psa_status_t status = psa_hash_clone(src->md_ctx, dst->md_ctx); in mbedtls_md_clone()
|
H A D | ssl_tls.c | 6442 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 D | ssl_msg.c | 75 * 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 D | psa_crypto.c | 2496 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 D | psa_test_wrappers.h | 372 #define psa_hash_clone(arg0_source_operation, arg1_target_operation) \ macro
|
/third_party/mbedtls/tests/src/ |
H A D | psa_test_wrappers.c | 637 /* 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