Searched refs:key_type (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/subsys/secure_storage/include/internal/zephyr/secure_storage/its/transform/ |
D | aead_get.h | 23 void secure_storage_its_transform_aead_get_scheme(psa_key_type_t *key_type, psa_algorithm_t *alg);
|
/Zephyr-latest/subsys/secure_storage/src/its/transform/ |
D | aead.c | 20 psa_key_type_t key_type; in psa_aead_crypt() local 28 secure_storage_its_transform_aead_get_scheme(&key_type, &alg); in psa_aead_crypt() 32 psa_set_key_type(&key_attributes, key_type); in psa_aead_crypt()
|
D | aead_get.c | 23 void secure_storage_its_transform_aead_get_scheme(psa_key_type_t *key_type, psa_algorithm_t *alg) in secure_storage_its_transform_aead_get_scheme() argument 25 *key_type = PSA_KEY_TYPE; in secure_storage_its_transform_aead_get_scheme()
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/ |
D | psa_crypto.c | 116 psa_key_type_t key_type = in crp_imp_key_secp256r1() local 133 psa_set_key_type(&key_attributes, key_type); in crp_imp_key_secp256r1() 228 psa_key_type_t key_type = in crp_gen_key_secp256r1() local 244 psa_set_key_type(&key_attributes, key_type); in crp_gen_key_secp256r1()
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | ssp.c | 461 LOG_DBG("%s, link type 0x%02x", bt_addr_str(&evt->bdaddr), evt->key_type); in bt_hci_link_key_notify() 463 if (IS_ENABLED(CONFIG_BT_SMP_SC_ONLY) && (evt->key_type != BT_LK_AUTH_COMBINATION_P256)) { in bt_hci_link_key_notify() 492 switch (evt->key_type) { in bt_hci_link_key_notify() 519 LOG_WRN("Unsupported Link Key type %u", evt->key_type); in bt_hci_link_key_notify()
|
/Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
D | wpa_supp_if.c | 1015 key_info.key_type = NRF_WIFI_KEYTYPE_PAIRWISE; in nrf_wifi_wpa_supp_set_key() 1019 key_info.key_type = NRF_WIFI_KEYTYPE_GROUP; in nrf_wifi_wpa_supp_set_key()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_types.h | 1373 uint8_t key_type; member 2896 uint8_t key_type; member
|