Home
last modified time | relevance | path

Searched defs:key (Results 76 – 100 of 2712) sorted by relevance

12345678910>>...109

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dhashtab.c122 char key[] __aligned(8); member
235 static struct htab_elem *prealloc_lru_pop(struct bpf_htab *htab, void *key, in prealloc_lru_pop()
518 static inline u32 htab_map_hash(const void *key, u32 key_len, u32 hashrnd) in htab_map_hash()
535 void *key, u32 key_size) in lookup_elem_raw()
552 u32 hash, void *key, in lookup_nulls_elem_raw()
574 static void *__htab_map_lookup_elem(struct bpf_map *map, void *key) in __htab_map_lookup_elem()
594 static void *htab_map_lookup_elem(struct bpf_map *map, void *key) in htab_map_lookup_elem()
631 void *key, const bool mark) in __htab_lru_map_lookup_elem()
644 static void *htab_lru_map_lookup_elem(struct bpf_map *map, void *key) in htab_lru_map_lookup_elem()
649 static void *htab_lru_map_lookup_elem_sys(struct bpf_map *map, void *key) in htab_lru_map_lookup_elem_sys()
[all …]
/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dpublic_key.c33 struct public_key *key = asymmetric_key->payload.data[asym_crypto]; in public_key_describe() local
42 void public_key_free(struct public_key *key) in public_key_free()
111 u8 *key, *ptr; in software_key_query() local
175 char *key, *ptr; in software_key_eds_op() local
321 char *key, *ptr; in public_key_verify_signature() local
393 static int public_key_verify_signature_2(const struct key *key, in public_key_verify_signature_2()
H A Dasymmetric_type.c51 struct key *key; in find_asymmetric_key() local
247 static bool asymmetric_key_cmp(const struct key *key, in asymmetric_key_cmp()
260 static bool asymmetric_key_cmp_partial(const struct key *key, in asymmetric_key_cmp_partial()
330 static void asymmetric_key_describe(const struct key *key, struct seq_file *m) in asymmetric_key_describe()
434 static void asymmetric_key_destroy(struct key *key) in asymmetric_key_destroy()
456 struct key *key) in asymmetric_restriction_alloc()
500 struct key *key; in asymmetric_lookup_restriction() local
542 struct key *key = params->key; in asymmetric_key_eds_op() local
/OK3568_Linux_fs/kernel/security/keys/
H A Drequest_key_auth.c54 static int request_key_auth_instantiate(struct key *key, in request_key_auth_instantiate()
64 static void request_key_auth_describe(const struct key *key, in request_key_auth_describe()
82 static long request_key_auth_read(const struct key *key, in request_key_auth_read()
134 static void request_key_auth_revoke(struct key *key) in request_key_auth_revoke()
146 static void request_key_auth_destroy(struct key *key) in request_key_auth_destroy()
H A Dbig_key.c165 void big_key_revoke(struct key *key) in big_key_revoke()
179 void big_key_destroy(struct key *key) in big_key_destroy()
197 int big_key_update(struct key *key, struct key_preparsed_payload *prep) in big_key_update()
214 void big_key_describe(const struct key *key, struct seq_file *m) in big_key_describe()
230 long big_key_read(const struct key *key, char *buffer, size_t buflen) in big_key_read()
/OK3568_Linux_fs/kernel/fs/afs/
H A Dflock.c114 struct key *key = vnode->lock_key; in afs_next_locker() local
192 static int afs_set_lock(struct afs_vnode *vnode, struct key *key, in afs_set_lock()
224 static int afs_extend_lock(struct afs_vnode *vnode, struct key *key) in afs_extend_lock()
255 static int afs_release_lock(struct afs_vnode *vnode, struct key *key) in afs_release_lock()
286 struct key *key; in afs_lock_work() local
412 static int afs_do_setlk_check(struct afs_vnode *vnode, struct key *key, in afs_do_setlk_check()
458 struct key *key = afs_file_key(file); in afs_do_setlk() local
725 struct key *key = afs_file_key(file); in afs_do_getlk() local
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dfree-space-tree.c56 struct btrfs_key key; in add_new_free_space_info() local
89 struct btrfs_key key; in search_free_space_info() local
116 struct btrfs_key *key, struct btrfs_path *p, in btrfs_search_prev_slot()
192 struct btrfs_key key, found_key; in convert_free_space_to_bitmaps() local
332 struct btrfs_key key, found_key; in convert_free_space_to_extents() local
501 struct btrfs_key key; in free_space_test_bit() local
525 struct btrfs_key key; in free_space_set_bits() local
564 struct btrfs_key key; in free_space_next_bitmap() local
592 struct btrfs_key key; in modify_free_space_bitmap() local
705 struct btrfs_key key; in remove_free_space_extent() local
[all …]
/OK3568_Linux_fs/kernel/net/wireless/
H A Dlib80211_crypt_wep.c32 u8 key[WEP_KEY_LEN + 1]; member
64 u8 *key, int keylen, void *priv) in lib80211_wep_build_iv()
110 u8 key[WEP_KEY_LEN + 3]; in lib80211_wep_encrypt() local
155 u8 key[WEP_KEY_LEN + 3]; in lib80211_wep_decrypt() local
198 static int lib80211_wep_set_key(void *key, int len, u8 * seq, void *priv) in lib80211_wep_set_key()
211 static int lib80211_wep_get_key(void *key, int len, u8 * seq, void *priv) in lib80211_wep_get_key()
/OK3568_Linux_fs/kernel/tools/perf/arch/s390/util/
H A Dkvm-stat.c29 struct event_key *key) in event_icpt_insn_get_key()
40 struct event_key *key) in event_sigp_get_key()
48 struct event_key *key) in event_diag_get_key()
56 struct event_key *key) in event_icpt_prog_get_key()
/OK3568_Linux_fs/kernel/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c122 const u8 *key, in crypto4xx_setkey_aes()
178 const u8 *key, unsigned int keylen) in crypto4xx_setkey_aes_cbc()
185 const u8 *key, unsigned int keylen) in crypto4xx_setkey_aes_cfb()
192 const u8 *key, unsigned int keylen) in crypto4xx_setkey_aes_ecb()
199 const u8 *key, unsigned int keylen) in crypto4xx_setkey_aes_ofb()
206 const u8 *key, unsigned int keylen) in crypto4xx_setkey_rfc3686()
289 const u8 *key, in crypto4xx_sk_setup_fallback()
300 const u8 *key, unsigned int keylen) in crypto4xx_setkey_aes_ctr()
368 const u8 *key, in crypto4xx_aead_setup_fallback()
381 int crypto4xx_setkey_aes_ccm(struct crypto_aead *cipher, const u8 *key, in crypto4xx_setkey_aes_ccm()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dsysrq.h57 static inline void handle_sysrq(int key) in handle_sysrq()
61 static inline void __handle_sysrq(int key, bool check_mask) in __handle_sysrq()
65 static inline int register_sysrq_key(int key, const struct sysrq_key_op *op) in register_sysrq_key()
70 static inline int unregister_sysrq_key(int key, const struct sysrq_key_op *op) in unregister_sysrq_key()
H A Dhashtable.h60 #define hash_add(hashtable, node, key) \ argument
69 #define hash_add_rcu(hashtable, node, key) \ argument
165 #define hash_for_each_possible(name, obj, member, key) \ argument
176 #define hash_for_each_possible_rcu(name, obj, member, key, cond...) \ argument
191 #define hash_for_each_possible_rcu_notrace(name, obj, member, key) \ argument
204 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ argument
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Dmqtt.json24 "key": "model", string
29 "key": "${sensorModel}", string
36 "key": "temperature", string
41 "key": "humidity", string
57 "key": "model", string
64 "key": "temperature", string
69 "key": "humidity", string
/OK3568_Linux_fs/kernel/block/
H A Dkeyslot-manager.c43 const struct blk_crypto_key *key; member
166 const struct blk_crypto_key *key) in blk_ksm_hash_bucket_for_key()
183 const struct blk_crypto_key *key) in blk_ksm_find_keyslot()
197 const struct blk_crypto_key *key) in blk_ksm_find_and_grab_keyslot()
234 const struct blk_crypto_key *key, in blk_ksm_get_slot_for_key()
368 const struct blk_crypto_key *key) in blk_ksm_evict_key()
424 const struct blk_crypto_key *key = ksm->slots[slot].key; in blk_ksm_reprogram_all_keys() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dsec_wep.c33 u8 key[WEP_KEY_LEN + 1]; member
84 u8 *key, int keylen, void *priv) in lib80211_wep_build_iv()
115 u8 key[WEP_KEY_LEN + 3]; in lib80211_wep_encrypt() local
146 u8 key[WEP_KEY_LEN + 3]; in lib80211_wep_decrypt() local
183 static int lib80211_wep_set_key (void *key, int len, u8 * seq, void *priv) in lib80211_wep_set_key()
192 static int lib80211_wep_get_key (void *key, int len, u8 * seq, void *priv) in lib80211_wep_get_key()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_lpm_map.c34 uint8_t key[]; member
42 const uint8_t *key, in tlpm_add()
82 const uint8_t *key, in tlpm_match()
111 const uint8_t *key, in tlpm_delete()
191 uint8_t key[] = { rand() % 0xff, rand() % 0xff }; in test_lpm_order() local
213 struct bpf_lpm_trie_key *key; in test_lpm_map() local
426 struct bpf_lpm_trie_key *key; in test_lpm_delete() local
699 } key[MAX_TEST_KEYS]; member
/OK3568_Linux_fs/kernel/net/core/
H A Dsock_map.c381 static struct sock *__sock_map_lookup_elem(struct bpf_map *map, u32 key) in __sock_map_lookup_elem()
392 static void *sock_map_lookup(struct bpf_map *map, void *key) in sock_map_lookup()
404 static void *sock_map_lookup_sys(struct bpf_map *map, void *key) in sock_map_lookup_sys()
447 static int sock_map_delete_elem(struct bpf_map *map, void *key) in sock_map_delete_elem()
460 static int sock_map_get_next_key(struct bpf_map *map, void *key, void *next) in sock_map_get_next_key()
577 int sock_map_update_elem_sys(struct bpf_map *map, void *key, void *value, in sock_map_update_elem_sys()
618 static int sock_map_update_elem(struct bpf_map *map, void *key, in sock_map_update_elem()
644 struct bpf_map *, map, void *, key, u64, flags) in BPF_CALL_4() argument
667 struct bpf_map *, map, u32, key, u64, flags) in BPF_CALL_4() argument
695 struct bpf_map *, map, u32, key, u64, flags) in BPF_CALL_4() argument
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dcg_storage_multi.c22 static bool assert_storage(struct bpf_map *map, const void *key, in assert_storage()
40 static bool assert_storage_noexist(struct bpf_map *map, const void *key) in assert_storage_noexist()
88 struct bpf_cgroup_storage_key key; in test_egress_only() local
162 struct bpf_cgroup_storage_key key; in test_isolated() local
287 __u64 key; in test_shared() local
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dconntrack.c105 static u16 key_to_nfproto(const struct sw_flow_key *key) in key_to_nfproto()
175 static void __ovs_ct_update_key_orig_tp(struct sw_flow_key *key, in __ovs_ct_update_key_orig_tp()
189 static void __ovs_ct_update_key(struct sw_flow_key *key, u8 state, in __ovs_ct_update_key()
235 struct sw_flow_key *key, bool post_ct, in ovs_ct_update_key()
274 void ovs_ct_fill_key(const struct sk_buff *skb, struct sw_flow_key *key) in ovs_ct_fill_key()
333 static int ovs_ct_set_mark(struct nf_conn *ct, struct sw_flow_key *key, in ovs_ct_set_mark()
370 static int ovs_ct_init_labels(struct nf_conn *ct, struct sw_flow_key *key, in ovs_ct_init_labels()
411 static int ovs_ct_set_labels(struct nf_conn *ct, struct sw_flow_key *key, in ovs_ct_set_labels()
495 static int handle_fragments(struct net *net, struct sw_flow_key *key, in handle_fragments()
652 const struct sw_flow_key *key, in ovs_ct_executed()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/crypto/
H A Daes-omac1.c42 int omac1_aes_vector(const u8 *key, size_t key_len, size_t num_elem, in omac1_aes_vector()
132 int omac1_aes_128_vector(const u8 *key, size_t num_elem, in omac1_aes_128_vector()
151 int omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_128()
169 int omac1_aes_256(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_256()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/crypto/
H A Daes-omac1.c42 int omac1_aes_vector(const u8 *key, size_t key_len, size_t num_elem, in omac1_aes_vector()
132 int omac1_aes_128_vector(const u8 *key, size_t num_elem, in omac1_aes_128_vector()
151 int omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_128()
169 int omac1_aes_256(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_256()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/crypto/
H A Daes-omac1.c43 int omac1_aes_vector(const u8 *key, size_t key_len, size_t num_elem, in omac1_aes_vector()
133 int omac1_aes_128_vector(const u8 *key, size_t num_elem, in omac1_aes_128_vector()
152 int omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_128()
170 int omac1_aes_256(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_256()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/crypto/
H A Daes-omac1.c42 int omac1_aes_vector(const u8 *key, size_t key_len, size_t num_elem, in omac1_aes_vector()
132 int omac1_aes_128_vector(const u8 *key, size_t num_elem, in omac1_aes_128_vector()
151 int omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_128()
169 int omac1_aes_256(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_256()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/crypto/
H A Daes-omac1.c42 int omac1_aes_vector(const u8 *key, size_t key_len, size_t num_elem, in omac1_aes_vector()
132 int omac1_aes_128_vector(const u8 *key, size_t num_elem, in omac1_aes_128_vector()
151 int omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_128()
169 int omac1_aes_256(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_256()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/crypto/
H A Daes-omac1.c43 int omac1_aes_vector(const u8 *key, size_t key_len, size_t num_elem, in omac1_aes_vector()
133 int omac1_aes_128_vector(const u8 *key, size_t num_elem, in omac1_aes_128_vector()
152 int omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_128()
170 int omac1_aes_256(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_256()

12345678910>>...109