| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | jump_label.h | 18 static __always_inline bool arch_static_branch(struct static_key *key, in arch_static_branch() 35 static __always_inline bool arch_static_branch_jump(struct static_key *key, in arch_static_branch_jump()
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | jump_label.h | 12 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch() 27 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/ |
| H A D | ble.json | 14 "key": "temperature", string 21 "key": "humidity", string 30 "key": "name", string
|
| H A D | bacnet.json | 18 "key": "temperature", string 26 "key": "state", string 34 "key": "brightness", string
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | aes_cts.c | 8 int len, const void *key, unsigned char *ivec) in rk_crypto_cbc128_encrypt() 29 int len, const void *key, unsigned char *ivec) in rk_crypto_cbc128_decrypt() 127 unsigned long length, const unsigned char *key, const int key_len, in rk_aes_cts_encrypt()
|
| H A D | sm4_ccm.c | 19 void *key; member 30 unsigned int M,unsigned int L,void *key,block128_f block) in rk_crypto_ccm128_init() 145 void * key = ctx->key; in rk_crypto_ccm128_encrypt() local 222 void * key = ctx->key; in rk_crypto_ccm128_decrypt() local 303 void * key = ctx->key; in rk_crypto_ccm128_encrypt_ccm64() local 361 void * key = ctx->key; in rk_crypto_ccm128_decrypt_ccm64() local
|
| /OK3568_Linux_fs/kernel/certs/ |
| H A D | blacklist.c | 71 static void blacklist_describe(const struct key *key, struct seq_file *m) in blacklist_describe() 91 key_ref_t key; in mark_hash_blacklisted() local 161 key_ref_t key; in add_key_to_revocation_list() local
|
| /OK3568_Linux_fs/u-boot/lib/avb/libavb/ |
| H A D | avb_property_descriptor.c | 62 const char* key; member 109 const char* key, in avb_property_lookup() 137 const char* key, in avb_property_lookup_uint64()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | bpf_inode_storage.c | 103 static void *bpf_fd_inode_storage_lookup_elem(struct bpf_map *map, void *key) in bpf_fd_inode_storage_lookup_elem() 119 static int bpf_fd_inode_storage_update_elem(struct bpf_map *map, void *key, in bpf_fd_inode_storage_update_elem() 155 static int bpf_fd_inode_storage_delete_elem(struct bpf_map *map, void *key) in bpf_fd_inode_storage_delete_elem() 216 static int notsupp_get_next_key(struct bpf_map *map, void *key, in notsupp_get_next_key()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qcache3q_p.h | 70 void QCache3QDefaultEvictionPolicy<Key,T>::aboutToBeEvicted(const Key &key, QSharedPointer<T> obj) in aboutToBeEvicted() 77 void QCache3QDefaultEvictionPolicy<Key,T>::aboutToBeRemoved(const Key &key, QSharedPointer<T> obj) in aboutToBeRemoved() 264 bool QCache3Q<Key,T,EvPolicy>::insert(const Key &key, QSharedPointer<T> object, int cost) in insert() 414 void QCache3Q<Key,T,EvPolicy>::remove(const Key &key, bool force) in remove() 434 QSharedPointer<T> QCache3Q<Key,T,EvPolicy>::object(const Key &key) const in object()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | rbtree_test.c | 19 u32 key; member 35 u32 key = node->key; in insert() local 52 u32 key = node->key; in insert_cached() local 89 u32 key = node->key; in RB_DECLARE_CALLBACKS_MAX() local 113 u32 key = node->key; in insert_augmented_cached() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | cmsg.c | 199 const u8 *key, u8 *out_key, u8 *out_value, in nfp_bpf_ctrl_op_cache_get() 293 u8 *key, u8 *value, u64 flags, u8 *out_key, u8 *out_value) in nfp_bpf_ctrl_entry_op() 384 void *key, void *value, u64 flags) in nfp_bpf_ctrl_update_entry() 390 int nfp_bpf_ctrl_del_entry(struct bpf_offloaded_map *offmap, void *key) in nfp_bpf_ctrl_del_entry() 397 void *key, void *value) in nfp_bpf_ctrl_lookup_entry() 411 void *key, void *next_key) in nfp_bpf_ctrl_getnext_entry()
|
| /OK3568_Linux_fs/kernel/security/selinux/ss/ |
| H A D | avtab.c | 71 struct avtab_key *key, struct avtab_datum *datum) in avtab_insert_node() 106 static int avtab_insert(struct avtab *h, struct avtab_key *key, struct avtab_datum *datum) in avtab_insert() 151 avtab_insert_nonunique(struct avtab *h, struct avtab_key *key, struct avtab_datum *datum) in avtab_insert_nonunique() 181 struct avtab_datum *avtab_search(struct avtab *h, struct avtab_key *key) in avtab_search() 217 avtab_search_node(struct avtab *h, struct avtab_key *key) in avtab_search_node() 406 struct avtab_key key; in avtab_read_item() local
|
| H A D | hashtab.h | 27 void *key; member 61 static inline int hashtab_insert(struct hashtab *h, void *key, void *datum, in hashtab_insert() 96 static inline void *hashtab_search(struct hashtab *h, const void *key, in hashtab_search()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/ |
| H A D | sun_agp.c | 232 xf86DeallocateGARTMemory(int screenNum, int key) in xf86DeallocateGARTMemory() 249 xf86BindGARTMemory(int screenNum, int key, unsigned long offset) in xf86BindGARTMemory() 285 xf86UnbindGARTMemory(int screenNum, int key) in xf86UnbindGARTMemory()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/ |
| H A D | rc4.c | 41 prepare_key(unsigned char *key_data_ptr, int key_data_len, rc4_key *key) in prepare_key() 65 rc4(unsigned char *buffer_ptr, int buffer_len, int skip, rc4_key *key) in rc4() 116 unsigned char key[32]; in RC4_Encrypt() local
|
| H A D | aes_cmac_rom.c | 44 mrvl_aes_128(UINT8 *key, UINT8 *input, UINT8 *output) in mrvl_aes_128() 86 generate_subkey(phostsa_private priv, UINT8 *key, UINT8 *K1, UINT8 *K2) in generate_subkey() 133 mrvl_aes_cmac(phostsa_private priv, UINT8 *key, UINT8 *input, int length, in mrvl_aes_cmac()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/rdma/ |
| H A D | cxgb3-abi.h | 52 __aligned_u64 key; member 58 __aligned_u64 key; member 66 __aligned_u64 key; member
|
| /OK3568_Linux_fs/kernel/drivers/accessibility/speakup/ |
| H A D | keyhelp.c | 52 u_short *p_key, key; in build_key_data() local 100 static void say_key(int key) in say_key() 132 int spk_handle_help(struct vc_data *vc, u_char type, u_char ch, u_short key) in spk_handle_help()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/rdma/ |
| H A D | cxgb3-abi.h | 52 __aligned_u64 key; member 58 __aligned_u64 key; member 66 __aligned_u64 key; member
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | xts.h | 12 const u8 *key, unsigned int keylen) in xts_check_key() 29 const u8 *key, unsigned int keylen) in xts_verify_key()
|
| /OK3568_Linux_fs/kernel/include/keys/ |
| H A D | user-type.h | 46 static inline const struct user_key_payload *user_key_payload_rcu(const struct key *key) in user_key_payload_rcu() 51 static inline struct user_key_payload *user_key_payload_locked(const struct key *key) in user_key_payload_locked()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | fib_trie.c | 120 t_key key; member 217 #define get_cindex(key, kv) (((key) ^ (kv)->key) >> (kv)->pos) argument 219 static inline unsigned long get_index(t_key key, struct key_vector *kv) in get_index() 352 static struct key_vector *leaf_new(t_key key, struct fib_alias *fa) in leaf_new() 375 static struct key_vector *tnode_new(t_key key, int pos, int bits) in tnode_new() 467 static inline void put_child_root(struct key_vector *tp, t_key key, in put_child_root() 935 struct key_vector **tp, u32 key) in fib_find_node() 1063 struct fib_alias *new, t_key key) in fib_insert_node() 1114 struct fib_alias *fa, t_key key) in fib_insert_alias() 1148 static bool fib_valid_key_len(u32 key, u8 plen, struct netlink_ext_ack *extack) in fib_valid_key_len() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | udp_limit.c | 20 __u32 key; in sock() local 49 __u32 key; in sock_release() local
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | jump_label.h | 23 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch() 39 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump()
|