Home
last modified time | relevance | path

Searched refs:keyinfo (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/fs/crypto/
DMakefile3 fscrypto-y := crypto.o fname.o hooks.o keyinfo.o policy.o
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
D3945-mac.c151 il->stations[sta_id].keyinfo.cipher = keyconf->cipher; in il3945_set_ccmp_dynamic_key_info()
152 il->stations[sta_id].keyinfo.keylen = keyconf->keylen; in il3945_set_ccmp_dynamic_key_info()
153 memcpy(il->stations[sta_id].keyinfo.key, keyconf->key, keyconf->keylen); in il3945_set_ccmp_dynamic_key_info()
201 memset(&il->stations[sta_id].keyinfo, 0, sizeof(struct il_hw_key)); in il3945_clear_sta_key_info()
370 struct il_hw_key *keyinfo = &il->stations[sta_id].keyinfo; in il3945_build_tx_cmd_hwcrypto() local
374 switch (keyinfo->cipher) { in il3945_build_tx_cmd_hwcrypto()
377 memcpy(tx_cmd->key, keyinfo->key, keyinfo->keylen); in il3945_build_tx_cmd_hwcrypto()
393 memcpy(&tx_cmd->key[3], keyinfo->key, keyinfo->keylen); in il3945_build_tx_cmd_hwcrypto()
400 IL_ERR("Unknown encode cipher %x\n", keyinfo->cipher); in il3945_build_tx_cmd_hwcrypto()
D4965-mac.c3232 il->stations[IL_AP_ID].keyinfo.cipher = keyconf->cipher; in il4965_set_default_wep_key()
3267 il->stations[sta_id].keyinfo.cipher = keyconf->cipher; in il4965_set_wep_dynamic_key_info()
3268 il->stations[sta_id].keyinfo.keylen = keyconf->keylen; in il4965_set_wep_dynamic_key_info()
3269 il->stations[sta_id].keyinfo.keyidx = keyconf->keyidx; in il4965_set_wep_dynamic_key_info()
3271 memcpy(il->stations[sta_id].keyinfo.key, keyconf->key, keyconf->keylen); in il4965_set_wep_dynamic_key_info()
3317 il->stations[sta_id].keyinfo.cipher = keyconf->cipher; in il4965_set_ccmp_dynamic_key_info()
3318 il->stations[sta_id].keyinfo.keylen = keyconf->keylen; in il4965_set_ccmp_dynamic_key_info()
3320 memcpy(il->stations[sta_id].keyinfo.key, keyconf->key, keyconf->keylen); in il4965_set_ccmp_dynamic_key_info()
3365 il->stations[sta_id].keyinfo.cipher = keyconf->cipher; in il4965_set_tkip_dynamic_key_info()
3366 il->stations[sta_id].keyinfo.keylen = 16; in il4965_set_tkip_dynamic_key_info()
[all …]
Dcommon.h724 struct il_hw_key keyinfo; member
/Linux-v4.19/drivers/staging/ks7010/
Dks_hostif.c1007 unsigned short keyinfo = 0; in hostif_data_request() local
1100 keyinfo = ntohs(eap_key->key_info); in hostif_data_request()
1149 if (keyinfo & WPA_KEY_INFO_ERROR && in hostif_data_request()
1150 keyinfo & WPA_KEY_INFO_REQUEST) { in hostif_data_request()
1152 "MIC ERROR Report SET : %04X\n", keyinfo); in hostif_data_request()
/Linux-v4.19/drivers/net/wireless/marvell/libertas/
Dhost.h817 __le16 keyinfo; member
Dcfg.c998 cmd.param.keyinfo = cpu_to_le16(key_info); in lbs_set_key_material()