/openbmc/linux/arch/arm64/crypto/ |
H A D | ghash-ce-glue.c | 75 struct ghash_key *key, const char *head) in ghash_do_update() 100 struct ghash_key *key, const char *head, in ghash_do_simd_update() 127 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_update() local 164 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_final() local 192 struct ghash_key *key = crypto_shash_ctx(tfm); in ghash_setkey() local 236 u8 key[GHASH_BLOCK_SIZE]; in gcm_aes_setkey() local
|
H A D | sm4-ce-glue.c | 67 struct sm4_ctx key; member 76 static int sm4_setkey(struct crypto_skcipher *tfm, const u8 *key, in sm4_setkey() 91 static int sm4_xts_setkey(struct crypto_skcipher *tfm, const u8 *key, in sm4_xts_setkey() 612 static int sm4_cbcmac_setkey(struct crypto_shash *tfm, const u8 *key, in sm4_cbcmac_setkey() 628 static int sm4_cmac_setkey(struct crypto_shash *tfm, const u8 *key, in sm4_cmac_setkey() 664 static int sm4_xcbc_setkey(struct crypto_shash *tfm, const u8 *key, in sm4_xcbc_setkey()
|
/openbmc/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_mr.c | 53 __be32 key; member 388 static inline u32 tavor_key_to_hw_index(u32 key) in tavor_key_to_hw_index() 398 static inline u32 arbel_key_to_hw_index(u32 key) in arbel_key_to_hw_index() 411 static inline u32 key_to_hw_index(struct mthca_dev *dev, u32 key) in key_to_hw_index() 419 static inline u32 adjust_key(struct mthca_dev *dev, u32 key) in adjust_key() 432 u32 key; in mthca_mr_alloc() local
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | linked_maps1.c | 48 int key = 1, val = 1; in BPF_PROG() local 63 int key = 2, *val; in BPF_PROG() local
|
H A D | local_kptr_stash_fail.c | 12 long key; member 22 long key[4]; member
|
H A D | rbtree_btf_fail__add_wrong_type.c | 11 int key; member 17 int key; member
|
H A D | linked_maps2.c | 42 int key = 2, val = 2; in BPF_PROG() local 57 int key = 1, *val; in BPF_PROG() local
|
H A D | timer_mim.c | 41 static int timer_cb2(void *map, int *key, struct hmap_elem *val) in timer_cb2() 52 static int timer_cb1(void *map, int *key, struct hmap_elem *val) in timer_cb1()
|
/openbmc/linux/tools/perf/util/ |
H A D | pstack.c | 40 void pstack__remove(struct pstack *pstack, void *key) in pstack__remove() 57 void pstack__push(struct pstack *pstack, void *key) in pstack__push()
|
/openbmc/linux/tools/net/ynl/lib/ |
H A D | nlspec.py | 42 def __getitem__(self, key): argument 45 def __contains__(self, key): argument 48 def get(self, key, default=None): argument 215 def __getitem__(self, key): argument 218 def __contains__(self, key): argument
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | tc_encap_actions.c | 268 struct ip_tunnel_key *key = &encap->key; in efx_gen_tun_header_ipv4() local 288 struct ip_tunnel_key *key = &encap->key; in efx_gen_tun_header_ipv6() local 306 struct ip_tunnel_key *key = &encap->key; in efx_gen_tun_header_udp() local 318 struct ip_tunnel_key *key = &encap->key; in efx_gen_tun_header_vxlan() local 330 struct ip_tunnel_key *key = &encap->key; in efx_gen_tun_header_geneve() local
|
/openbmc/linux/fs/ubifs/ |
H A D | xattr.c | 270 union ubifs_key key; in ubifs_xattr_set() local 334 union ubifs_key key; in ubifs_xattr_get() local 398 union ubifs_key key; in ubifs_listxattr() local 504 union ubifs_key key; in ubifs_purge_xattrs() local 601 union ubifs_key key; in ubifs_xattr_remove() local
|
/openbmc/linux/net/mctp/ |
H A D | af_mctp.c | 283 static void __mctp_key_remove(struct mctp_sk_key *key, struct net *net, in __mctp_key_remove() 356 struct mctp_sk_key *key = NULL; in mctp_ioctl_alloctag() local 400 struct mctp_sk_key *key; in mctp_ioctl_droptag() local 499 struct mctp_sk_key *key; in mctp_sk_expire_keys() local 565 struct mctp_sk_key *key; in mctp_sk_unhash() local
|
/openbmc/linux/tools/perf/ |
H A D | builtin-lock.c | 665 u64 key; in report_lock_acquire_event() local 740 u64 key; in report_lock_acquired_event() local 805 u64 key; in report_lock_contended_event() local 863 u64 key; in report_lock_release_event() local 1064 u64 key; in report_lock_contention_begin_event() local 1227 u64 key; in report_lock_contention_end_event() local 1368 struct lock_key *key; in print_result() local 1655 struct lock_key *key; in print_header_stdio() local 1678 struct lock_key *key; in print_header_csv() local 1715 struct lock_key *key; in print_lock_stat_stdio() local [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | vmmgm200.c | 145 void *argv, u32 argc, struct lock_class_key *key, in gm200_vmm_new_() 173 void *argv, u32 argc, struct lock_class_key *key, in gm200_vmm_new() 182 void *argv, u32 argc, struct lock_class_key *key, in gm200_vmm_new_fixed()
|
/openbmc/qemu/tests/unit/ |
H A D | test-qtree.c | 45 static void my_key_destroy(gpointer key) in my_key_destroy() 57 static gint my_traverse(gpointer key, gpointer value, gpointer data) in my_traverse() 79 static gint check_order(gpointer key, gpointer value, gpointer data) in check_order()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | global_data.c | 16 uint32_t key; in test_global_data_number() member 51 uint32_t key; in test_global_data_string() member 86 uint32_t key; in test_global_data_struct() member
|
H A D | for_each.c | 17 __u32 key, num_cpus; in test_hash_map() local 79 __u32 key, num_cpus, max_entries; in test_array_map() local
|
/openbmc/linux/tools/perf/ui/tui/ |
H A D | util.c | 28 int key; in popup_menu__run() local 78 int x, y, len, key; in ui_browser__input_window() local 249 int key; in __ui__warning() local
|
/openbmc/linux/drivers/crypto/nx/ |
H A D | nx_csbcpb.h | 7 u8 key[32]; member 13 u8 key[32]; member 21 u8 key[32]; member 33 u8 key[32]; member 44 u8 key[32]; member 53 u8 key[16]; member 63 u8 key[16]; member 74 u8 key[16]; member
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | signature.c | 46 struct key *key = params->key; in query_asymmetric_key() local 137 int verify_signature(const struct key *key, in verify_signature()
|
/openbmc/linux/lib/ |
H A D | once.c | 10 struct static_key_true *key; member 25 static void once_disable_jump(struct static_key_true *key, struct module *mod) in once_disable_jump()
|
/openbmc/linux/samples/bpf/ |
H A D | tracex3.bpf.c | 30 struct start_key key = { in bpf_prog1() local 61 struct start_key key = { in bpf_prog2() local
|
/openbmc/linux/fs/reiserfs/ |
H A D | inode.c | 111 static void _make_cpu_key(struct cpu_key *key, int version, __u32 dirid, in _make_cpu_key() 127 void make_cpu_key(struct cpu_key *key, struct inode *inode, loff_t offset, in make_cpu_key() 289 struct cpu_key key; in _get_block_create_0() local 657 struct cpu_key key; in reiserfs_get_block() local 1438 struct cpu_key key; in reiserfs_update_sd_size() local 1534 struct cpu_key key; in reiserfs_read_locked_inode() local 1659 struct cpu_key key; in reiserfs_get_dentry() local 1796 struct cpu_key key; in reiserfs_new_directory() local 1858 struct cpu_key key; in reiserfs_new_symlink() local 1921 struct cpu_key key; in reiserfs_new_inode() local [all …]
|
/openbmc/linux/security/keys/encrypted-keys/ |
H A D | encrypted.c | 332 static int calc_hmac(u8 *digest, const u8 *key, unsigned int keylen, in calc_hmac() 383 static struct skcipher_request *init_skcipher_req(const u8 *key, in init_skcipher_req() 601 static struct encrypted_key_payload *encrypted_key_alloc(struct key *key, in encrypted_key_alloc() 813 static int encrypted_instantiate(struct key *key, in encrypted_instantiate() 875 static int encrypted_update(struct key *key, struct key_preparsed_payload *prep) in encrypted_update() 933 static long encrypted_read(const struct key *key, char *buffer, in encrypted_read() 995 static void encrypted_destroy(struct key *key) in encrypted_destroy()
|