/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/ |
D | mac.c | 489 mt76_mac_get_key_info(struct ieee80211_key_conf *key, u8 *key_data) in mt76_mac_get_key_info() argument 491 memset(key_data, 0, 32); in mt76_mac_get_key_info() 498 memcpy(key_data, key->key, key->keylen); in mt76_mac_get_key_info() 518 u8 key_data[32]; in mt76_mac_wcid_set_key() local 522 cipher = mt76_mac_get_key_info(key, key_data); in mt76_mac_wcid_set_key() 528 mt7601u_wr_copy(dev, MT_WCID_KEY(idx), key_data, sizeof(key_data)); in mt76_mac_wcid_set_key() 559 u8 key_data[32]; in mt76_mac_shared_key_setup() local 562 cipher = mt76_mac_get_key_info(key, key_data); in mt76_mac_shared_key_setup() 569 key_data, sizeof(key_data)); in mt76_mac_shared_key_setup()
|
/linux-4.4.14/drivers/staging/skein/ |
D | threefish_api.c | 6 u64 *key_data, u64 *tweak) in threefish_set_key() argument 17 key_ctx->key[i] = key_data[i]; in threefish_set_key() 18 parity ^= key_data[i]; in threefish_set_key()
|
D | threefish_api.h | 77 u64 *key_data, u64 *tweak);
|
/linux-4.4.14/drivers/block/ |
D | cryptoloop.c | 95 lo->key_data = tfm; in cryptoloop_init() 117 struct crypto_blkcipher *tfm = lo->key_data; in cryptoloop_transfer() 178 struct crypto_blkcipher *tfm = lo->key_data; in cryptoloop_release() 181 lo->key_data = NULL; in cryptoloop_release()
|
D | loop.h | 52 void *key_data; member
|
/linux-4.4.14/drivers/staging/speakup/ |
D | keyhelp.c | 30 static u_short key_offsets[MAXFUNCS], key_data[MAXKEYS]; variable 65 u_short *p_key = key_data, key; in build_key_data() 107 p_key = key_data + offset + counters[ch1]; in build_key_data() 216 p_keys = key_data + key_offsets[func]; in spk_handle_help()
|
/linux-4.4.14/arch/m68k/atari/ |
D | atakeyb.c | 153 scancode = acia.key_data; in atari_keyboard_interrupt() 172 scancode = acia.key_data; /* get it or reset the ACIA, I'll get it! */ in atari_keyboard_interrupt() 328 acia.key_data = *str++; in ikbd_write() 519 (void)acia.key_data; in atari_keyb_init()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | lib.c | 1094 struct wowlan_key_data key_data = { in iwlagn_suspend() local 1104 key_data.rsc_tsc = kzalloc(sizeof(*key_data.rsc_tsc), GFP_KERNEL); in iwlagn_suspend() 1105 if (!key_data.rsc_tsc) in iwlagn_suspend() 1194 &key_data); in iwlagn_suspend() 1196 if (key_data.error) { in iwlagn_suspend() 1201 if (key_data.use_rsc_tsc) { in iwlagn_suspend() 1204 .data[0] = key_data.rsc_tsc, in iwlagn_suspend() 1206 .len[0] = sizeof(*key_data.rsc_tsc), in iwlagn_suspend() 1214 if (key_data.use_tkip) { in iwlagn_suspend() 1253 kfree(key_data.rsc_tsc); in iwlagn_suspend()
|
/linux-4.4.14/drivers/input/keyboard/ |
D | ipaq-micro-keys.c | 62 keys->micro->key_data = keys; in micro_key_start() 70 keys->micro->key_data = NULL; in micro_key_stop()
|
/linux-4.4.14/net/mac80211/ |
D | key.c | 376 const u8 *key_data, in ieee80211_key_alloc() argument 433 key_data, key_len, IEEE80211_CCMP_MIC_LEN); in ieee80211_key_alloc() 451 key_data, key_len, IEEE80211_CCMP_256_MIC_LEN); in ieee80211_key_alloc() 474 ieee80211_aes_cmac_key_setup(key_data, key_len); in ieee80211_key_alloc() 493 ieee80211_aes_gmac_key_setup(key_data, key_len); in ieee80211_key_alloc() 511 key->u.gcmp.tfm = ieee80211_aes_gcm_key_setup_encrypt(key_data, in ieee80211_key_alloc() 535 memcpy(key->conf.key, key_data, key_len); in ieee80211_key_alloc()
|
D | key.h | 135 const u8 *key_data,
|
/linux-4.4.14/include/linux/mfd/ |
D | ipaq-micro.h | 119 void *key_data; member
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | d3.c | 854 struct wowlan_key_data key_data = { in iwl_mvm_wowlan_config() local 869 key_data.rsc_tsc = kzalloc(sizeof(*key_data.rsc_tsc), GFP_KERNEL); in iwl_mvm_wowlan_config() 870 if (!key_data.rsc_tsc) in iwl_mvm_wowlan_config() 882 &key_data); in iwl_mvm_wowlan_config() 884 if (key_data.error) { in iwl_mvm_wowlan_config() 889 if (key_data.use_rsc_tsc) { in iwl_mvm_wowlan_config() 892 .data[0] = key_data.rsc_tsc, in iwl_mvm_wowlan_config() 894 .len[0] = sizeof(*key_data.rsc_tsc), in iwl_mvm_wowlan_config() 902 if (key_data.use_tkip) { in iwl_mvm_wowlan_config() 947 kfree(key_data.rsc_tsc); in iwl_mvm_wowlan_config()
|
/linux-4.4.14/drivers/staging/media/lirc/ |
D | lirc_zilog.c | 611 unsigned char *key_data; in get_key_data() local 614 key_data = key_block + (ndiffs + 1) * pos; in get_key_data() 616 if (*key_data == key) { in get_key_data() 618 ++key_data; in get_key_data() 624 if (!read_uint8(&key_data, endp, &val) || in get_key_data() 631 } else if (key > *key_data) { in get_key_data()
|
/linux-4.4.14/drivers/mfd/ |
D | ipaq-micro.c | 127 micro->key(micro->key_data, len, data); in micro_rx_msg()
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | atarihw.h | 657 u_char key_data; member
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | wmi-tlv.c | 1792 if (arg->key_cipher == WMI_CIPHER_NONE && arg->key_data != NULL) in ath10k_wmi_tlv_op_gen_vdev_install_key() 1794 if (arg->key_cipher != WMI_CIPHER_NONE && arg->key_data == NULL) in ath10k_wmi_tlv_op_gen_vdev_install_key() 1825 if (arg->key_data) in ath10k_wmi_tlv_op_gen_vdev_install_key() 1826 memcpy(tlv->value, arg->key_data, arg->key_len); in ath10k_wmi_tlv_op_gen_vdev_install_key()
|
D | wmi.c | 5980 if (arg->key_cipher == WMI_CIPHER_NONE && arg->key_data != NULL) in ath10k_wmi_op_gen_vdev_install_key() 5982 if (arg->key_cipher != WMI_CIPHER_NONE && arg->key_data == NULL) in ath10k_wmi_op_gen_vdev_install_key() 6000 if (arg->key_data) in ath10k_wmi_op_gen_vdev_install_key() 6001 memcpy(cmd->key_data, arg->key_data, arg->key_len); in ath10k_wmi_op_gen_vdev_install_key()
|
D | wmi.h | 4386 u8 key_data[0]; member 4398 const void *key_data; member
|
D | mac.c | 171 .key_data = key->key, in ath10k_send_key() 205 arg.key_data = NULL; in ath10k_send_key()
|