Searched refs:keyinfo (Results 1 – 10 of 10) sorted by relevance
| /drivers/s390/crypto/ |
| A D | pkey_base.h | 172 u8 *keybuf, u32 *keybuflen, u32 *keyinfo, u32 xflags); 177 u8 *keybuf, u32 *keybuflen, u32 *keyinfo, u32 xflags); 216 u8 *keybuf, u32 *keybuflen, u32 *keyinfo, u32 xflags); 221 u8 *keybuf, u32 *keybuflen, u32 *keyinfo,
|
| A D | pkey_base.c | 215 u8 *keybuf, u32 *keybuflen, u32 *keyinfo, u32 xflags) in pkey_handler_gen_key() argument 224 keybuf, keybuflen, keyinfo, xflags); in pkey_handler_gen_key() 236 u8 *keybuf, u32 *keybuflen, u32 *keyinfo, in pkey_handler_clr_to_key() argument 246 keybuf, keybuflen, keyinfo, xflags); in pkey_handler_clr_to_key()
|
| A D | pkey_pckmo.c | 409 u8 *protkey, u32 *protkeylen, u32 *keyinfo, in pkey_pckmo_key2protkey() argument 413 protkey, protkeylen, keyinfo); in pkey_pckmo_key2protkey() 419 u8 *keybuf, u32 *keybuflen, u32 *keyinfo, in pkey_pckmo_gen_key() argument 423 keybuf, keybuflen, keyinfo); in pkey_pckmo_gen_key()
|
| A D | pkey_uv.c | 194 u8 *protkey, u32 *protkeylen, u32 *keyinfo, in uv_key2protkey() argument 226 if (keyinfo) in uv_key2protkey() 227 *keyinfo = pkeytype; in uv_key2protkey()
|
| A D | pkey_sysfs.c | 25 u8 *keybuf, u32 *keybuflen, u32 *keyinfo) in sys_pkey_handler_gen_key() argument 32 keybuf, keybuflen, keyinfo, 0); in sys_pkey_handler_gen_key() 38 keybuf, keybuflen, keyinfo, 0); in sys_pkey_handler_gen_key()
|
| /drivers/net/wireless/intel/iwlegacy/ |
| 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()
|
| 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() 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() 3364 memcpy(il->stations[sta_id].keyinfo.key, keyconf->key, 16); in il4965_set_tkip_dynamic_key_info() [all …]
|
| A D | common.h | 721 struct il_hw_key keyinfo; member
|
| /drivers/net/wireless/marvell/libertas/ |
| A D | host.h | 821 __le16 keyinfo; member
|
| A D | cfg.c | 1052 cmd.param.keyinfo = cpu_to_le16(key_info); in lbs_set_key_material()
|
Completed in 50 milliseconds