Searched refs:hwkey_keyslot (Results 1 – 6 of 6) sorted by relevance
/trusty/hardware/nxp/app/hwcrypto/ |
D | hwkey_srv_priv.h | 22 struct hwkey_keyslot { struct 26 uint32_t (*handler)(const struct hwkey_keyslot* slot, argument 36 void hwkey_install_keys(const struct hwkey_keyslot* keys, unsigned int kcnt);
|
D | hwkey_srv.c | 61 static const struct hwkey_keyslot* key_slots; 73 static uint32_t get_unittest_key32(const struct hwkey_keyslot* slot, in get_unittest_key32() 88 static const struct hwkey_keyslot test_key_slots[] = { 119 const struct hwkey_keyslot* slots, in _handle_slots() 314 void hwkey_install_keys(const struct hwkey_keyslot* keys, unsigned int kcnt) { in hwkey_install_keys()
|
D | hwkey_srv_provider.c | 90 static uint32_t get_rpmb_ss_auth_key(const struct hwkey_keyslot* slot, in get_rpmb_ss_auth_key() 116 static const struct hwkey_keyslot _keys[] = {
|
/trusty/user/app/sample/hwcrypto/ |
D | hwkey_srv_priv.h | 24 struct hwkey_keyslot { struct 28 uint32_t (*handler)(const struct hwkey_keyslot* slot, argument 123 uint32_t get_key_handle(const struct hwkey_keyslot* slot, 141 void hwkey_install_keys(const struct hwkey_keyslot* keys, unsigned int kcnt);
|
D | hwkey_srv.c | 55 const struct hwkey_keyslot* key_slot; 79 static const struct hwkey_keyslot* key_slots; 81 static bool is_opaque_handle(const struct hwkey_keyslot* key_slot) { in is_opaque_handle() 125 const struct hwkey_keyslot* slot) { in is_allowed_to_read_opaque_key() 139 const struct hwkey_keyslot* slot) { in find_opaque_handle_for_slot() 156 const struct hwkey_keyslot* slot) { in insert_handle_node() 176 const struct hwkey_keyslot* slots, in _handle_slots() 657 void hwkey_install_keys(const struct hwkey_keyslot* keys, unsigned int kcnt) { in hwkey_install_keys() 677 uint32_t get_key_handle(const struct hwkey_keyslot* slot, in get_key_handle()
|
D | hwkey_srv_fake_provider.c | 422 static uint32_t get_unittest_key32_handler(const struct hwkey_keyslot* slot, in get_unittest_key32_handler() 458 static uint32_t derived_keyslot_handler(const struct hwkey_keyslot* slot, in derived_keyslot_handler() 536 static uint32_t get_rpmb_ss_auth_key(const struct hwkey_keyslot* slot, in get_rpmb_ss_auth_key() 626 static uint32_t get_km_kak_key(const struct hwkey_keyslot* slot, in get_km_kak_key() 748 static uint32_t get_apploader_sign_key(const struct hwkey_keyslot* slot, in get_apploader_sign_key() 761 const struct hwkey_keyslot* slot, in get_apploader_sign_unlocked_key() 869 static const struct hwkey_keyslot _keys[] = {
|