Searched refs:key_type (Results 126 - 150 of 153) sorted by relevance

1234567

/linux-master/kernel/bpf/
H A Dsyscall.c1070 const struct btf_type *key_type,
1079 const struct btf_type *key_type, *value_type; local
1085 key_type = btf_type_id_size(btf, &btf_key_id, &key_size);
1086 if (!key_type || key_size != map->key_size)
1089 key_type = btf_type_by_id(btf, 0);
1178 ret = map->ops->map_check_btf(map, btf, key_type, value_type);
1068 map_check_no_btf(const struct bpf_map *map, const struct btf *btf, const struct btf_type *key_type, const struct btf_type *value_type) argument
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dwmi.h782 u8 key_type; member in struct:wmi_add_cipher_key_cmd
2613 enum ath6kl_crypto_type key_type,
H A Dcore.h548 int key_type; member in struct:ath6kl_req_key
/linux-master/fs/ubifs/
H A Drecovery.c1361 switch (key_type(c, key)) {
H A Ddebug.c94 int type = key_type(c, key);
2008 int err, type = key_type(c, &zbr->key);
/linux-master/drivers/net/wireless/intersil/p54/
H A Dfwio.c664 rxkey->key_type = algo;
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.h630 u8 key_type; member in struct:key_info
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h2801 MLXSW_ITEM32(reg, ptar, key_type, 0x00, 0, 8);
2831 * Only valid if key_type == "FLEX_KEY"
2841 enum mlxsw_reg_ptar_key_type key_type,
2848 mlxsw_reg_ptar_key_type_set(payload, key_type);
7254 MLXSW_ITEM32(reg, rtar, key_type, 0x00, 0, 8);
7267 enum mlxsw_reg_rtar_key_type key_type,
7272 mlxsw_reg_rtar_key_type_set(payload, key_type);
7707 * same as in RTAR.key_type
2840 mlxsw_reg_ptar_pack(char *payload, enum mlxsw_reg_ptar_op op, enum mlxsw_reg_ptar_key_type key_type, u16 region_size, u16 region_id, const char *tcam_region_info) argument
7265 mlxsw_reg_rtar_pack(char *payload, enum mlxsw_reg_rtar_op op, enum mlxsw_reg_rtar_key_type key_type, u16 region_size) argument
H A Dspectrum.h1122 enum mlxsw_reg_ptar_key_type key_type; member in struct:mlxsw_sp_acl_tcam_ops
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_mgmt.c785 * @key_type: Type of key: GROUP/PAIRWISE.
796 u8 key_type,
819 if (key_type == RSI_GROUP_KEY) {
793 rsi_hal_load_key(struct rsi_common *common, u8 *data, u16 key_len, u8 key_type, u8 key_id, u32 cipher, s16 sta_id, struct ieee80211_vif *vif) argument
/linux-master/include/linux/
H A Dbpf.h126 const struct btf_type *key_type,
585 const struct btf_type *key_type,
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmdresp.c623 if (key_v2->key_param_set.key_type != KEY_TYPE_ID_AES)
H A Dfw.h966 u8 key_type; member in struct:mwifiex_ie_type_key_param_set_v2
/linux-master/drivers/staging/rtl8192e/
H A Drtllib.h1116 u16 key_type; member in struct:sw_cam_table
/linux-master/block/
H A Dsed-opal.c339 switch (key->key_type) {
352 key->key_type = OPAL_INCLUDED;
363 if (key->key_type != OPAL_INCLUDED || key->key_len == 0) {
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.h930 u8 key_type; member in struct:ipw_rx_key
/linux-master/fs/smb/client/
H A Dcifsacl.c101 static struct key_type cifs_idmap_key_type = {
/linux-master/fs/btrfs/
H A Dctree.c1661 u64 iobjectid, u64 ioff, u8 key_type,
1671 key.type = key_type;
1660 btrfs_find_item(struct btrfs_root *fs_root, struct btrfs_path *path, u64 iobjectid, u64 ioff, u8 key_type, struct btrfs_key *found_key) argument
/linux-master/fs/bcachefs/
H A Dfsck.c832 if (hash_k.k->type != desc.key_type)
849 if (fsck_err_on(k.k->type == desc.key_type &&
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c6592 enum nl80211_key_type key_type; local
6595 key_type = NL80211_KEYTYPE_GROUP;
6597 key_type = NL80211_KEYTYPE_PAIRWISE;
6599 cfg80211_michael_mic_failure(ifp->ndev, (u8 *)&e->addr, key_type, -1,
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwmi.h421 u8 key_type; member in struct:wmi_add_cipher_key_cmd
/linux-master/include/net/bluetooth/
H A Dhci_core.h690 __u8 key_type; member in struct:hci_conn
H A Dhci.h2304 __u8 key_type; member in struct:hci_ev_link_key_notify
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_edif.c2281 edbnode->u.sa_aen.key_type = data2;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmcu.c986 sec->key_type = 1;

Completed in 568 milliseconds

1234567