Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto.c2218 psa_key_slot_t *target_slot = NULL; in psa_copy_key() local
2254 &target_slot, &driver); in psa_copy_key()
2258 if (PSA_KEY_LIFETIME_GET_LOCATION(target_slot->attr.lifetime) != in psa_copy_key()
2283 status = psa_allocate_buffer_to_slot(target_slot, storage_size); in psa_copy_key()
2291 target_slot->key.data, in psa_copy_key()
2292 target_slot->key.bytes, in psa_copy_key()
2293 &target_slot->key.bytes); in psa_copy_key()
2298 status = psa_copy_key_material_into_slot(target_slot, in psa_copy_key()
2305 status = psa_finish_key_creation(target_slot, driver, target_key); in psa_copy_key()
2308 psa_fail_key_creation(target_slot, driver); in psa_copy_key()