Home
last modified time | relevance | path

Searched defs:key (Results 1801 – 1825 of 2495) sorted by relevance

1...<<71727374757677787980>>...100

/openbmc/linux/fs/sysv/
H A Ditree.c61 sysv_zone_t key; member
/openbmc/linux/drivers/gpu/host1x/
H A Dbus.c719 void __host1x_client_init(struct host1x_client *client, struct lock_class_key *key) in __host1x_client_init()
/openbmc/linux/tools/perf/util/
H A Dexpr.c55 static size_t key_hash(long key, void *ctx __maybe_unused) in key_hash()
/openbmc/linux/arch/s390/include/asm/
H A Dprocessor.h292 static inline void psw_set_key(unsigned int key) in psw_set_key()
/openbmc/intel-ipmi-oem/src/
H A Dchassiscommands.cpp131 auto key = t.first; in idButtonPropChanged() local
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_util.c409 struct ieee80211_key_conf *key) in mt76x02_set_key()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector.c550 __u32 key = (__u32)(tests[i].keys.sport) << 16 | in run_tests_skb_less() local
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c420 brcmf_parse_tlvs(const void *buf, int buflen, uint key) in brcmf_parse_tlvs()
533 static void convert_key_from_CPU(struct brcmf_wsec_key *key, in convert_key_from_CPU()
548 send_key_to_dongle(struct brcmf_if *ifp, struct brcmf_wsec_key *key) in send_key_to_dongle()
1690 int brcmf_set_wsec(struct brcmf_if *ifp, const u8 *key, u16 key_len, u16 flags) in brcmf_set_wsec()
2238 struct brcmf_wsec_key key; in brcmf_set_sharedkey() local
2744 struct brcmf_wsec_key *key; in brcmf_cfg80211_del_key() local
2784 struct brcmf_wsec_key *key; in brcmf_cfg80211_add_key() local
2978 struct brcmf_wsec_key *key; in brcmf_cfg80211_reconfigure_wep() local
/openbmc/linux/include/linux/
H A Dbpf.h1157 u64 key; member
1339 static inline struct bpf_trampoline *bpf_trampoline_get(u64 key, in bpf_trampoline_get()
1380 u32 key; member
1730 void *key, in bpf_struct_ops_map_sys_lookup_elem()
2940 static inline int sock_map_update_elem_sys(struct bpf_map *map, void *key, void *value, in sock_map_update_elem_sys()
2967 void *key, void *value) in bpf_fd_reuseport_array_lookup_elem()
2973 void *key, void *value, in bpf_fd_reuseport_array_update_elem()
3218 struct key *key; member
/openbmc/linux/net/mac80211/
H A Dcfg.c439 struct ieee80211_key *key; in ieee80211_set_tx() local
474 struct ieee80211_key *key; in ieee80211_add_key() local
585 struct ieee80211_key *key; in ieee80211_lookup_key() local
646 struct ieee80211_key *key; in ieee80211_del_key() local
677 struct ieee80211_key *key; in ieee80211_get_key() local
/openbmc/linux/include/uapi/linux/
H A Dsoundcard.h214 unsigned short key; /* Use WAVE_PATCH here */ member
303 short key; /* Use SYSEX_PATCH or MAUI_PATCH here */ member
472 unsigned short key; /* FM_PATCH or OPL3_PATCH */ member
1242 #define SEQ_ECHO_BACK(key) _TIMER_EVENT(TMR_ECHO, key) argument
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h524 u32 key; member
538 u32 key; member
543 u32 key, unsigned len) in remove_mmap()
694 u8 key[16]; member
/openbmc/linux/net/key/
H A Daf_key.c422 static inline int sadb_key_len(const struct sadb_key *key) in sadb_key_len()
432 const struct sadb_key *key = p; in verify_key_len() local
768 struct sadb_key *key; in __pfkey_xfrm_state2msg() local
1066 const struct sadb_key *key; in pfkey_msg2xfrm_state() local
/openbmc/phosphor-webui/app/common/services/
H A Dapi-utils.js1447 function isSubComponent(key) { argument
1487 function determineParent(key) { argument
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1261 static int mlx4_en_get_rxfh(struct net_device *dev, u32 *ring_index, u8 *key, in mlx4_en_get_rxfh()
1284 const u8 *key, const u8 hfunc) in mlx4_en_set_rxfh()
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_struct.h314 u32 key[8]; member
567 u32 key[8]; member
/openbmc/linux/drivers/crypto/
H A Dsahara.c145 u8 key[AES_KEYSIZE_128]; member
627 static int sahara_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, in sahara_aes_setkey()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_cmd.h279 u8 key[16]; /* this could be 40 or 104 */ member
295 u8 key[16]; member
/openbmc/linux/security/integrity/ima/
H A Dima_policy.c1162 static void ima_log_string_op(struct audit_buffer *ab, char *key, char *value, in ima_log_string_op()
1190 static void ima_log_string(struct audit_buffer *ab, char *key, char *value) in ima_log_string()
/openbmc/linux/tools/bpf/bpftool/
H A Dprog.c227 int key = 0; in find_metadata() local
2096 __u32 key = 0; in profile_read_values() local
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dscan.c89 has_ieee_hdr(struct ieee_types_generic *ie, u8 key) in has_ieee_hdr()
95 has_vendor_hdr(struct ieee_types_vendor_specific *ie, u8 key) in has_vendor_hdr()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_mr_tcam.c185 struct mlxsw_sp_mr_route_key key; member
/openbmc/linux/drivers/char/agp/
H A Dgeneric.c61 void agp_free_key(int key) in agp_free_key()
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshlex.py490 def __getitem__(self, key): argument
/openbmc/u-boot/tools/
H A Dkwbimage.h119 uint8_t key[524]; member

1...<<71727374757677787980>>...100