Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpk.c590 mbedtls_svc_key_id_t *new_key_id) in export_import_into_psa() argument
600 status = psa_import_key(attributes, key_buffer, key_length, new_key_id); in export_import_into_psa()
607 mbedtls_svc_key_id_t *new_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()
635 status = export_import_into_psa(old_key_id, attributes, new_key_id); in copy_into_psa()