/kernel/linux/linux-6.6/arch/powerpc/crypto/ |
H A D | aes-gcm-p10-glue.c | 45 u8 key[AES_MAX_KEYLENGTH]; member 187 static int p10_aes_gcm_setkey(struct crypto_aead *aead, const u8 *key, in p10_aes_gcm_setkey() argument
|
/kernel/linux/linux-5.10/tools/usb/usbip/src/ |
H A D | usbip_network.h | 129 uint32_t key[4]; member
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | aes-neonbs-glue.c | 53 struct aesbs_ctx key; member 58 struct aesbs_ctx key; member 64 struct aesbs_ctx key; /* must be first member */ member [all...] |
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | aes-neonbs-glue.c | 64 struct aesbs_ctx key; member 69 struct aesbs_ctx key; member [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | bench.c | 140 static error_t parse_arg(int key, char *arg, struct argp_state *state) in parse_arg() argument
|
H A D | test_lru_map.c | 42 static int bpf_map_lookup_elem_with_ref_bit(int fd, unsigned long long key, in bpf_map_lookup_elem_with_ref_bit() argument 161 unsigned long long key, value[nr_cpus]; test_lru_sanity0() local 250 unsigned long long key, end_key, value[nr_cpus]; test_lru_sanity1() local 326 unsigned long long key, value[nr_cpus]; test_lru_sanity2() local 434 unsigned long long key, end_key, value[nr_cpus]; test_lru_sanity3() local 499 unsigned long long key, value[nr_cpus]; test_lru_sanity4() local 557 unsigned long long key, value[nr_cpus]; do_test_lru_sanity5() local 575 unsigned long long key, value[nr_cpus]; test_lru_sanity5() local 623 unsigned long long key, value[nr_cpus]; test_lru_sanity6() local 689 unsigned long long key, value[nr_cpus]; test_lru_sanity7() local 785 unsigned long long key, value[nr_cpus]; test_lru_sanity8() local [all...] |
H A D | test_lpm_map.c | 34 uint8_t key[]; member 41 tlpm_add(struct tlpm_node *list, const uint8_t *key, size_t n_bits) tlpm_add() argument 81 tlpm_match(struct tlpm_node *list, const uint8_t *key, size_t n_bits) tlpm_match() argument 110 tlpm_delete(struct tlpm_node *list, const uint8_t *key, size_t n_bits) tlpm_delete() argument 191 uint8_t key[] = { rand() % 0xff, rand() % 0xff }; test_lpm_order() local 213 struct bpf_lpm_trie_key *key; test_lpm_map() local 426 struct bpf_lpm_trie_key *key; test_lpm_delete() local 699 } key[MAX_TEST_KEYS]; global() member [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | bpf_flow.c | 77 __u32 key = (__u32)(keys->sport) << 16 | keys->dport; in export_flow_keys() local
|
H A D | test_sk_lookup.c | 200 __u32 key = KEY_SERVER_B; in select_sock_b() local
|
H A D | test_tunnel_kern.c | 49 struct bpf_tunnel_key key; in _gre_set_tunnel() local 71 struct bpf_tunnel_key key; in _gre_get_tunnel() local 87 struct bpf_tunnel_key key; _ip6gretap_set_tunnel() local 112 struct bpf_tunnel_key key; _ip6gretap_get_tunnel() local 131 struct bpf_tunnel_key key; _erspan_set_tunnel() local 175 struct bpf_tunnel_key key; _erspan_get_tunnel() local 215 struct bpf_tunnel_key key; _ip4ip6erspan_set_tunnel() local 260 struct bpf_tunnel_key key; _ip4ip6erspan_get_tunnel() local 302 struct bpf_tunnel_key key; _vxlan_set_tunnel() local 332 struct bpf_tunnel_key key; _vxlan_get_tunnel() local 357 struct bpf_tunnel_key key; _ip6vxlan_set_tunnel() local 380 struct bpf_tunnel_key key; _ip6vxlan_get_tunnel() local 400 struct bpf_tunnel_key key; _geneve_set_tunnel() local 438 struct bpf_tunnel_key key; _geneve_get_tunnel() local 460 struct bpf_tunnel_key key; _ip6geneve_set_tunnel() local 499 struct bpf_tunnel_key key; _ip6geneve_get_tunnel() local 523 struct bpf_tunnel_key key = {}; _ipip_set_tunnel() local 553 struct bpf_tunnel_key key; _ipip_get_tunnel() local 569 struct bpf_tunnel_key key = {}; _ipip6_set_tunnel() local 601 struct bpf_tunnel_key key; _ipip6_get_tunnel() local 619 struct bpf_tunnel_key key = {}; _ip6ip6_set_tunnel() local 650 struct bpf_tunnel_key key; _ip6ip6_get_tunnel() local [all...] |
/kernel/linux/linux-6.6/arch/mips/txx9/generic/ |
H A D | smsc_fdc37m81x.c | 127 static void smsc_fdc37m81x_config_dump_one(const char *key, u8 dev, u8 reg) in smsc_fdc37m81x_config_dump_one() argument
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | sys_riscv.c | 295 int key; in init_hwprobe_vdso_data() local [all...] |
/kernel/linux/linux-6.6/arch/s390/crypto/ |
H A D | des_s390.c | 32 u8 key[DES3_KEY_SIZE]; member 35 static int des_setkey(struct crypto_tfm *tfm, const u8 *key, in des_setkey() argument 49 static int des_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, in des_setkey_skcipher() argument 117 u8 key[DES3_KEY_SIZE]; cbc_desall_crypt() member 200 des3_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len) des3_setkey() argument 214 des3_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int key_len) des3_setkey_skcipher() argument [all...] |
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | uaccess.h | 40 copy_from_user_key(void *to, const void __user *from, unsigned long n, unsigned long key) in copy_from_user_key() argument 51 copy_to_user_key(void __user *to, const void *from, unsigned long n, unsigned long key) in copy_to_user_key() argument 62 unsigned short key : 4; member 70 unsigned short key : 4; member 397 __cmpxchg_user_key(unsigned long address, void *uval, __uint128_t old, __uint128_t new, unsigned long key, int size) __cmpxchg_user_key() argument [all...] |
/kernel/linux/linux-6.6/arch/sparc/crypto/ |
H A D | aes_glue.c | 54 u64 key[AES_MAX_KEYLENGT member [all...] |
H A D | des_glue.c | 45 static int des_set_key(struct crypto_tfm *tfm, const u8 *key, in des_set_key() argument 65 static int des_set_key_skcipher(struct crypto_skcipher *tfm, const u8 *key, in des_set_key_skcipher() argument 181 des3_ede_set_key(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) des3_ede_set_key() argument 214 des3_ede_set_key_skcipher(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen) des3_ede_set_key_skcipher() argument [all...] |
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | vector_transports.c | 38 bool key; member 169 uint32_t key; in gre_verify_header() local [all...] |
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aegis128-aesni-glue.c | 56 struct aegis_block key; member 142 static int crypto_aegis128_aesni_setkey(struct crypto_aead *aead, const u8 *key, in crypto_aegis128_aesni_setkey() argument
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-bio-prison-v2.c | 79 static void __setup_new_cell(struct dm_cell_key_v2 *key, in __setup_new_cell() argument 114 __find_or_insert(struct dm_bio_prison_v2 *prison, struct dm_cell_key_v2 *key, struct dm_bio_prison_cell_v2 *cell_prealloc, struct dm_bio_prison_cell_v2 **result) __find_or_insert() argument 149 __get(struct dm_bio_prison_v2 *prison, struct dm_cell_key_v2 *key, unsigned lock_level, struct bio *inmate, struct dm_bio_prison_cell_v2 *cell_prealloc, struct dm_bio_prison_cell_v2 **cell) __get() argument 172 dm_cell_get_v2(struct dm_bio_prison_v2 *prison, struct dm_cell_key_v2 *key, unsigned lock_level, struct bio *inmate, struct dm_bio_prison_cell_v2 *cell_prealloc, struct dm_bio_prison_cell_v2 **cell_result) dm_cell_get_v2() argument 225 __lock(struct dm_bio_prison_v2 *prison, struct dm_cell_key_v2 *key, unsigned lock_level, struct dm_bio_prison_cell_v2 *cell_prealloc, struct dm_bio_prison_cell_v2 **cell_result) __lock() argument 256 dm_cell_lock_v2(struct dm_bio_prison_v2 *prison, struct dm_cell_key_v2 *key, unsigned lock_level, struct dm_bio_prison_cell_v2 *cell_prealloc, struct dm_bio_prison_cell_v2 **cell_result) dm_cell_lock_v2() argument [all...] |
H A D | dm-cache-policy-internal.h | 99 policy_set_config_value(struct dm_cache_policy *p, const char *key, const char *value) policy_set_config_value() argument
|
/kernel/linux/linux-5.10/drivers/md/persistent-data/ |
H A D | dm-btree-remove.c | 451 static int do_leaf(struct btree_node *n, uint64_t key, unsigned *index) in do_leaf() argument 407 rebalance_children(struct shadow_spine *s, struct dm_btree_info *info, struct dm_btree_value_type *vt, uint64_t key) rebalance_children() argument 469 remove_raw(struct shadow_spine *s, struct dm_btree_info *info, struct dm_btree_value_type *vt, dm_block_t root, uint64_t key, unsigned *index) remove_raw() argument 562 remove_nearest(struct shadow_spine *s, struct dm_btree_info *info, struct dm_btree_value_type *vt, dm_block_t root, uint64_t key, int *index) remove_nearest() argument [all...] |
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | spear-keyboard.c | 73 unsigned int key; in spear_kbd_interrupt() local
|
H A D | locomokbd.c | 131 unsigned int scancode, pressed, key; in locomokbd_scankeyboard() local
|
H A D | hil_kbd.c | 170 unsigned int key = kbd->data[i]; in hil_dev_handle_kbd_events() local 181 unsigned int key = kbd->data[i]; in hil_dev_handle_kbd_events() local 192 unsigned int key = kbd->data[i]; hil_dev_handle_kbd_events() local [all...] |
H A D | hilkbd.c | 113 int key; in poll_finished() local
|