Home
last modified time | relevance | path

Searched defs:key (Results 201 – 225 of 2492) sorted by relevance

12345678910>>...100

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dpersist_data.py160 def __getitem__(self, cursor, key): argument
169 def __delitem__(self, cursor, key): argument
176 def __setitem__(self, cursor, key, value): argument
194 def __contains__(self, cursor, key): argument
238 def has_key(self, key): argument
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_crypt_ccmp.c31 u8 key[CCMP_TK_LEN]; member
153 struct rtllib_ccmp_data *key = priv; in rtllib_ccmp_encrypt() local
221 struct rtllib_ccmp_data *key = priv; in rtllib_ccmp_decrypt() local
313 static int rtllib_ccmp_set_key(void *key, int len, u8 *seq, void *priv) in rtllib_ccmp_set_key()
346 static int rtllib_ccmp_get_key(void *key, int len, u8 *seq, void *priv) in rtllib_ccmp_get_key()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_ccmp.c36 u8 key[CCMP_TK_LEN]; member
163 struct ieee80211_ccmp_data *key = priv; in ieee80211_ccmp_encrypt() local
232 struct ieee80211_ccmp_data *key = priv; in ieee80211_ccmp_decrypt() local
328 static int ieee80211_ccmp_set_key(void *key, int len, u8 *seq, void *priv) in ieee80211_ccmp_set_key()
360 static int ieee80211_ccmp_get_key(void *key, int len, u8 *seq, void *priv) in ieee80211_ccmp_get_key()
/openbmc/qemu/tests/unit/
H A Dtest-crypto-cipher.c32 const char *key; member
641 uint8_t *key, *iv = NULL, *ciphertext = NULL, in test_cipher() local
736 uint8_t key[32] = { 0 }; in test_cipher_null_iv() local
762 uint8_t key[32] = { 0 }; in test_cipher_short_plaintext() local
/openbmc/linux/tools/lib/bpf/
H A Dhashmap.c131 const long key, size_t hash, in hashmap_find_entry()
154 int hashmap_insert(struct hashmap *map, long key, long value, in hashmap_insert()
206 bool hashmap_find(const struct hashmap *map, long key, long *value) in hashmap_find()
220 bool hashmap_delete(struct hashmap *map, long key, in hashmap_delete()
/openbmc/linux/tools/perf/util/
H A Dhashmap.c131 const long key, size_t hash, in hashmap_find_entry()
154 int hashmap_insert(struct hashmap *map, long key, long value, in hashmap_insert()
206 bool hashmap_find(const struct hashmap *map, long key, long *value) in hashmap_find()
220 bool hashmap_delete(struct hashmap *map, long key, in hashmap_delete()
/openbmc/linux/fs/btrfs/
H A Dprint-tree.c33 const char *btrfs_root_name(const struct btrfs_key *key, char *buf) in btrfs_root_name()
89 struct btrfs_disk_key key; in print_extent_item() local
217 struct btrfs_key key; in btrfs_print_leaf() local
360 struct btrfs_key key; in btrfs_print_tree() local
H A Dorphan.c14 struct btrfs_key key; in btrfs_insert_orphan_item() local
35 struct btrfs_key key; in btrfs_del_orphan_item() local
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Dble.json14 "key": "temperature", string
21 "key": "humidity", string
30 "key": "name", string
H A Dbacnet.json18 "key": "temperature", string
26 "key": "state", string
34 "key": "brightness", string
/openbmc/u-boot/lib/libavb/
H A Davb_property_descriptor.c43 const char* key; member
90 const char* key, in avb_property_lookup()
118 const char* key, in avb_property_lookup_uint64()
/openbmc/qemu/hw/arm/
H A Dsmmu-common.c36 SMMUIOTLBKey *key = (SMMUIOTLBKey *)v; in smmu_iotlb_key_hash() local
63 SMMUIOTLBKey key = {.asid = asid, .vmid = vmid, .iova = iova, in smmu_get_iotlb_key() local
81 SMMUIOTLBKey key; in smmu_iotlb_lookup() local
110 SMMUIOTLBKey *key = g_new0(SMMUIOTLBKey, 1); in smmu_iotlb_insert() local
130 static gboolean smmu_hash_remove_by_asid(gpointer key, gpointer value, in smmu_hash_remove_by_asid()
139 static gboolean smmu_hash_remove_by_vmid(gpointer key, gpointer value, in smmu_hash_remove_by_vmid()
148 static gboolean smmu_hash_remove_by_asid_vmid_iova(gpointer key, gpointer value, in smmu_hash_remove_by_asid_vmid_iova()
173 SMMUIOTLBKey key = smmu_get_iotlb_key(asid, vmid, iova, tg, ttl); in smmu_iotlb_inv_iova() local
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_parameters.c657 char *key, in iscsi_find_param_from_key()
677 int iscsi_extract_key_value(char *textbuf, char **key, char **value) in iscsi_extract_key_value()
709 char *key, in iscsi_add_notunderstood_response()
738 static int iscsi_check_for_auth_key(char *key) in iscsi_check_for_auth_key()
1189 char *key, in __iscsi_check_key()
1223 char *key, in iscsi_check_key()
1372 char *key, *value; in iscsi_decode_text_input() local
1507 char *key = NULL, *value = NULL; in iscsi_change_param_value() local
/openbmc/linux/security/keys/
H A Dpermission.c29 struct key *key; in key_task_permission() local
102 int key_validate(const struct key *key) in key_validate()
/openbmc/linux/arch/s390/include/asm/
H A Djump_label.h26 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch()
40 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump()
H A Duaccess.h40 copy_from_user_key(void *to, const void __user *from, unsigned long n, unsigned long key) in copy_from_user_key()
51 copy_to_user_key(void __user *to, const void *from, unsigned long n, unsigned long key) in copy_to_user_key()
62 unsigned short key : 4; member
70 unsigned short key : 4; member
399 unsigned long key, int size) in __cmpxchg_user_key()
589 #define cmpxchg_user_key(ptr, uval, old, new, key) \ argument
/openbmc/linux/arch/powerpc/include/asm/
H A Djump_label.h18 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch()
33 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump()
/openbmc/linux/arch/s390/crypto/
H A Ddes_s390.c32 u8 key[DES3_KEY_SIZE]; member
35 static int des_setkey(struct crypto_tfm *tfm, const u8 *key, in des_setkey()
49 static int des_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, in des_setkey_skcipher()
117 u8 key[DES3_KEY_SIZE]; in cbc_desall_crypt() member
200 static int des3_setkey(struct crypto_tfm *tfm, const u8 *key, in des3_setkey()
214 static int des3_setkey_skcipher(struct crypto_skcipher *tfm, const u8 *key, in des3_setkey_skcipher()
H A Dghash_s390.c20 u8 key[GHASH_BLOCK_SIZE]; member
25 u8 key[GHASH_BLOCK_SIZE]; member
42 const u8 *key, unsigned int keylen) in ghash_setkey()
/openbmc/u-boot/fs/btrfs/
H A Dchunk-map.c18 static int add_chunk_mapping(struct btrfs_key *key, struct btrfs_chunk *chunk) in add_chunk_mapping()
112 struct btrfs_key *key; in btrfs_chunk_map_init() local
147 struct btrfs_key key, *found_key; in btrfs_read_chunk_tree() local
/openbmc/linux/drivers/accessibility/speakup/
H A Dkeyhelp.c52 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()
/openbmc/linux/kernel/bpf/
H A Dbpf_cgrp_storage.c78 static void *bpf_cgrp_storage_lookup_elem(struct bpf_map *map, void *key) in bpf_cgrp_storage_lookup_elem()
96 static long bpf_cgrp_storage_update_elem(struct bpf_map *map, void *key, in bpf_cgrp_storage_update_elem()
128 static long bpf_cgrp_storage_delete_elem(struct bpf_map *map, void *key) in bpf_cgrp_storage_delete_elem()
145 static int notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) in notsupp_get_next_key()
/openbmc/linux/fs/nilfs2/
H A Dbtree.c265 __u64 key; in nilfs_btree_node_delete() local
292 __u64 key, int *indexp) in nilfs_btree_node_lookup()
793 int level, __u64 key) in nilfs_btree_promote_key()
1043 __u64 key) in nilfs_btree_find_target_v()
1869 __u64 key, __u64 ptr, in nilfs_btree_convert_and_insert()
2073 __u64 key; in nilfs_btree_propagate() local
2124 __u64 key, ckey; in nilfs_btree_add_dirty_buffer() local
2198 __u64 key; in nilfs_btree_assign_p() local
2241 __u64 key; in nilfs_btree_assign_v() local
2270 __u64 key; in nilfs_btree_assign() local
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dfiltersnippet.js8 function date_enable (key, action) { argument
37 function date_init (key, from_date, to_date, min_date, max_date, initial_enable) { argument
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_hashmap_full_update_bench.c22 static int loop_update_callback(__u32 index, u32 *key) in loop_update_callback()
34 u32 key = cpu + MAX_ENTRIES; in benchmark() local

12345678910>>...100