Searched refs:encrypt_key (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/marvell/mwifiex/ | 
| D | sta_ioctl.c | 890 			       struct mwifiex_ds_encrypt_key *encrypt_key)  in mwifiex_sec_ioctl_set_wapi_key()  argument 895 				encrypt_key, true);  in mwifiex_sec_ioctl_set_wapi_key() 905 			      struct mwifiex_ds_encrypt_key *encrypt_key)  in mwifiex_sec_ioctl_set_wep_key()  argument 915 	index = encrypt_key->key_index;  in mwifiex_sec_ioctl_set_wep_key() 916 	if (encrypt_key->key_disable) {  in mwifiex_sec_ioctl_set_wep_key() 918 	} else if (!encrypt_key->key_len) {  in mwifiex_sec_ioctl_set_wep_key() 928 			memcpy(encrypt_key->key_material,  in mwifiex_sec_ioctl_set_wep_key() 930 			encrypt_key->key_len = wep_key->key_length;  in mwifiex_sec_ioctl_set_wep_key() 940 		       encrypt_key->key_material,  in mwifiex_sec_ioctl_set_wep_key() 941 		       encrypt_key->key_len);  in mwifiex_sec_ioctl_set_wep_key() [all …] 
 | 
| D | cfg80211.c | 516 	struct mwifiex_ds_encrypt_key encrypt_key;  in mwifiex_cfg80211_set_default_mgmt_key()  local 520 	memset(&encrypt_key, 0, sizeof(struct mwifiex_ds_encrypt_key));  in mwifiex_cfg80211_set_default_mgmt_key() 521 	encrypt_key.key_len = WLAN_KEY_LEN_CCMP;  in mwifiex_cfg80211_set_default_mgmt_key() 522 	encrypt_key.key_index = key_index;  in mwifiex_cfg80211_set_default_mgmt_key() 523 	encrypt_key.is_igtk_def_key = true;  in mwifiex_cfg80211_set_default_mgmt_key() 524 	eth_broadcast_addr(encrypt_key.mac_addr);  in mwifiex_cfg80211_set_default_mgmt_key() 527 				HostCmd_ACT_GEN_SET, true, &encrypt_key, true);  in mwifiex_cfg80211_set_default_mgmt_key()
  | 
| /Linux-v5.4/arch/sparc/crypto/ | 
| D | camellia_glue.c | 28 	u64 encrypt_key[CAMELLIA_TABLE_BYTE_LEN / sizeof(u64)];  member 33 extern void camellia_sparc64_key_expand(const u32 *in_key, u64 *encrypt_key, 50 	camellia_sparc64_key_expand(in_key, &ctx->encrypt_key[0],  in camellia_set_key() 62 	camellia_sparc64_crypt(&ctx->encrypt_key[0],  in camellia_encrypt() 105 		key = &ctx->encrypt_key[0];  in __ecb_crypt() 167 	key = &ctx->encrypt_key[0];  in cbc_encrypt()
  |