Searched refs:keyinfo (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/s390/crypto/ |
| H A D | pkey_uv.c | 193 u8 *protkey, u32 *protkeylen, u32 *keyinfo, in uv_key2protkey() argument 225 if (keyinfo) in uv_key2protkey() 226 *keyinfo = pkeytype; in uv_key2protkey()
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 3945-mac.c | 135 il->stations[sta_id].keyinfo.cipher = keyconf->cipher; in il3945_set_ccmp_dynamic_key_info() 136 il->stations[sta_id].keyinfo.keylen = keyconf->keylen; in il3945_set_ccmp_dynamic_key_info() 137 memcpy(il->stations[sta_id].keyinfo.key, keyconf->key, keyconf->keylen); in il3945_set_ccmp_dynamic_key_info() 185 memset(&il->stations[sta_id].keyinfo, 0, sizeof(struct il_hw_key)); in il3945_clear_sta_key_info() 352 struct il_hw_key *keyinfo = &il->stations[sta_id].keyinfo; in il3945_build_tx_cmd_hwcrypto() local 356 switch (keyinfo->cipher) { in il3945_build_tx_cmd_hwcrypto() 359 memcpy(tx_cmd->key, keyinfo->key, keyinfo->keylen); in il3945_build_tx_cmd_hwcrypto() 375 memcpy(&tx_cmd->key[3], keyinfo->key, keyinfo->keylen); in il3945_build_tx_cmd_hwcrypto() 382 IL_ERR("Unknown encode cipher %x\n", keyinfo->cipher); in il3945_build_tx_cmd_hwcrypto()
|
| H A D | 4965-mac.c | 3216 il->stations[IL_AP_ID].keyinfo.cipher = keyconf->cipher; in il4965_set_default_wep_key() 3251 il->stations[sta_id].keyinfo.cipher = keyconf->cipher; in il4965_set_wep_dynamic_key_info() 3252 il->stations[sta_id].keyinfo.keylen = keyconf->keylen; in il4965_set_wep_dynamic_key_info() 3253 il->stations[sta_id].keyinfo.keyidx = keyconf->keyidx; in il4965_set_wep_dynamic_key_info() 3255 memcpy(il->stations[sta_id].keyinfo.key, keyconf->key, keyconf->keylen); in il4965_set_wep_dynamic_key_info() 3301 il->stations[sta_id].keyinfo.cipher = keyconf->cipher; in il4965_set_ccmp_dynamic_key_info() 3302 il->stations[sta_id].keyinfo.keylen = keyconf->keylen; in il4965_set_ccmp_dynamic_key_info() 3304 memcpy(il->stations[sta_id].keyinfo.key, keyconf->key, keyconf->keylen); in il4965_set_ccmp_dynamic_key_info() 3348 il->stations[sta_id].keyinfo.cipher = keyconf->cipher; in il4965_set_tkip_dynamic_key_info() 3349 il->stations[sta_id].keyinfo.keylen = 16; in il4965_set_tkip_dynamic_key_info() [all …]
|
| H A D | common.h | 721 struct il_hw_key keyinfo; member
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | host.h | 821 __le16 keyinfo; member
|
| H A D | cfg.c | 1052 cmd.param.keyinfo = cpu_to_le16(key_info); in lbs_set_key_material()
|