Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
H A Dpk.c592 static psa_status_t export_import_into_psa(mbedtls_svc_key_id_t old_key_id, in export_import_into_psa() argument
598 psa_status_t status = psa_export_key(old_key_id, in export_import_into_psa()
609 static int copy_into_psa(mbedtls_svc_key_id_t old_key_id, in copy_into_psa() argument
615 psa_status_t status = psa_copy_key(old_key_id, attributes, new_key_id); in copy_into_psa()
630 status = psa_get_key_attributes(old_key_id, &old_attributes); in copy_into_psa()
639 status = export_import_into_psa(old_key_id, attributes, new_key_id); in copy_into_psa()

Completed in 3 milliseconds