Home
last modified time | relevance | path

Searched refs:psa_copy_key (Results 1 - 6 of 6) sorted by relevance

/third_party/mbedtls/tests/include/spe/
H A Dcrypto_spe.h82 #define psa_copy_key \ macro
83 PSA_FUNCTION_NAME(psa_copy_key)
/third_party/mbedtls/include/psa/
H A Dcrypto.h124 * or psa_copy_key().
169 * or psa_copy_key().
512 psa_status_t psa_copy_key(mbedtls_svc_key_id_t source_key,
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h262 #define psa_copy_key(arg0_source_key, arg1_attributes, arg2_target_key) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_test_wrappers.c457 /* Wrapper for psa_copy_key */
463 psa_status_t status = (psa_copy_key)(arg0_source_key, arg1_attributes, arg2_target_key); in mbedtls_test_wrap_psa_copy_key()
/third_party/mbedtls/library/
H A Dpk.c615 psa_status_t status = psa_copy_key(old_key_id, attributes, new_key_id); in copy_into_psa()
625 * more liberal than psa_copy_key() here. in copy_into_psa()
H A Dpsa_crypto.c2168 psa_status_t psa_copy_key(mbedtls_svc_key_id_t source_key, in psa_copy_key() function

Completed in 21 milliseconds