Searched refs:key_type (Results 1 – 9 of 9) 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 | 19 psa_key_type_t key_type; in psa_aead_crypt() local 27 secure_storage_its_transform_aead_get_scheme(&key_type, &alg); in psa_aead_crypt() 31 psa_set_key_type(&key_attributes, key_type); in psa_aead_crypt()
|
D | aead_get.c | 22 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 24 *key_type = PSA_KEY_TYPE; in secure_storage_its_transform_aead_get_scheme()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | ecc.c | 185 static int hci_generate_dhkey_v2(const uint8_t *remote_pk, uint8_t key_type) in hci_generate_dhkey_v2() argument 197 cp->key_type = key_type; in hci_generate_dhkey_v2()
|
D | hci_ecc.c | 277 static uint8_t le_gen_dhkey(uint8_t *key, uint8_t key_type) in le_gen_dhkey() argument 283 if (key_type > BT_HCI_LE_KEY_TYPE_DEBUG) { in le_gen_dhkey() 299 key_type == BT_HCI_LE_KEY_TYPE_DEBUG); in le_gen_dhkey() 324 status = le_gen_dhkey(cmd->key, cmd->key_type); in le_gen_dhkey_v2()
|
/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 | 448 LOG_DBG("%s, link type 0x%02x", bt_addr_str(&evt->bdaddr), evt->key_type); in bt_hci_link_key_notify() 450 if (IS_ENABLED(CONFIG_BT_SMP_SC_ONLY) && (evt->key_type != BT_LK_AUTH_COMBINATION_P256)) { in bt_hci_link_key_notify() 479 switch (evt->key_type) { in bt_hci_link_key_notify() 506 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 | 1349 uint8_t key_type; member 2842 uint8_t key_type; member
|