| /OK3568_Linux_fs/kernel/security/keys/ |
| H A D | keyctl.c | 173 struct key *key; in SYSCALL_DEFINE4() local 382 struct key *key; in keyctl_revoke_key() local 423 struct key *key; in keyctl_invalidate_key() local 555 struct key *keyring, *key; in keyctl_keyring_unlink() local 648 struct key *key, *instkey; in keyctl_describe_key() local 803 static long __keyctl_read_key(struct key *key, char *buffer, size_t buflen) in __keyctl_read_key() 827 struct key *key; in keyctl_read_key() local 952 struct key *key; in keyctl_chown_key() local 1069 struct key *key; in keyctl_setperm_key() local 1144 static int keyctl_change_reqkey_auth(struct key *key) in keyctl_change_reqkey_auth() [all …]
|
| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | dictionary.c | 118 unsigned dictionary_hash(const char * key) in dictionary_hash() 209 const char * dictionary_get(const dictionary * d, const char * key, const char * def) in dictionary_get() 255 int dictionary_set(dictionary * d, const char * key, const char * val) in dictionary_set() 314 void dictionary_unset(dictionary * d, const char * key) in dictionary_unset()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ |
| H A D | padlock-aes.c | 111 const __le32 *key = (const __le32 *)in_key; in aes_set_key() local 194 static inline void rep_xcrypt_ecb(const u8 *input, u8 *output, void *key, in rep_xcrypt_ecb() 202 static inline u8 *rep_xcrypt_cbc(const u8 *input, u8 *output, void *key, in rep_xcrypt_cbc() 211 static void ecb_crypt_copy(const u8 *in, u8 *out, u32 *key, in ecb_crypt_copy() 225 static u8 *cbc_crypt_copy(const u8 *in, u8 *out, u32 *key, in cbc_crypt_copy() 239 static inline void ecb_crypt(const u8 *in, u8 *out, u32 *key, in ecb_crypt() 253 static inline u8 *cbc_crypt(const u8 *in, u8 *out, u32 *key, in cbc_crypt() 263 static inline void padlock_xcrypt_ecb(const u8 *input, u8 *output, void *key, in padlock_xcrypt_ecb() 285 static inline u8 *padlock_xcrypt_cbc(const u8 *input, u8 *output, void *key, in padlock_xcrypt_cbc()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | local_storage.c | 69 void *key, bool locked) in cgroup_storage_lookup() 133 static void *cgroup_storage_lookup_elem(struct bpf_map *_map, void *key) in cgroup_storage_lookup_elem() 145 static int cgroup_storage_update_elem(struct bpf_map *map, void *key, in cgroup_storage_update_elem() 184 int bpf_percpu_cgroup_storage_copy(struct bpf_map *_map, void *key, in bpf_percpu_cgroup_storage_copy() 213 int bpf_percpu_cgroup_storage_update(struct bpf_map *_map, void *key, in bpf_percpu_cgroup_storage_update() 247 static int cgroup_storage_get_next_key(struct bpf_map *_map, void *key, in cgroup_storage_get_next_key() 356 static int cgroup_storage_delete_elem(struct bpf_map *map, void *key) in cgroup_storage_delete_elem() 419 static void cgroup_storage_seq_show_elem(struct bpf_map *map, void *key, in cgroup_storage_seq_show_elem()
|
| H A D | arraymap.c | 175 static void *array_map_lookup_elem(struct bpf_map *map, void *key) in array_map_lookup_elem() 250 static void *percpu_array_map_lookup_elem(struct bpf_map *map, void *key) in percpu_array_map_lookup_elem() 261 int bpf_percpu_array_copy(struct bpf_map *map, void *key, void *value) in bpf_percpu_array_copy() 288 static int array_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in array_map_get_next_key() 307 static int array_map_update_elem(struct bpf_map *map, void *key, void *value, in array_map_update_elem() 344 int bpf_percpu_array_update(struct bpf_map *map, void *key, void *value, in bpf_percpu_array_update() 383 static int array_map_delete_elem(struct bpf_map *map, void *key) in array_map_delete_elem() 407 static void array_map_seq_show_elem(struct bpf_map *map, void *key, in array_map_seq_show_elem() 428 static void percpu_array_map_seq_show_elem(struct bpf_map *map, void *key, in percpu_array_map_seq_show_elem() 713 static void *fd_array_map_lookup_elem(struct bpf_map *map, void *key) in fd_array_map_lookup_elem() [all …]
|
| H A D | reuseport_array.c | 52 static void *reuseport_array_lookup_elem(struct bpf_map *map, void *key) in reuseport_array_lookup_elem() 64 static int reuseport_array_delete_elem(struct bpf_map *map, void *key) in reuseport_array_delete_elem() 182 int bpf_fd_reuseport_array_lookup_elem(struct bpf_map *map, void *key, in bpf_fd_reuseport_array_lookup_elem() 249 int bpf_fd_reuseport_array_update_elem(struct bpf_map *map, void *key, in bpf_fd_reuseport_array_update_elem() 333 static int reuseport_array_get_next_key(struct bpf_map *map, void *key, in reuseport_array_get_next_key()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsi_devinfo.c | 33 int key; /* unique numeric identifier */ member 267 static struct scsi_dev_info_list_table *scsi_devinfo_lookup_by_key(int key) in scsi_devinfo_lookup_by_key() 350 enum scsi_devinfo_key key) in scsi_dev_info_list_add_keyed() 413 const char *model, enum scsi_devinfo_key key) in scsi_dev_info_list_find() 497 enum scsi_devinfo_key key) in scsi_dev_info_list_del_keyed() 599 enum scsi_devinfo_key key) in scsi_get_device_flags_keyed() 780 int scsi_dev_info_add_list(enum scsi_devinfo_key key, const char *name) in scsi_dev_info_add_list() 812 int scsi_dev_info_remove_list(enum scsi_devinfo_key key) in scsi_dev_info_remove_list()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum2_mr_tcam.c | 143 struct mlxsw_sp_mr_route_key *key) in mlxsw_sp2_mr_tcam_rule_parse4() 155 struct mlxsw_sp_mr_route_key *key) in mlxsw_sp2_mr_tcam_rule_parse6() 185 struct mlxsw_sp_mr_route_key *key, in mlxsw_sp2_mr_tcam_rule_parse() 208 struct mlxsw_sp_mr_route_key *key, in mlxsw_sp2_mr_tcam_route_create() 244 struct mlxsw_sp_mr_route_key *key) in mlxsw_sp2_mr_tcam_route_destroy() 266 struct mlxsw_sp_mr_route_key *key, in mlxsw_sp2_mr_tcam_route_update()
|
| /OK3568_Linux_fs/kernel/drivers/sfi/ |
| H A D | sfi_core.c | 201 struct sfi_table_key *key) in sfi_table_check_key() 232 __ref sfi_check_table(u64 pa, struct sfi_table_key *key) in sfi_check_table() 260 struct sfi_table_header *sfi_get_table(struct sfi_table_key *key) in sfi_get_table() 285 struct sfi_table_key key; in sfi_table_parse() local 314 struct sfi_table_key key = SFI_ANY_KEY; in sfi_parse_syst() local 397 struct sfi_table_key key; in sfi_table_show() local
|
| H A D | sfi_acpi.c | 99 struct sfi_table_key key = SFI_ANY_KEY; in sfi_acpi_parse_xsdt() local 127 static struct acpi_table_header *sfi_acpi_get_table(struct sfi_table_key *key) in sfi_acpi_get_table() 156 struct sfi_table_key key; in sfi_acpi_table_parse() local 182 struct sfi_table_key key; in sfi_acpi_table_show() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_rx_filter.c | 29 unsigned int key; in ionic_rx_filter_replay() local 129 unsigned int key; in ionic_rx_filter_save() local 179 unsigned int key; in ionic_rx_filter_by_vlan() local 199 unsigned int key; in ionic_rx_filter_by_addr() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | jump_label.h | 18 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch() 32 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump() 55 jump_label_t key; member
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockmap_listen.c | 139 #define xbpf_map_delete_elem(fd, key) \ argument 147 #define xbpf_map_lookup_elem(fd, key, val) \ argument 155 #define xbpf_map_update_elem(fd, key, val, flags) \ argument 326 u32 key = 0; in test_insert_invalid() local 343 u32 key = 0; in test_insert_opened() local 364 u32 key = 0; in test_insert_bound() local 390 u32 key; in test_insert() local 406 u32 key; in test_delete_after_insert() local 424 u32 key; in test_delete_after_close() local 447 u32 key; in test_lookup_after_insert() local [all …]
|
| H A D | map_init.c | 24 map_key_t key; in map_populate() local 78 static int prog_run_insert_elem(struct test_map_init *skel, map_key_t key, in prog_run_insert_elem() 134 map_key_t key; in test_pcpu_map_init() local 174 map_key_t key; in test_pcpu_lru_map_init() local
|
| /OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/sec/ |
| H A D | sec_algs.c | 143 const u8 *key, in sec_alg_skcipher_init_context() 228 const u8 *key, unsigned int keylen, in sec_alg_skcipher_setkey() 254 const u8 *key, unsigned int keylen) in sec_alg_skcipher_setkey_aes_ecb() 276 const u8 *key, unsigned int keylen) in sec_alg_skcipher_setkey_aes_cbc() 298 const u8 *key, unsigned int keylen) in sec_alg_skcipher_setkey_aes_ctr() 320 const u8 *key, unsigned int keylen) in sec_alg_skcipher_setkey_aes_xts() 344 const u8 *key, unsigned int keylen) in sec_alg_skcipher_setkey_des_ecb() 351 const u8 *key, unsigned int keylen) in sec_alg_skcipher_setkey_des_cbc() 358 const u8 *key, unsigned int keylen) in sec_alg_skcipher_setkey_3des_ecb() 366 const u8 *key, unsigned int keylen) in sec_alg_skcipher_setkey_3des_cbc()
|
| /OK3568_Linux_fs/kernel/drivers/net/netdevsim/ |
| H A D | bpf.c | 45 void *key; member 332 nsim_map_key_match(struct bpf_map *map, struct nsim_map_entry *e, void *key) in nsim_map_key_match() 337 static int nsim_map_key_find(struct bpf_offloaded_map *offmap, void *key) in nsim_map_key_find() 371 void *key, void *next_key) in nsim_map_get_next_key() 401 nsim_map_lookup_elem(struct bpf_offloaded_map *offmap, void *key, void *value) in nsim_map_lookup_elem() 419 void *key, void *value, u64 flags) in nsim_map_update_elem() 458 static int nsim_map_delete_elem(struct bpf_offloaded_map *offmap, void *key) in nsim_map_delete_elem() 512 u32 *key; in nsim_bpf_map_alloc() local
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | dir-item.c | 64 struct btrfs_key key, location; in btrfs_insert_xattr_item() local 119 struct btrfs_key key; in btrfs_insert_dir_item() local 186 struct btrfs_key key; in btrfs_lookup_dir_item() local 208 struct btrfs_key key; in btrfs_check_dir_item_collision() local 279 struct btrfs_key key; in btrfs_lookup_dir_index_item() local 302 struct btrfs_key key; in btrfs_search_dir_index_item() local 350 struct btrfs_key key; in btrfs_lookup_xattr() local
|
| H A D | uuid-tree.c | 14 static void btrfs_uuid_to_key(u8 *uuid, u8 type, struct btrfs_key *key) in btrfs_uuid_to_key() 31 struct btrfs_key key; in btrfs_uuid_tree_lookup() local 89 struct btrfs_key key; in btrfs_uuid_tree_add() local 154 struct btrfs_key key; in btrfs_uuid_tree_remove() local 294 struct btrfs_key key; in btrfs_uuid_tree_iterate() local
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | static_call.c | 102 static inline bool static_call_key_has_mods(struct static_call_key *key) in static_call_key_has_mods() 107 static inline struct static_call_mod *static_call_key_next(struct static_call_key *key) in static_call_key_next() 115 static inline struct static_call_site *static_call_key_sites(struct static_call_key *key) in static_call_key_sites() 123 void __static_call_update(struct static_call_key *key, void *tramp, void *func) in __static_call_update() 214 struct static_call_key *key, *prev_key = NULL; in __static_call_init() local 362 unsigned long key; in static_call_add_module() local 397 struct static_call_key *key, *prev_key = NULL; in static_call_del_module() local
|
| /OK3568_Linux_fs/kernel/drivers/crypto/cavium/cpt/ |
| H A D | cptvf_algs.c | 232 static int cvm_xts_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_xts_setkey() 289 static int cvm_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_setkey() 304 static int cvm_cbc_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_cbc_aes_setkey() 310 static int cvm_ecb_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_ecb_aes_setkey() 316 static int cvm_cfb_aes_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_cfb_aes_setkey() 322 static int cvm_cbc_des3_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_cbc_des3_setkey() 329 static int cvm_ecb_des3_setkey(struct crypto_skcipher *cipher, const u8 *key, in cvm_ecb_des3_setkey()
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | hashmap.h | 47 const void *key; member 117 const void *key, void *value) in hashmap__add() 123 const void *key, void *value, in hashmap__set() 131 const void *key, void *value, in hashmap__update() 139 const void *key, void *value) in hashmap__append()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | hashmap.h | 47 const void *key; member 117 const void *key, void *value) in hashmap__add() 123 const void *key, void *value, in hashmap__set() 131 const void *key, void *value, in hashmap__update() 139 const void *key, void *value) in hashmap__append()
|
| /OK3568_Linux_fs/kernel/net/xdp/ |
| H A D | xskmap.c | 118 static int xsk_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in xsk_map_get_next_key() 151 static void *xsk_map_lookup_elem(struct bpf_map *map, void *key) in xsk_map_lookup_elem() 157 static void *xsk_map_lookup_elem_sys_only(struct bpf_map *map, void *key) in xsk_map_lookup_elem_sys_only() 162 static int xsk_map_update_elem(struct bpf_map *map, void *key, void *value, in xsk_map_update_elem() 222 static int xsk_map_delete_elem(struct bpf_map *map, void *key) in xsk_map_delete_elem()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | mod_hdr.c | 18 struct mod_hdr_key key; member 27 static u32 hash_mod_hdr_info(struct mod_hdr_key *key) in hash_mod_hdr_info() 54 struct mod_hdr_key *key, in mod_hdr_get() 78 struct mod_hdr_key key; in mlx5e_mod_hdr_attach() local
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | file.c | 118 struct key *key; in afs_open() local 249 int afs_fetch_data(struct afs_vnode *vnode, struct key *key, struct afs_read *req) in afs_fetch_data() 279 struct key *key = data; in afs_page_filler() local 393 struct key *key; in afs_readpage() local 449 struct key *key = afs_file_key(file); in afs_readpages_one() local 546 struct key *key = afs_file_key(file); in afs_readpages() local
|