Home
last modified time | relevance | path

Searched defs:key (Results 301 – 325 of 2712) sorted by relevance

1...<<11121314151617181920>>...109

/OK3568_Linux_fs/kernel/net/mac80211/
H A Dmichael.c27 static void michael_mic_hdr(struct michael_mic_ctx *mctx, const u8 *key, in michael_mic_hdr()
53 void michael_mic(const u8 *key, struct ieee80211_hdr *hdr, in michael_mic()
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dinode.c111 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()
137 inline void make_le_item_head(struct item_head *ih, const struct cpu_key *key, in make_le_item_head()
289 struct cpu_key key; in _get_block_create_0() local
665 struct cpu_key key; in reiserfs_get_block() local
1448 struct cpu_key key; in reiserfs_update_sd_size() local
1544 struct cpu_key key; in reiserfs_read_locked_inode() local
1636 struct inode *reiserfs_iget(struct super_block *s, const struct cpu_key *key) in reiserfs_iget()
1669 struct cpu_key key; in reiserfs_get_dentry() local
1806 struct cpu_key key; in reiserfs_new_directory() local
[all …]
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dxattr.c272 union ubifs_key key; in ubifs_xattr_set() local
336 union ubifs_key key; in ubifs_xattr_get() local
402 union ubifs_key key; in ubifs_listxattr() local
508 union ubifs_key key; in ubifs_purge_xattrs() local
605 union ubifs_key key; in ubifs_xattr_remove() local
/OK3568_Linux_fs/kernel/drivers/char/agp/
H A Dcompat_ioctl.h71 compat_int_t key; /* tag of allocation */ member
81 compat_int_t key; /* tag of allocation */ member
86 compat_int_t key; /* tag of allocation */ member
/OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/util/
H A Dkvm-stat.c39 struct event_key *key) in hcall_event_get_key()
68 struct perf_sample *sample, struct event_key *key) in hcall_event_begin()
78 struct event_key *key, in hcall_event_decode_key()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dtracex2_user.c46 struct hist_key key = {}, next_key; in print_hist_for_pid() local
85 struct hist_key key = {}, next_key; in print_hist() local
120 long key, next_key, value; in main() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmmgm20b.c58 void *argv, u32 argc, struct lock_class_key *key, in gm20b_vmm_new()
67 void *argv, u32 argc, struct lock_class_key *key, in gm20b_vmm_new_fixed()
H A Dvmmgm200.c145 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()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dtree-log.c348 struct btrfs_key *key) in overwrite_item()
577 struct btrfs_key *key) in replay_one_extent()
952 struct btrfs_key *key, in backref_in_log()
1233 struct btrfs_key *key) in unlink_old_inode_refs()
1322 struct btrfs_key key; in btrfs_inode_ref_exists() local
1362 struct btrfs_key key; in add_link() local
1429 struct btrfs_key *key) in add_inode_ref()
1666 struct btrfs_key key; in count_inode_refs() local
1782 struct btrfs_key key; in fixup_inode_link_counts() local
1843 struct btrfs_key key; in link_to_fixup_dir() local
[all …]
H A Dbackref.c27 static int check_extent_in_eb(const struct btrfs_key *key, in check_extent_in_eb()
81 struct btrfs_key key; in find_extent_in_eb() local
340 const struct btrfs_key *key, int level, u64 parent, in add_prelim_ref()
381 const struct btrfs_key *key, int level, in add_indirect_ref()
427 struct btrfs_key key; in add_all_parents() local
839 struct btrfs_key key; in add_delayed_refs() local
967 struct btrfs_key key; in add_inline_refs() local
1091 struct btrfs_key key; in add_keyed_refs() local
1204 struct btrfs_key key; local
1630 struct btrfs_key key; local
[all …]
/OK3568_Linux_fs/kernel/security/keys/encrypted-keys/
H A Dencrypted.c326 static int calc_hmac(u8 *digest, const u8 *key, unsigned int keylen, in calc_hmac()
377 static struct skcipher_request *init_skcipher_req(const u8 *key, in init_skcipher_req()
595 static struct encrypted_key_payload *encrypted_key_alloc(struct key *key, in encrypted_key_alloc()
781 static int encrypted_instantiate(struct key *key, in encrypted_instantiate()
842 static int encrypted_update(struct key *key, struct key_preparsed_payload *prep) in encrypted_update()
900 static long encrypted_read(const struct key *key, char *buffer, in encrypted_read()
962 static void encrypted_destroy(struct key *key) in encrypted_destroy()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Dcustom_serial.json13 "key": "humidity", string
19 "key": "SerialNumber", string
/OK3568_Linux_fs/kernel/lib/
H A Donce.c9 struct static_key_true *key; member
22 static void once_disable_jump(struct static_key_true *key) in once_disable_jump()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbootconfig.h137 xbc_find_value(const char *key, struct xbc_node **vnode) in xbc_find_value()
149 static inline struct xbc_node * __init xbc_find_node(const char *key) in xbc_find_node()
224 #define xbc_node_for_each_array_value(node, key, anode, value) \ argument
/OK3568_Linux_fs/kernel/tools/perf/ui/tui/
H A Dutil.c28 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
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/crypto/
H A Daes-gcm.c174 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey()
253 int aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ae()
287 int aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ad()
321 int aes_gmac(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gmac()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/crypto/
H A Daes-gcm.c174 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey()
253 int aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ae()
287 int aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ad()
321 int aes_gmac(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gmac()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/crypto/
H A Daes-gcm.c175 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey()
254 int aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ae()
288 int aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ad()
322 int aes_gmac(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gmac()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DquartzKeyboard.c505 DarwinModifierNXKeyToNXKeycode(int key, int side) in DarwinModifierNXKeyToNXKeycode()
523 int key, side; in DarwinModifierNXKeycodeToNXKey() local
616 DarwinModifierNXKeyToNXMask(int key) in DarwinModifierNXKeyToNXMask()
741 LegalModifier(unsigned int key, DeviceIntPtr pDev) in LegalModifier()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/crypto/
H A Daes-gcm.c175 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey()
254 int aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ae()
288 int aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ad()
322 int aes_gmac(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gmac()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/crypto/
H A Daes-gcm.c174 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey()
253 int aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ae()
287 int aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ad()
321 int aes_gmac(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gmac()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/crypto/
H A Daes-gcm.c174 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey()
253 int aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ae()
287 int aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ad()
321 int aes_gmac(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gmac()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/crypto/
H A Daes-gcm.c174 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey()
253 int aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ae()
287 int aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ad()
321 int aes_gmac(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gmac()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/crypto/
H A Daes-gcm.c174 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey()
253 int aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ae()
287 int aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ad()
321 int aes_gmac(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gmac()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/crypto/
H A Daes-gcm.c174 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey()
253 int aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ae()
287 int aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ad()
321 int aes_gmac(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gmac()

1...<<11121314151617181920>>...109