Home
last modified time | relevance | path

Searched defs:key (Results 451 – 475 of 2495) sorted by relevance

1...<<11121314151617181920>>...100

/openbmc/linux/include/linux/
H A Dstatic_call.h176 s32 key; member
254 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update()
331 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update()
/openbmc/linux/net/ipv6/
H A Dseg6_hmac.c280 struct seg6_hmac_info *seg6_hmac_info_lookup(struct net *net, u32 key) in seg6_hmac_info_lookup()
291 int seg6_hmac_info_add(struct net *net, u32 key, struct seg6_hmac_info *hinfo) in seg6_hmac_info_add()
303 int seg6_hmac_info_del(struct net *net, u32 key) in seg6_hmac_info_del()
/openbmc/u-boot/drivers/input/
H A Dinput.c243 int key, int release) in process_modifier()
311 static int array_search(int *array, int count, int key) in array_search()
463 int key = keycode[i] & KEY_MASK; in input_keycodes_to_ascii() local
473 int key = keycode[i]; in input_keycodes_to_ascii() local
/openbmc/qemu/stubs/
H A Dfw_cfg.c18 const char *fw_cfg_arch_key_name(uint16_t key) in fw_cfg_arch_key_name()
/openbmc/linux/crypto/
H A Dcrc32c_generic.c45 u32 key; member
72 static int chksum_setkey(struct crypto_shash *tfm, const u8 *key, in chksum_setkey()
H A Dsig.c134 const void *key, unsigned int keylen) in crypto_sig_set_pubkey()
143 const void *key, unsigned int keylen) in crypto_sig_set_privkey()
/openbmc/linux/include/net/
H A Dgre.h17 __be32 key; member
111 __be32 key, __be32 seq) in gre_build_header()
/openbmc/linux/drivers/ufs/core/
H A Dufshcd-crypto.c52 const struct blk_crypto_key *key, in ufshcd_crypto_keyslot_program()
110 const struct blk_crypto_key *key, in ufshcd_crypto_keyslot_evict()
/openbmc/linux/drivers/mmc/host/
H A Dcqhci-crypto.c62 const struct blk_crypto_key *key, in cqhci_crypto_keyslot_program()
120 const struct blk_crypto_key *key, in cqhci_crypto_keyslot_evict()
/openbmc/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c374 u32 key = 0, mask = 0; in vcap_addr_keysets() local
1307 enum vcap_key_field key, in vcap_rule_alloc_keyfield()
1819 enum vcap_key_field key) in vcap_keyfield_name()
1844 enum vcap_key_field key) in vcap_find_keyset_keyfield()
2622 enum vcap_key_field key) in vcap_lookup_keyfield()
2640 enum vcap_key_field key) in vcap_keyfield_unique()
2653 enum vcap_key_field key) in vcap_keyfield_match_keyset()
2671 enum vcap_key_field key, in vcap_rule_add_key()
3292 enum vcap_key_field key, in vcap_rule_get_key()
3414 enum vcap_key_field key, in vcap_rule_mod_key()
[all …]
/openbmc/linux/net/sched/
H A Dcls_u32.c95 static inline unsigned int u32_hash_fold(__be32 key, in u32_hash_fold()
129 struct tc_u32_key *key = n->sel.keys; in u32_classify() local
337 static struct hlist_head *tc_u_hash(void *key) in tc_u_hash()
342 static struct tc_u_common *tc_u_common_find(void *key) in tc_u_common_find()
355 void *key = tc_u_common_ptr(tp); in u32_init() local
425 struct tc_u_knode *key = container_of(to_rcu_work(work), in u32_delete_key_work() local
442 struct tc_u_knode *key = container_of(to_rcu_work(work), in u32_delete_key_freepf_work() local
450 static int u32_delete_key(struct tcf_proto *tp, struct tc_u_knode *key) in u32_delete_key()
/openbmc/linux/arch/powerpc/crypto/
H A Dcrc32c-vpmsum_glue.c59 u32 *key = crypto_tfm_ctx(tfm); in crc32c_vpmsum_cra_init() local
71 static int crc32c_vpmsum_setkey(struct crypto_shash *hash, const u8 *key, in crc32c_vpmsum_setkey()
/openbmc/linux/lib/
H A Ddigsig.c67 static int digsig_verify_rsa(struct key *key, in digsig_verify_rsa()
206 struct key *key; in digsig_verify() local
/openbmc/u-boot/fs/ubifs/
H A Ddebug.h161 #define ubifs_dbg_msg_key(type, key, fmt, ...) do { \ argument
189 #define ubifs_dbg_msg_key(type, key, fmt, ...) do { \ argument
202 #define dbg_jnlk(key, fmt, ...) \ argument
206 #define dbg_tnck(key, fmt, ...) \ argument
214 #define dbg_mntk(key, fmt, ...) \ argument
/openbmc/qemu/ui/
H A Dinput.c166 KeyValue *key = evt->u.key.data->key; in qmp_input_send_event() local
212 InputKeyEvent *key; in qemu_input_event_trace() local
411 static InputEvent *qemu_input_event_new_key(KeyValue *key, bool down) in qemu_input_event_new_key()
421 void qemu_input_event_send_key(QemuConsole *src, KeyValue *key, bool down) in qemu_input_event_send_key()
445 KeyValue *key = g_new0(KeyValue, 1); in qemu_input_event_send_key_qcode() local
/openbmc/linux/kernel/bpf/
H A Dstackmap.c572 static void *stack_map_lookup_elem(struct bpf_map *map, void *key) in stack_map_lookup_elem()
578 int bpf_stackmap_copy(struct bpf_map *map, void *key, void *value) in bpf_stackmap_copy()
601 static int stack_map_get_next_key(struct bpf_map *map, void *key, in stack_map_get_next_key()
630 static long stack_map_update_elem(struct bpf_map *map, void *key, void *value, in stack_map_update_elem()
637 static long stack_map_delete_elem(struct bpf_map *map, void *key) in stack_map_delete_elem()
H A Dtrampoline.c134 static struct bpf_trampoline *bpf_trampoline_lookup(u64 key) in bpf_trampoline_lookup()
352 static struct bpf_tramp_image *bpf_tramp_image_alloc(u64 key) in bpf_tramp_image_alloc()
686 u64 key; in bpf_trampoline_link_cgroup_shim() local
750 u64 key; in bpf_trampoline_unlink_cgroup_shim() local
771 struct bpf_trampoline *bpf_trampoline_get(u64 key, in bpf_trampoline_get()
/openbmc/linux/fs/btrfs/
H A Dctree.c929 const struct btrfs_key *key, int *slot) in btrfs_bin_search()
1630 const struct btrfs_key *key) in read_block_for_search()
1803 struct btrfs_key key; in btrfs_find_item() local
1954 const struct btrfs_key *key, in search_for_key_slot()
1975 const struct btrfs_key *key, in search_leaf()
2487 struct btrfs_key key; in btrfs_prev_leaf() local
2570 const struct btrfs_key *key, in btrfs_search_slot_for_read()
2691 struct btrfs_disk_key *key, int level) in fixup_low_keys()
3975 struct btrfs_key key; in setup_leaf_for_split() local
4403 const struct btrfs_key *key, in btrfs_setup_item_for_insert()
[all …]
/openbmc/linux/drivers/s390/cio/
H A Ddevice_ops.c192 unsigned long intparm, __u8 lpm, __u8 key, in ccw_device_start_timeout_key()
272 unsigned long intparm, __u8 lpm, __u8 key, in ccw_device_start_key()
540 unsigned long intparm, u8 lpm, u8 key, in ccw_device_tm_start_timeout_key()
589 unsigned long intparm, u8 lpm, u8 key) in ccw_device_tm_start_key()
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.c797 static int __guc_action_self_cfg(struct intel_guc *guc, u16 key, u16 len, u64 value) in __guc_action_self_cfg()
826 static int __guc_self_cfg(struct intel_guc *guc, u16 key, u16 len, u64 value) in __guc_self_cfg()
836 int intel_guc_self_cfg32(struct intel_guc *guc, u16 key, u32 value) in intel_guc_self_cfg32()
841 int intel_guc_self_cfg64(struct intel_guc *guc, u16 key, u64 value) in intel_guc_self_cfg64()
/openbmc/linux/arch/x86/include/asm/
H A Dmman.h6 #define arch_calc_vm_prot_bits(prot, key) ( \ argument
/openbmc/linux/arch/riscv/include/asm/
H A Dhwprobe.h13 static inline bool riscv_hwprobe_key_is_valid(__s64 key) in riscv_hwprobe_key_is_valid()
/openbmc/linux/arch/x86/crypto/
H A Dcrc32-pclmul_glue.c85 u32 *key = crypto_tfm_ctx(tfm); in crc32_pclmul_cra_init() local
92 static int crc32_pclmul_setkey(struct crypto_shash *hash, const u8 *key, in crc32_pclmul_setkey()
/openbmc/linux/arch/sparc/crypto/
H A Dcrc32c_glue.c31 static int crc32c_sparc64_setkey(struct crypto_shash *hash, const u8 *key, in crc32c_sparc64_setkey()
112 u32 *key = crypto_tfm_ctx(tfm); in crc32c_sparc64_cra_init() local
/openbmc/qemu/crypto/
H A Dhash-afalg.c69 const uint8_t *key, size_t nkey, in qcrypto_afalg_hash_hmac_ctx_new()
110 const uint8_t *key, size_t nkey, in qcrypto_afalg_hmac_ctx_new()

1...<<11121314151617181920>>...100