Lines Matching defs:target_slot
2175 psa_key_slot_t *target_slot = NULL;
2211 &target_slot, &driver);
2215 if (PSA_KEY_LIFETIME_GET_LOCATION(target_slot->attr.lifetime) !=
2240 status = psa_allocate_buffer_to_slot(target_slot, storage_size);
2248 target_slot->key.data,
2249 target_slot->key.bytes,
2250 &target_slot->key.bytes);
2255 status = psa_copy_key_material_into_slot(target_slot,
2262 status = psa_finish_key_creation(target_slot, driver, target_key);
2265 psa_fail_key_creation(target_slot, driver);