| /linux/security/selinux/ss/ |
| A D | hashtab.h | 62 struct hashtab_key_params key_params) in hashtab_insert() argument 72 hvalue = key_params.hash(key) & (h->size - 1); in hashtab_insert() 76 int cmp = key_params.cmp(key, cur->key); in hashtab_insert() 97 struct hashtab_key_params key_params) in hashtab_search() argument 105 hvalue = key_params.hash(key) & (h->size - 1); in hashtab_search() 108 int cmp = key_params.cmp(key, cur->key); in hashtab_search()
|
| /linux/drivers/crypto/ccree/ |
| A D | cc_hash.c | 754 ctx->key_params.key = NULL; in cc_hash_setkey() 758 if (!ctx->key_params.key) in cc_hash_setkey() 771 &ctx->key_params.key_dma_addr, ctx->key_params.keylen); in cc_hash_setkey() 913 &ctx->key_params.key_dma_addr, ctx->key_params.keylen); in cc_hash_setkey() 945 if (!ctx->key_params.key) in cc_xcbc_setkey() 948 ctx->key_params.key_dma_addr = in cc_xcbc_setkey() 957 &ctx->key_params.key_dma_addr, ctx->key_params.keylen); in cc_xcbc_setkey() 1000 &ctx->key_params.key_dma_addr, ctx->key_params.keylen); in cc_xcbc_setkey() 1067 ctx->key_params.keylen = 0; in cc_free_ctx() 1074 ctx->key_params.keylen = 0; in cc_alloc_ctx() [all …]
|
| /linux/drivers/net/wireless/microchip/wilc1000/ |
| A D | cfg80211.c | 492 struct key_params *params) in wilc_wfi_cfg_copy_wep_info() 518 struct key_params *params) in wilc_wfi_cfg_copy_wpa_info() 691 void (*callback)(void *cookie, struct key_params *)) in get_key() argument 695 struct key_params key_params; in get_key() local 698 key_params.key = priv->wilc_gtk[key_index]->key; in get_key() 699 key_params.cipher = priv->wilc_gtk[key_index]->cipher; in get_key() 701 key_params.seq = priv->wilc_gtk[key_index]->seq; in get_key() 704 key_params.key = priv->wilc_ptk[key_index]->key; in get_key() 705 key_params.cipher = priv->wilc_ptk[key_index]->cipher; in get_key() 707 key_params.seq = priv->wilc_ptk[key_index]->seq; in get_key() [all …]
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| A D | sta_cmd.c | 613 km->key_param_set.key_params.cmac_aes.key_len = in mwifiex_set_aes_key_v2() 627 memcpy(km->key_param_set.key_params.aes.pn, in mwifiex_set_aes_key_v2() 630 km->key_param_set.key_params.aes.key_len = in mwifiex_set_aes_key_v2() 632 memcpy(km->key_param_set.key_params.aes.key, in mwifiex_set_aes_key_v2() 739 km->key_param_set.key_params.wep.key_len = in mwifiex_cmd_802_11_key_material_v2() 741 memcpy(km->key_param_set.key_params.wep.key, in mwifiex_cmd_802_11_key_material_v2() 759 km->key_param_set.key_params.wapi.key_len = in mwifiex_cmd_802_11_key_material_v2() 761 memcpy(km->key_param_set.key_params.wapi.key, in mwifiex_cmd_802_11_key_material_v2() 798 memcpy(km->key_param_set.key_params.tkip.pn, in mwifiex_cmd_802_11_key_material_v2() 801 km->key_param_set.key_params.tkip.key_len = in mwifiex_cmd_802_11_key_material_v2() [all …]
|
| A D | sta_cmdresp.c | 622 len = le16_to_cpu(key_v2->key_param_set.key_params.aes.key_len); in mwifiex_ret_802_11_key_material_v2() 623 if (len > sizeof(key_v2->key_param_set.key_params.aes.key)) in mwifiex_ret_802_11_key_material_v2() 638 memset(priv->aes_key_v2.key_param_set.key_params.aes.key, 0, in mwifiex_ret_802_11_key_material_v2() 639 sizeof(key_v2->key_param_set.key_params.aes.key)); in mwifiex_ret_802_11_key_material_v2() 640 priv->aes_key_v2.key_param_set.key_params.aes.key_len = in mwifiex_ret_802_11_key_material_v2() 642 memcpy(priv->aes_key_v2.key_param_set.key_params.aes.key, in mwifiex_ret_802_11_key_material_v2() 643 key_v2->key_param_set.key_params.aes.key, len); in mwifiex_ret_802_11_key_material_v2()
|
| A D | sta_ioctl.c | 1108 int mwifiex_set_encode(struct mwifiex_private *priv, struct key_params *kp, in mwifiex_set_encode()
|
| A D | fw.h | 985 } key_params; member
|
| /linux/drivers/staging/wlan-ng/ |
| A D | cfg80211.c | 147 struct key_params *params) in prism2_add_key() 177 void (*callback)(void *cookie, struct key_params*)) in prism2_get_key() argument 180 struct key_params params; in prism2_get_key()
|
| /linux/drivers/net/wireless/quantenna/qtnfmac/ |
| A D | commands.h | 39 const u8 *mac_addr, struct key_params *params);
|
| A D | cfg80211.c | 535 struct key_params *params) in qtnf_add_key()
|
| /linux/Documentation/driver-api/80211/ |
| A D | cfg80211.rst | 52 key_params
|
| /linux/net/wireless/ |
| A D | core.h | 274 struct key_params params[CFG80211_MAX_WEP_KEYS]; 440 struct key_params *params, int key_idx,
|
| A D | wext-compat.c | 412 int idx, struct key_params *params) in __cfg80211_set_encryption() 565 int idx, struct key_params *params) in cfg80211_set_encryption() 585 struct key_params params; in cfg80211_wext_siwencode() 656 struct key_params params; in cfg80211_wext_siwencodeext()
|
| A D | rdev-ops.h | 77 struct key_params *params) in rdev_add_key() 91 void (*callback)(void *cookie, struct key_params*)) in rdev_get_key() argument
|
| A D | util.c | 320 struct key_params *params, int key_idx, in cfg80211_validate_key_settings()
|
| /linux/drivers/net/wireless/intersil/orinoco/ |
| A D | orinoco.h | 121 struct key_params keys[ORINOCO_MAX_KEYS];
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| A D | cfg80211.c | 1563 struct key_params *params) in wil_set_crypto_rx() 1626 struct key_params *params) in wil_cfg80211_add_key() 2040 struct key_params key_params = {}; in wil_cfg80211_ap_recovery() local 2073 key_params.key = vif->gtk; in wil_cfg80211_ap_recovery() 2074 key_params.key_len = vif->gtk_len; in wil_cfg80211_ap_recovery() 2075 key_params.seq_len = IEEE80211_GCMP_PN_LEN; in wil_cfg80211_ap_recovery() 2077 NULL, &key_params); in wil_cfg80211_ap_recovery()
|
| A D | wil6210.h | 1388 struct key_params *params);
|
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| A D | dpaa2-eth.c | 3204 struct dpni_rule_cfg key_params; in dpaa2_eth_set_vlan_qos() local 3262 key_params.key_iova = dma_map_single(dev, key, key_size * 2, in dpaa2_eth_set_vlan_qos() 3264 if (dma_mapping_error(dev, key_params.key_iova)) { in dpaa2_eth_set_vlan_qos() 3270 key_params.mask_iova = key_params.key_iova + key_size; in dpaa2_eth_set_vlan_qos() 3271 key_params.key_size = key_size; in dpaa2_eth_set_vlan_qos() 3280 dma_sync_single_for_device(dev, key_params.key_iova, in dpaa2_eth_set_vlan_qos() 3284 &key_params, i, i); in dpaa2_eth_set_vlan_qos() 3298 dma_unmap_single(dev, key_params.key_iova, key_size * 2, DMA_TO_DEVICE); in dpaa2_eth_set_vlan_qos()
|
| /linux/include/net/ |
| A D | cfg80211.h | 653 struct key_params { struct 1051 struct key_params *wep_keys; 2817 struct key_params *wep_keys; 4095 struct key_params *params); 4099 void (*callback)(void *cookie, struct key_params*));
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| A D | cfg80211.c | 1129 struct key_params *params) in ath6kl_cfg80211_add_key() 1285 struct key_params *)) in ath6kl_cfg80211_get_key() argument 1289 struct key_params params; in ath6kl_cfg80211_get_key()
|
| /linux/drivers/staging/rtl8723bs/os_dep/ |
| A D | ioctl_cfg80211.c | 939 struct key_params *params) in cfg80211_rtw_add_key() 1033 struct key_params*)) in cfg80211_rtw_get_key() argument
|
| /linux/net/mac80211/ |
| A D | cfg.c | 436 struct key_params *params) in ieee80211_add_key() 596 struct key_params *params)) in ieee80211_get_key() 601 struct key_params params; in ieee80211_get_key()
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| A D | cfg.c | 1461 struct key_params *params) in lbs_cfg_add_key()
|
| /linux/drivers/net/wireless/ |
| A D | rndis_wlan.c | 493 struct key_params *params); 2381 struct key_params *params) in rndis_add_key()
|