/openbmc/linux/net/ieee802154/6lowpan/ |
H A D | reassembly.c | 38 const struct frag_lowpan_compare_key *key = a; in lowpan_frag_init() local 69 struct frag_lowpan_compare_key key = {}; in fq_find() local 506 const struct frag_lowpan_compare_key *key = arg->key; in lowpan_obj_cmpfn() local
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_vl.c | 508 struct sja1105_key *key, unsigned long destports, in sja1105_vl_redirect() 583 struct sja1105_key *key, u32 index, s32 prio, in sja1105_vl_gate() 732 struct sja1105_key *key) in sja1105_find_vlid()
|
/openbmc/linux/tools/testing/selftests/sgx/ |
H A D | sigstruct.c | 153 static inline const BIGNUM *get_modulus(RSA *key) in get_modulus() 165 RSA *key; in gen_sign_key() local 323 RSA *key = NULL; in encl_measure() local
|
/openbmc/linux/drivers/crypto/rockchip/ |
H A D | rk3288_crypto_skcipher.c | 109 const u8 *key, unsigned int keylen) in rk_aes_setkey() 124 const u8 *key, unsigned int keylen) in rk_des_setkey() 140 const u8 *key, unsigned int keylen) in rk_tdes_setkey()
|
/openbmc/linux/security/keys/trusted-keys/ |
H A D | trusted_tpm1.c | 68 static int TSS_rawhmac(unsigned char *digest, const unsigned char *key, in TSS_rawhmac() 115 int TSS_authhmac(unsigned char *digest, const unsigned char *key, in TSS_authhmac() 173 const unsigned char *key, in TSS_checkhmac1() 392 const unsigned char *key, uint16_t type, uint32_t handle) in osap() 976 static int trusted_tpm_get_random(unsigned char *key, size_t key_len) in trusted_tpm_get_random()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_mac.c | 33 mt76x02_mac_get_key_info(struct ieee80211_key_conf *key, u8 *key_data) in mt76x02_mac_get_key_info() 59 u8 key_idx, struct ieee80211_key_conf *key) in mt76x02_mac_shared_key_setup() 82 struct ieee80211_key_conf *key) in mt76x02_mac_wcid_sync_pn() 107 struct ieee80211_key_conf *key) in mt76x02_mac_wcid_set_key() 342 struct ieee80211_key_conf *key = info->control.hw_key; in mt76x02_mac_write_txwi() local
|
/openbmc/linux/crypto/ |
H A D | af_alg.c | 212 u8 *key; in alg_setkey() local 233 static const u8 *key_data_ptr_user(const struct key *key, in key_data_ptr_user() 247 static const u8 *key_data_ptr_encrypted(const struct key *key, in key_data_ptr_encrypted() 261 static const u8 *key_data_ptr_trusted(const struct key *key, in key_data_ptr_trusted() 293 struct key *key; in alg_setkey_by_key_serial() local
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | crypto.c | 112 const void *key, u32 sz_bytes) in mlx5_crypto_dek_fill_key() 189 const void *key, u32 sz_bytes, u32 key_purpose, in mlx5_crypto_modify_dek_key() 224 const void *key, u32 sz_bytes, in mlx5_crypto_create_dek_key() 276 const void *key, u32 sz_bytes, in mlx5_create_encryption_key() 604 const void *key, u32 sz_bytes) in mlx5_crypto_dek_create()
|
/openbmc/linux/include/net/ |
H A D | tipc.h | 51 __be32 key; in tipc_hdr_rps_key() local
|
/openbmc/linux/lib/ |
H A D | test_static_key_base.c | 34 static void invert_key(struct static_key *key) in invert_key()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | sysrq.c | 46 static void sysrq_handle_tlbdump(u8 key) in sysrq_handle_tlbdump()
|
/openbmc/linux/include/net/netfilter/ |
H A D | nft_meta.h | 8 enum nft_meta_keys key:8; member
|
/openbmc/linux/arch/mips/kernel/ |
H A D | sysrq.c | 47 static void sysrq_handle_tlbdump(u8 key) in sysrq_handle_tlbdump()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | vmmmcp77.c | 40 void *argv, u32 argc, struct lock_class_key *key, in mcp77_vmm_new()
|
H A D | vmmgp10b.c | 46 void *argv, u32 argc, struct lock_class_key *key, in gp10b_vmm_new()
|
/openbmc/linux/net/sched/ |
H A D | em_u32.c | 20 struct tc_u32_key *key = (struct tc_u32_key *) em->data; in em_u32_match() local
|
/openbmc/webui-vue/src/components/Mixins/ |
H A D | TableFilterMixin.js | 11 for (const { key, values } of filters) { field in TableFilterMixin.methods.getFilteredTableData.AnonymousClassfe95bb0b0101
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_tcpnotify_kern.c | 62 __u32 key = 0; in bpf_testcb() local
|
H A D | bpf_loop.c | 163 static int map1_lookup_elem(int key) in map1_lookup_elem() 170 static void map1_update_elem(int key, int val) in map1_update_elem()
|
/openbmc/qemu/tests/unit/ |
H A D | crypto-tls-psk-helpers.c | 27 test_tls_psk_init_common(const char *pskfile, const char *user, const char *key) in test_tls_psk_init_common()
|
/openbmc/linux/kernel/locking/ |
H A D | spinlock_rt.c | 134 struct lock_class_key *key, bool percpu) in __rt_spin_lock_init() 274 struct lock_class_key *key) in __rt_rwlock_init()
|
/openbmc/linux/net/wireless/ |
H A D | lib80211_crypt_tkip.c | 44 u8 key[TKIP_KEY_LEN]; member 474 static int michael_mic(struct crypto_shash *tfm_michael, u8 *key, u8 *hdr, in michael_mic() 620 static int lib80211_tkip_set_key(void *key, int len, u8 * seq, void *priv) in lib80211_tkip_set_key() 653 static int lib80211_tkip_get_key(void *key, int len, u8 * seq, void *priv) in lib80211_tkip_get_key()
|
/openbmc/linux/drivers/md/persistent-data/ |
H A D | dm-btree-remove.c | 484 struct dm_btree_value_type *vt, uint64_t key) in rebalance_children() 526 static int do_leaf(struct btree_node *n, uint64_t key, unsigned int *index) in do_leaf() 546 uint64_t key, unsigned int *index) in remove_raw() 640 uint64_t key, int *index) in remove_nearest()
|
/openbmc/linux/tools/perf/ui/ |
H A D | browser.c | 215 int key = 0, err; in ui_browser__warning() local 238 int key; in ui_browser__help_window() local 248 int key; in ui_browser__dialog_yesno() local 390 int err, key; in ui_browser__run() local
|
/openbmc/linux/net/netfilter/ |
H A D | nft_meta.c | 61 nft_meta_get_eval_time(enum nft_meta_keys key, in nft_meta_get_eval_time() 130 nft_meta_get_eval_skugid(enum nft_meta_keys key, in nft_meta_get_eval_skugid() 178 static noinline bool nft_meta_get_eval_kind(enum nft_meta_keys key, in nft_meta_get_eval_kind() 230 static bool nft_meta_get_eval_ifname(enum nft_meta_keys key, u32 *dest, in nft_meta_get_eval_ifname()
|