/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | lib.c | 1096 struct wowlan_key_data key_data = { in iwlagn_suspend() local 1106 key_data.rsc_tsc = kzalloc(sizeof(*key_data.rsc_tsc), GFP_KERNEL); in iwlagn_suspend() 1107 if (!key_data.rsc_tsc) in iwlagn_suspend() 1193 &key_data); in iwlagn_suspend() 1195 if (key_data.error) { in iwlagn_suspend() 1200 if (key_data.use_rsc_tsc) { in iwlagn_suspend() 1203 .data[0] = key_data.rsc_tsc, in iwlagn_suspend() 1205 .len[0] = sizeof(*key_data.rsc_tsc), in iwlagn_suspend() 1213 if (key_data.use_tkip) { in iwlagn_suspend() 1252 kfree(key_data.rsc_tsc); in iwlagn_suspend()
|
/linux-4.1.27/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.1.27/include/linux/mfd/ |
D | ipaq-micro.h | 119 void *key_data; member
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | d3.c | 863 struct wowlan_key_data key_data = { in iwl_mvm_wowlan_config() local 878 key_data.rsc_tsc = kzalloc(sizeof(*key_data.rsc_tsc), GFP_KERNEL); in iwl_mvm_wowlan_config() 879 if (!key_data.rsc_tsc) in iwl_mvm_wowlan_config() 891 &key_data); in iwl_mvm_wowlan_config() 893 if (key_data.error) { in iwl_mvm_wowlan_config() 898 if (key_data.use_rsc_tsc) { in iwl_mvm_wowlan_config() 901 .data[0] = key_data.rsc_tsc, in iwl_mvm_wowlan_config() 903 .len[0] = sizeof(*key_data.rsc_tsc), in iwl_mvm_wowlan_config() 911 if (key_data.use_tkip) { in iwl_mvm_wowlan_config() 956 kfree(key_data.rsc_tsc); in iwl_mvm_wowlan_config()
|
/linux-4.1.27/net/mac80211/ |
D | key.c | 375 const u8 *key_data, in ieee80211_key_alloc() argument 432 key_data, key_len, IEEE80211_CCMP_MIC_LEN); in ieee80211_key_alloc() 450 key_data, key_len, IEEE80211_CCMP_256_MIC_LEN); in ieee80211_key_alloc() 473 ieee80211_aes_cmac_key_setup(key_data, key_len); in ieee80211_key_alloc() 492 ieee80211_aes_gmac_key_setup(key_data, key_len); in ieee80211_key_alloc() 510 key->u.gcmp.tfm = ieee80211_aes_gcm_key_setup_encrypt(key_data, in ieee80211_key_alloc() 532 memcpy(key->conf.key, key_data, key_len); in ieee80211_key_alloc()
|
D | key.h | 143 const u8 *key_data,
|
/linux-4.1.27/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.1.27/drivers/mfd/ |
D | ipaq-micro.c | 127 micro->key(micro->key_data, len, data); in micro_rx_msg()
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | atarihw.h | 657 u_char key_data; member
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | wmi-tlv.c | 1578 if (arg->key_cipher == WMI_CIPHER_NONE && arg->key_data != NULL) in ath10k_wmi_tlv_op_gen_vdev_install_key() 1580 if (arg->key_cipher != WMI_CIPHER_NONE && arg->key_data == NULL) in ath10k_wmi_tlv_op_gen_vdev_install_key() 1611 if (arg->key_data) in ath10k_wmi_tlv_op_gen_vdev_install_key() 1612 memcpy(tlv->value, arg->key_data, arg->key_len); in ath10k_wmi_tlv_op_gen_vdev_install_key()
|
D | wmi.c | 4458 if (arg->key_cipher == WMI_CIPHER_NONE && arg->key_data != NULL) in ath10k_wmi_op_gen_vdev_install_key() 4460 if (arg->key_cipher != WMI_CIPHER_NONE && arg->key_data == NULL) in ath10k_wmi_op_gen_vdev_install_key() 4478 if (arg->key_data) in ath10k_wmi_op_gen_vdev_install_key() 4479 memcpy(cmd->key_data, arg->key_data, arg->key_len); in ath10k_wmi_op_gen_vdev_install_key()
|
D | wmi.h | 3405 u8 key_data[0]; member 3417 const void *key_data; member
|
D | mac.c | 47 .key_data = key->key, in ath10k_send_key() 89 arg.key_data = NULL; in ath10k_send_key()
|