Home
last modified time | relevance | path

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

/trusty/hardware/nxp/app/hwcrypto/
Dhwkey_srv.c61 static const struct hwkey_keyslot* key_slots; variable
151 msg->header.status = _handle_slots(ctx, slot_id, key_slots, key_slot_cnt, in hwkey_handle_get_keyslot_cmd()
315 assert(key_slots == NULL); in hwkey_install_keys()
319 key_slots = keys; in hwkey_install_keys()
/trusty/user/app/sample/hwcrypto/
Dhwkey_srv.c79 static const struct hwkey_keyslot* key_slots; variable
325 hdr->header.status = _handle_slots(ctx, slot_id, key_slots, key_slot_cnt, in hwkey_handle_get_keyslot_cmd()
658 assert(key_slots == NULL); in hwkey_install_keys()
662 key_slots = keys; in hwkey_install_keys()
/trusty/user/app/keymaster/host_unittest/
Dmain.cpp313 AttestationKeySlot key_slots[] = {AttestationKeySlot::kRsa, in TestFormatChange() local
324 AttestationKeySlot key_slot = key_slots[i]; in TestFormatChange()
347 AttestationKeySlot key_slot = key_slots[i]; in TestFormatChange()
/trusty/user/app/keymaster/
Dsecure_storage_manager.cpp822 AttestationKeySlot key_slots[] = { in TranslateLegacyFormat() local
833 for (size_t i = 0; i < sizeof(key_slots) / sizeof(int); i++) { in TranslateLegacyFormat()
834 AttestationKeySlot key_slot = key_slots[i]; in TranslateLegacyFormat()