Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpk.c588 static psa_status_t export_import_into_psa(mbedtls_svc_key_id_t old_key_id, in export_import_into_psa() argument
594 psa_status_t status = psa_export_key(old_key_id, in export_import_into_psa()
605 static int copy_into_psa(mbedtls_svc_key_id_t old_key_id, in copy_into_psa() argument
611 psa_status_t status = psa_copy_key(old_key_id, attributes, new_key_id); in copy_into_psa()
626 status = psa_get_key_attributes(old_key_id, &old_attributes); in copy_into_psa()
635 status = export_import_into_psa(old_key_id, attributes, new_key_id); in copy_into_psa()