Home
last modified time | relevance | path

Searched defs:key (Results 526 – 550 of 2495) sorted by relevance

1...<<21222324252627282930>>...100

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Drecursion.c11 int key = 0; in test_recursion() local
H A Dsockmap_helpers.h123 #define xbpf_map_delete_elem(fd, key) \ argument
131 #define xbpf_map_lookup_elem(fd, key, val) \ argument
139 #define xbpf_map_update_elem(fd, key, val, flags) \ argument
301 u32 key; in add_to_sockmap() local
/openbmc/linux/tools/testing/radix-tree/linux/
H A Dlockdep.h11 struct lock_class_key *key) in lockdep_set_class()
/openbmc/linux/tools/lib/bpf/
H A Dbpf.c380 int bpf_map_update_elem(int fd, const void *key, const void *value, in bpf_map_update_elem()
397 int bpf_map_lookup_elem(int fd, const void *key, void *value) in bpf_map_lookup_elem()
412 int bpf_map_lookup_elem_flags(int fd, const void *key, void *value, __u64 flags) in bpf_map_lookup_elem_flags()
428 int bpf_map_lookup_and_delete_elem(int fd, const void *key, void *value) in bpf_map_lookup_and_delete_elem()
443 int bpf_map_lookup_and_delete_elem_flags(int fd, const void *key, void *value, __u64 flags) in bpf_map_lookup_and_delete_elem_flags()
459 int bpf_map_delete_elem(int fd, const void *key) in bpf_map_delete_elem()
473 int bpf_map_delete_elem_flags(int fd, const void *key, __u64 flags) in bpf_map_delete_elem_flags()
488 int bpf_map_get_next_key(int fd, const void *key, void *next_key) in bpf_map_get_next_key()
/openbmc/u-boot/board/samsung/common/
H A Dmisc.c144 static int key_pressed(int key) in key_pressed()
354 int key = 0; in download_menu() local
/openbmc/linux/fs/ubifs/
H A Dtnc_misc.c127 const union ubifs_key *key, int *n) in ubifs_search_zbranch()
463 union ubifs_key key1, *key = &zbr->key; in ubifs_tnc_read_node() local
H A Ddebug.h162 #define ubifs_dbg_msg_key(type, key, fmt, ...) do { \ argument
173 #define dbg_jnlk(key, fmt, ...) \ argument
177 #define dbg_tnck(key, fmt, ...) \ argument
185 #define dbg_mntk(key, fmt, ...) \ argument
/openbmc/linux/kernel/locking/
H A Dspinlock_debug.c17 struct lock_class_key *key, short inner) in __raw_spin_lock_init()
36 struct lock_class_key *key) in __rwlock_init()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dusb_sdio.c46 struct ieee80211_key_conf *key, int pid, in mt7663_usb_sdio_write_txwi()
189 struct ieee80211_key_conf *key = info->control.hw_key; in mt7663_usb_sdio_tx_prepare_skb() local
/openbmc/linux/tools/perf/util/
H A Dbpf_lock_contention.c173 struct contention_key *key, in lock_contention_get_name()
252 struct contention_key *prev_key, key = {}; in lock_contention_read() local
/openbmc/linux/fs/btrfs/tests/
H A Dinode-tests.c23 struct btrfs_key key; in insert_extent() local
59 struct btrfs_key key; in insert_inode_item_key() local
/openbmc/qemu/hw/i386/
H A Dfw_cfg.c31 const char *fw_cfg_arch_key_name(uint16_t key) in fw_cfg_arch_key_name()
34 uint16_t key; in fw_cfg_arch_key_name() member
/openbmc/linux/drivers/opp/
H A Dcore.c465 unsigned long opp_key, unsigned long key) in _compare_exact()
476 unsigned long opp_key, unsigned long key) in _compare_ceil()
487 unsigned long opp_key, unsigned long key) in _compare_floor()
498 unsigned long *key, int index, bool available, in _opp_table_find_key()
501 unsigned long opp_key, unsigned long key), in _opp_table_find_key()
531 _find_key(struct device *dev, unsigned long *key, int index, bool available, in _find_key()
534 unsigned long opp_key, unsigned long key), in _find_key()
556 unsigned long key, int index, bool available, in _find_key_exact()
569 unsigned long *key, int index, bool available, in _opp_table_find_key_ceil()
577 static struct dev_pm_opp *_find_key_ceil(struct device *dev, unsigned long *key, in _find_key_ceil()
[all …]
/openbmc/u-boot/fs/ubifs/
H A Dreplay.c55 union ubifs_key key; member
350 union ubifs_key *key, unsigned long long sqnum, in insert_node()
398 union ubifs_key *key, const char *name, int nlen, in insert_dent()
637 union ubifs_key key; in replay_bud() local
/openbmc/qemu/crypto/
H A Daes.c1294 AES_KEY *key) { in AES_set_encrypt_key()
1395 AES_KEY *key) { in AES_set_decrypt_key()
1448 const AES_KEY *key) { in AES_encrypt()
1639 const AES_KEY *key) { in AES_decrypt()
/openbmc/linux/kernel/futex/
H A Dcore.c115 struct futex_hash_bucket *futex_hash(union futex_key *key) in futex_hash()
220 int get_futex_key(u32 __user *uaddr, bool fshared, union futex_key *key, in get_futex_key()
439 struct futex_q *futex_top_waiter(struct futex_hash_bucket *hb, union futex_key *key) in futex_top_waiter()
958 union futex_key key = FUTEX_KEY_INIT; in exit_pi_state_list() local
/openbmc/linux/crypto/
H A Dcamellia_generic.c537 static void camellia_setup128(const unsigned char *key, u32 *subkey) in camellia_setup128()
643 static void camellia_setup256(const unsigned char *key, u32 *subkey) in camellia_setup256()
792 static void camellia_setup192(const unsigned char *key, u32 *subkey) in camellia_setup192()
964 const unsigned char *key = (const unsigned char *)in_key; in camellia_set_key() local
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_crypt_tkip.c27 u8 key[TKIP_KEY_LEN]; member
439 static int michael_mic(struct crypto_shash *tfm_michael, u8 *key, u8 *hdr, in michael_mic()
596 static int rtllib_tkip_set_key(void *key, int len, u8 *seq, void *priv) in rtllib_tkip_set_key()
627 static int rtllib_tkip_get_key(void *key, int len, u8 *seq, void *priv) in rtllib_tkip_get_key()
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dfw.h47 u8 key[]; member
54 u8 key[]; member
62 u8 key[]; member
70 u8 key[]; member
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_tkip.c31 u8 key[TKIP_KEY_LEN]; member
446 static int michael_mic(struct crypto_shash *tfm_michael, u8 *key, u8 *hdr, in michael_mic()
604 static int ieee80211_tkip_set_key(void *key, int len, u8 *seq, void *priv) in ieee80211_tkip_set_key()
635 static int ieee80211_tkip_get_key(void *key, int len, u8 *seq, void *priv) in ieee80211_tkip_get_key()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Diters.c539 int key = 0; in iter_err_too_permissive1() local
561 int key = 0; in iter_err_too_permissive2() local
583 int key = 0; in iter_err_too_permissive3() local
604 int key = 0; in iter_tricky_but_fine() local
/openbmc/linux/net/netfilter/
H A Dnf_conncount.c52 u32 key[MAX_KEYLEN]; member
315 const u32 *key, in insert_tree()
397 const u32 *key, in count_tree()
517 const u32 *key, in nf_conncount_count()
H A Dnft_set_rbtree.c56 const u32 *key, const struct nft_set_ext **ext, in __nft_rbtree_lookup()
118 const u32 *key, const struct nft_set_ext **ext) in nft_rbtree_lookup()
137 const u32 *key, struct nft_rbtree_elem **elem, in __nft_rbtree_get()
206 const u32 *key = (const u32 *)&elem->key.val; in nft_rbtree_get() local
/openbmc/linux/security/integrity/ima/
H A Dima_asymmetric_keys.c29 void ima_post_key_create_or_update(struct key *keyring, struct key *key, in ima_post_key_create_or_update()
/openbmc/linux/crypto/asymmetric_keys/
H A Dx509_loader.c11 key_ref_t key; in x509_load_certificate_list() local

1...<<21222324252627282930>>...100