| /linux-6.15/drivers/s390/crypto/ |
| H A D | zcrypt_ep11misc.c | 1105 const u8 *kek, size_t keksize, in _ep11_unwrapkey() argument 1188 p += asn1tag_write(p, 0x04, kek, keksize); in _ep11_unwrapkey() 1255 const u8 *kek, size_t keksize, in ep11_unwrapkey() argument 1272 rc = _ep11_unwrapkey(card, domain, kek, keksize, enckey, enckeysize, in ep11_unwrapkey() 1419 u8 encbuf[64], *kek = NULL; in ep11_clr2keyblob() local 1432 kek = kmalloc(keklen, GFP_ATOMIC); in ep11_clr2keyblob() 1433 if (!kek) { in ep11_clr2keyblob() 1441 kek, &keklen); in ep11_clr2keyblob() 1449 rc = ep11_cryptsingle(card, domain, 0, 0, def_iv, kek, keklen, in ep11_clr2keyblob() 1458 rc = ep11_unwrapkey(card, domain, kek, keklen, in ep11_clr2keyblob() [all …]
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | d3.h | 13 u8 kek[NL80211_KEK_EXT_LEN]; member
|
| H A D | d3.c | 171 memcpy(wowlan_data->rekey_data.kek, data->kek, data->kek_len); in iwl_mld_set_rekey_data() 1567 memcpy(kek_kck_cmd.kek, rekey_data->kek, in iwl_mld_send_kek_kck_cmd()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | d3.h | 505 u8 kek[IWL_KEK_MAX_SIZE]; member 513 u8 kek[IWL_KEK_MAX_SIZE]; member 526 u8 kek[IWL_KEK_MAX_SIZE]; member
|
| /linux-6.15/drivers/crypto/caam/ |
| H A D | debugfs.c | 84 ctrlpriv->ctl_kek_wrap.data = (__force void *)&ctrlpriv->ctrl->kek[0]; in caam_debugfs_init()
|
| H A D | regs.h | 596 u32 kek[KEK_KEY_SIZE]; /* JDKEKR - Key Encryption Key */ member
|
| /linux-6.15/net/wireless/ |
| H A D | sme.c | 1020 ev->cr.fils.kek = next; in cfg80211_connect_done() 1022 memcpy((void *)ev->cr.fils.kek, params->fils.kek, in cfg80211_connect_done() 1224 ev->rm.fils.kek = next; in cfg80211_roamed() 1226 memcpy((void *)ev->rm.fils.kek, info->fils.kek, in cfg80211_roamed()
|
| /linux-6.15/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
| H A D | fw.h | 233 u8 kek[16]; member
|
| /linux-6.15/drivers/net/wireless/ath/wcn36xx/ |
| H A D | wcn36xx.h | 151 u8 kck[NL80211_KCK_LEN], kek[NL80211_KEK_LEN]; member
|
| H A D | main.c | 1165 memcpy(vif_priv->rekey_data.kek, data->kek, NL80211_KEK_LEN); in wcn36xx_set_rekey_data()
|
| /linux-6.15/drivers/platform/x86/hp/hp-bioscfg/ |
| H A D | spmobj-attributes.c | 291 static struct kobj_attribute password_spm_endorsement_key = __ATTR_WO(kek);
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-class-firmware-attributes | 327 It requires configuring an endorsement (kek) and signing certificate (sk). 432 What: /sys/class/firmware-attributes/*/authentication/SPM/kek 437 'kek' Key-Encryption-Key is a write-only file that can be used to configure the
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/dvm/ |
| H A D | lib.c | 1182 memcpy(kek_kck_cmd.kek, priv->kek, NL80211_KEK_LEN); in iwlagn_suspend()
|
| H A D | dev.h | 875 u8 kck[NL80211_KCK_LEN], kek[NL80211_KEK_LEN]; member
|
| H A D | mac80211.c | 340 memcpy(priv->kek, data->kek, NL80211_KEK_LEN); in iwlagn_mac_set_rekey_data()
|
| H A D | commands.h | 3817 u8 kek[IWLAGN_KEK_MAX_SIZE]; member
|
| /linux-6.15/drivers/net/wireless/realtek/rtw89/ |
| H A D | mac80211.c | 1731 if (data->kek_len > sizeof(gtk_info->kek) || in rtw89_set_rekey_data() 1737 memcpy(gtk_info->kek, data->kek, data->kek_len); in rtw89_set_rekey_data()
|
| /linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | fwil_types.h | 1151 u8 kek[BRCMF_RSN_KEK_LENGTH]; member
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | d3.c | 30 memcpy(mvmvif->rekey_data.kek, data->kek, data->kek_len); in iwl_mvm_set_rekey_data() 1090 memcpy(kek_kck_cmd.kek, mvmvif->rekey_data.kek, in iwl_mvm_wowlan_config_key_params()
|
| /linux-6.15/drivers/net/wireless/ath/ath11k/ |
| H A D | core.h | 315 u8 kek[NL80211_KCK_LEN]; member
|
| /linux-6.15/net/mac80211/ |
| H A D | trace.h | 1458 __array(u8, kek, NL80211_KEK_LEN) 1466 memcpy(__entry->kek, data->kek, NL80211_KEK_LEN);
|
| /linux-6.15/drivers/net/wireless/ath/ath12k/ |
| H A D | core.h | 264 u8 kek[NL80211_KCK_LEN]; member
|
| /linux-6.15/include/net/ |
| H A D | cfg80211.h | 902 const u8 *kek; member 3696 const u8 *kek, *kck, *replay_ctr; member 8147 const u8 *kek; member
|
| /linux-6.15/drivers/net/wireless/marvell/mwifiex/ |
| H A D | sta_cmd.c | 1599 memcpy(rekey->kek, data->kek, NL80211_KEK_LEN); in mwifiex_cmd_gtk_rekey_offload()
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76_connac_mcu.h | 1657 u8 kek[NL80211_KEK_LEN]; member
|