/linux-4.4.14/fs/ubifs/ |
D | key.h | 97 union ubifs_key *key, ino_t inum) in ino_key_init() 112 union ubifs_key *key = k; in ino_key_init_flash() local 126 union ubifs_key *key, ino_t inum) in lowest_ino_key() 139 union ubifs_key *key, ino_t inum) in highest_ino_key() 153 union ubifs_key *key, ino_t inum, in dent_key_init() 172 union ubifs_key *key, ino_t inum, in dent_key_init_hash() 190 union ubifs_key *key = k; in dent_key_init_flash() local 207 union ubifs_key *key, ino_t inum) in lowest_dent_key() 221 union ubifs_key *key, ino_t inum, in xent_key_init() 241 union ubifs_key *key = k; in xent_key_init_flash() local [all …]
|
D | tnc.c | 486 static int fallible_read_node(struct ubifs_info *c, const union ubifs_key *key, in fallible_read_node() 690 static int resolve_collision(struct ubifs_info *c, const union ubifs_key *key, in resolve_collision() 879 const union ubifs_key *key, in fallible_resolve_collision() 1023 const union ubifs_key *key, in resolve_collision_directly() 1158 int ubifs_lookup_level0(struct ubifs_info *c, const union ubifs_key *key, in ubifs_lookup_level0() 1294 static int lookup_level0_dirty(struct ubifs_info *c, const union ubifs_key *key, in lookup_level0_dirty() 1429 int ubifs_tnc_locate(struct ubifs_info *c, const union ubifs_key *key, in ubifs_tnc_locate() 1535 union ubifs_key *key; in ubifs_tnc_get_bu_keys() local 1791 static int do_lookup_nm(struct ubifs_info *c, const union ubifs_key *key, in do_lookup_nm() 1839 int ubifs_tnc_lookup_nm(struct ubifs_info *c, const union ubifs_key *key, in ubifs_tnc_lookup_nm() [all …]
|
D | xattr.c | 313 union ubifs_key key; in setxattr() local 384 union ubifs_key key; in ubifs_getxattr() local 440 union ubifs_key key; in ubifs_listxattr() local 548 union ubifs_key key; in ubifs_removexattr() local
|
/linux-4.4.14/net/mac80211/ |
D | key.c | 125 static int ieee80211_key_enable_hw_accel(struct ieee80211_key *key) in ieee80211_key_enable_hw_accel() 219 static void ieee80211_key_disable_hw_accel(struct ieee80211_key *key) in ieee80211_key_disable_hw_accel() 257 struct ieee80211_key *key = NULL; in __ieee80211_set_default_key() local 287 struct ieee80211_key *key = NULL; in __ieee80211_set_default_mgmt_key() local 380 struct ieee80211_key *key; in ieee80211_key_alloc() local 541 static void ieee80211_key_free_common(struct ieee80211_key *key) in ieee80211_key_free_common() 564 static void __ieee80211_key_destroy(struct ieee80211_key *key, in __ieee80211_key_destroy() 588 static void ieee80211_key_destroy(struct ieee80211_key *key, in ieee80211_key_destroy() 603 void ieee80211_key_free_unused(struct ieee80211_key *key) in ieee80211_key_free_unused() 609 int ieee80211_key_link(struct ieee80211_key *key, in ieee80211_key_link() [all …]
|
D | debugfs_key.c | 77 struct ieee80211_key *key = file->private_data; in key_algorithm_read() local 89 struct ieee80211_key *key = file->private_data; in key_tx_spec_write() local 127 struct ieee80211_key *key = file->private_data; in key_tx_spec_read() local 162 struct ieee80211_key *key = file->private_data; in key_rx_spec_read() local 230 struct ieee80211_key *key = file->private_data; in key_replays_read() local 263 struct ieee80211_key *key = file->private_data; in key_icverrors_read() local 288 struct ieee80211_key *key = file->private_data; in key_mic_failures_read() local 304 struct ieee80211_key *key = file->private_data; in key_key_read() local 329 void ieee80211_debugfs_key_add(struct ieee80211_key *key) in ieee80211_debugfs_key_add() 369 void ieee80211_debugfs_key_remove(struct ieee80211_key *key) in ieee80211_debugfs_key_remove() [all …]
|
D | wpa.c | 32 u8 *data, *key, *mic; in ieee80211_tx_h_michael_mic_add() local 89 u8 *data, *key = NULL; in ieee80211_rx_h_michael_mic_verify() local 190 struct ieee80211_key *key = tx->key; in tkip_encrypt_skb() local 265 struct ieee80211_key *key = rx->key; in ieee80211_crypto_tkip_decrypt() local 405 struct ieee80211_key *key = tx->key; in ccmp_encrypt_skb() local 497 struct ieee80211_key *key = rx->key; in ieee80211_crypto_ccmp_decrypt() local 633 struct ieee80211_key *key = tx->key; in gcmp_encrypt_skb() local 722 struct ieee80211_key *key = rx->key; in ieee80211_crypto_gcmp_decrypt() local 791 struct ieee80211_key *key = tx->key; in ieee80211_crypto_cs_encrypt() local 832 struct ieee80211_key *key = rx->key; in ieee80211_crypto_cs_decrypt() local [all …]
|
D | debugfs_key.h | 15 static inline void ieee80211_debugfs_key_add(struct ieee80211_key *key) in ieee80211_debugfs_key_add() 17 static inline void ieee80211_debugfs_key_remove(struct ieee80211_key *key) in ieee80211_debugfs_key_remove() 28 static inline void ieee80211_debugfs_key_sta_del(struct ieee80211_key *key, in ieee80211_debugfs_key_sta_del()
|
D | tkip.c | 145 u8 *ieee80211_tkip_add_iv(u8 *pos, struct ieee80211_key *key) in ieee80211_tkip_add_iv() 155 static void ieee80211_compute_tkip_p1k(struct ieee80211_key *key, u32 iv32) in ieee80211_compute_tkip_p1k() 177 struct ieee80211_key *key = (struct ieee80211_key *) in ieee80211_get_tkip_p1k_iv() local 202 struct ieee80211_key *key = (struct ieee80211_key *) in ieee80211_get_tkip_p2k() local 226 struct ieee80211_key *key, in ieee80211_tkip_encrypt_data() 243 struct ieee80211_key *key, in ieee80211_tkip_decrypt_data()
|
D | michael.c | 30 static void michael_mic_hdr(struct michael_mic_ctx *mctx, const u8 *key, in michael_mic_hdr() 56 void michael_mic(const u8 *key, struct ieee80211_hdr *hdr, in michael_mic()
|
D | wep.c | 120 struct ieee80211_key *key) in ieee80211_wep_remove_iv() 163 const u8 *key, int keylen, int keyidx) in ieee80211_wep_encrypt() 227 struct ieee80211_key *key) in ieee80211_wep_decrypt()
|
/linux-4.4.14/fs/nilfs2/ |
D | direct.c | 37 nilfs_direct_get_ptr(const struct nilfs_bmap *direct, __u64 key) in nilfs_direct_get_ptr() 43 __u64 key, __u64 ptr) in nilfs_direct_set_ptr() 49 __u64 key, int level, __u64 *ptrp) in nilfs_direct_lookup() 64 __u64 key, __u64 *ptrp, in nilfs_direct_lookup_contig() 105 nilfs_direct_find_target_v(const struct nilfs_bmap *direct, __u64 key) in nilfs_direct_find_target_v() 118 static int nilfs_direct_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) in nilfs_direct_insert() 154 static int nilfs_direct_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_direct_delete() 179 __u64 key; in nilfs_direct_seek_key() local 193 __u64 key, lastkey; in nilfs_direct_last_key() local 209 static int nilfs_direct_check_insert(const struct nilfs_bmap *bmap, __u64 key) in nilfs_direct_check_insert() [all …]
|
D | bmap.c | 75 int nilfs_bmap_lookup_at_level(struct nilfs_bmap *bmap, __u64 key, int level, in nilfs_bmap_lookup_at_level() 99 int nilfs_bmap_lookup_contig(struct nilfs_bmap *bmap, __u64 key, __u64 *ptrp, in nilfs_bmap_lookup_contig() 111 static int nilfs_bmap_do_insert(struct nilfs_bmap *bmap, __u64 key, __u64 ptr) in nilfs_bmap_do_insert() 155 int nilfs_bmap_insert(struct nilfs_bmap *bmap, __u64 key, unsigned long rec) in nilfs_bmap_insert() 166 static int nilfs_bmap_do_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_do_delete() 253 int nilfs_bmap_delete(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_delete() 264 static int nilfs_bmap_do_truncate(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_do_truncate() 305 int nilfs_bmap_truncate(struct nilfs_bmap *bmap, __u64 key) in nilfs_bmap_truncate() 417 int nilfs_bmap_mark(struct nilfs_bmap *bmap, __u64 key, int level) in nilfs_bmap_mark() 459 __u64 key; in nilfs_bmap_data_get_key() local [all …]
|
D | btree.c | 155 nilfs_btree_node_set_key(struct nilfs_btree_node *node, int index, __u64 key) in nilfs_btree_node_set_key() 252 __u64 key, __u64 ptr, int ncmax) in nilfs_btree_node_insert() 277 __u64 key; in nilfs_btree_node_delete() local 304 __u64 key, int *indexp) in nilfs_btree_node_lookup() 537 __u64 key, __u64 *ptrp, int minlevel, in nilfs_btree_do_lookup() 675 __u64 key, int level, __u64 *ptrp) in nilfs_btree_lookup() 692 __u64 key, __u64 *ptrp, unsigned maxblocks) in nilfs_btree_lookup_contig() 777 int level, __u64 key) in nilfs_btree_promote_key() 1027 __u64 key) in nilfs_btree_find_target_v() 1047 int *levelp, __u64 key, __u64 ptr, in nilfs_btree_prepare_insert() [all …]
|
/linux-4.4.14/include/linux/ |
D | key.h | 113 static inline key_ref_t make_key_ref(const struct key *key, in make_key_ref() 137 struct key { struct 139 key_serial_t serial; /* key serial number */ argument 145 struct key_user *user; /* owner of this key */ argument 146 void *security; /* security data for this key */ argument 148 time_t expiry; /* time at which key expires (or 0) */ argument 151 time_t last_used_at; /* last time used for LRU keyring discard */ argument 154 key_perm_t perm; /* access permissions */ argument 168 #define KEY_FLAG_INSTANTIATED 0 /* set if key has been instantiated */ argument 189 struct key_type *type; /* type of key */ argument [all …]
|
D | jump_label.h | 120 static inline int static_key_count(struct static_key *key) in static_key_count() 131 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() 136 static __always_inline bool static_key_true(struct static_key *key) in static_key_true() 170 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() 177 static __always_inline bool static_key_true(struct static_key *key) in static_key_true() 184 static inline void static_key_slow_inc(struct static_key *key) in static_key_slow_inc() 190 static inline void static_key_slow_dec(struct static_key *key) in static_key_slow_dec() 217 static inline void static_key_enable(struct static_key *key) in static_key_enable() 227 static inline void static_key_disable(struct static_key *key) in static_key_disable() 247 struct static_key key; member [all …]
|
D | jump_label_ratelimit.h | 9 struct static_key key; member 22 struct static_key key; member 24 static inline void static_key_slow_dec_deferred(struct static_key_deferred *key) in static_key_slow_dec_deferred() 30 jump_label_rate_limit(struct static_key_deferred *key, in jump_label_rate_limit()
|
D | btree-128.h | 23 u64 key[2] = {k1, k2}; in btree_lookup128() local 30 u64 key[2] = {*k1, *k2}; in btree_get_prev128() local 43 u64 key[2] = {k1, k2}; in btree_insert128() local 51 u64 key[2] = {k1, k2}; in btree_update128() local 58 u64 key[2] = {k1, k2}; in btree_remove128() local 64 u64 key[2]; in btree_last128() local
|
D | sysrq.h | 55 static inline void handle_sysrq(int key) in handle_sysrq() 59 static inline void __handle_sysrq(int key, bool check_mask) in __handle_sysrq() 63 static inline int register_sysrq_key(int key, struct sysrq_key_op *op) in register_sysrq_key() 68 static inline int unregister_sysrq_key(int key, struct sysrq_key_op *op) in unregister_sysrq_key()
|
D | hashtable.h | 55 #define hash_add(hashtable, node, key) \ argument 64 #define hash_add_rcu(hashtable, node, key) \ argument 160 #define hash_for_each_possible(name, obj, member, key) \ argument 172 #define hash_for_each_possible_rcu(name, obj, member, key) \ argument 187 #define hash_for_each_possible_rcu_notrace(name, obj, member, key) \ argument 200 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ argument
|
D | btree.h | 215 #define btree_for_each_safel(head, key, val) \ argument 226 #define btree_for_each_safe32(head, key, val) \ argument 238 #define btree_for_each_safe64(head, key, val) \ argument
|
D | rbtree_latch.h | 104 __lt_find(void *key, struct latch_tree_root *ltr, int idx, in __lt_find() 105 int (*comp)(void *key, struct latch_tree_node *node)) in __lt_find() 198 latch_tree_find(void *key, struct latch_tree_root *root, in latch_tree_find()
|
D | lockdep.h | 76 struct lockdep_subclass_key *key; member 151 struct lock_class_key *key; member 296 #define lockdep_set_class(lock, key) \ argument 298 #define lockdep_set_class_and_name(lock, key, name) \ argument 300 #define lockdep_set_class_and_subclass(lock, key, sub) \ argument 311 #define lockdep_match_class(lock, key) lockdep_match_key(&(lock)->dep_map, key) argument 314 struct lock_class_key *key) in lockdep_match_key() 397 # define lockdep_init_map(lock, name, key, sub) \ argument 399 # define lockdep_set_class(lock, key) do { (void)(key); } while (0) argument 400 # define lockdep_set_class_and_name(lock, key, name) \ argument [all …]
|
/linux-4.4.14/drivers/tty/ |
D | sysrq.c | 84 static void sysrq_handle_loglevel(int key) in sysrq_handle_loglevel() 101 static void sysrq_handle_SAK(int key) in sysrq_handle_SAK() 117 static void sysrq_handle_unraw(int key) in sysrq_handle_unraw() 132 static void sysrq_handle_crash(int key) in sysrq_handle_crash() 147 static void sysrq_handle_reboot(int key) in sysrq_handle_reboot() 160 static void sysrq_handle_sync(int key) in sysrq_handle_sync() 171 static void sysrq_handle_show_timers(int key) in sysrq_handle_show_timers() 182 static void sysrq_handle_mountro(int key) in sysrq_handle_mountro() 194 static void sysrq_handle_showlocks(int key) in sysrq_handle_showlocks() 232 static void sysrq_handle_showallcpus(int key) in sysrq_handle_showallcpus() [all …]
|
/linux-4.4.14/security/keys/ |
D | key.c | 42 void __key_check(const struct key *key) in __key_check() 137 static inline void key_alloc_serial(struct key *key) in key_alloc_serial() 229 struct key *key; in key_alloc() local 362 int key_payload_reserve(struct key *key, size_t datalen) in key_payload_reserve() 402 static int __key_instantiate_and_link(struct key *key, in __key_instantiate_and_link() 471 int key_instantiate_and_link(struct key *key, in key_instantiate_and_link() 532 int key_reject_and_link(struct key *key, in key_reject_and_link() 600 void key_put(struct key *key) in key_put() 617 struct key *key; in key_lookup() local 679 void key_set_timeout(struct key *key, unsigned timeout) in key_set_timeout() [all …]
|
D | user_defined.c | 97 int user_update(struct key *key, struct key_preparsed_payload *prep) in user_update() 144 void user_revoke(struct key *key) in user_revoke() 162 void user_destroy(struct key *key) in user_destroy() 174 void user_describe(const struct key *key, struct seq_file *m) in user_describe() 187 long user_read(const struct key *key, char __user *buffer, size_t buflen) in user_read()
|
D | keyring.c | 51 static inline void *keyring_key_to_ptr(struct key *key) in keyring_key_to_ptr() 274 const struct key *key = keyring_ptr_to_key(object); in keyring_get_object_key_chunk() local 281 const struct key *key = keyring_ptr_to_key(object); in keyring_compare_object() local 427 const struct key *key = keyring_ptr_to_key(object); in keyring_read_iterator() local 516 bool key_default_cmp(const struct key *key, in key_default_cmp() 528 const struct key *key = keyring_ptr_to_key(object); in keyring_search_iterator() local 624 struct key *key; in search_nested_keyrings() local 902 key_ref_t key; in keyring_search() local 936 struct key *keyring, *key; in find_key_to_update() local 1029 const struct key *key = keyring_ptr_to_key(object); in keyring_detect_cycle_iterator() local [all …]
|
D | request_key_auth.c | 59 static int request_key_auth_instantiate(struct key *key, in request_key_auth_instantiate() 69 static void request_key_auth_describe(const struct key *key, in request_key_auth_describe() 84 static long request_key_auth_read(const struct key *key, in request_key_auth_read() 111 static void request_key_auth_revoke(struct key *key) in request_key_auth_revoke() 126 static void request_key_auth_destroy(struct key *key) in request_key_auth_destroy()
|
D | request_key.c | 100 struct key *key = cons->key, *authkey = cons->authkey, *keyring, in call_sbin_request_key() local 203 static int construct_key(struct key *key, const void *callout_info, in construct_key() 337 struct key *key; in construct_alloc_key() local 438 struct key *key; in construct_key_and_link() local 526 struct key *key; in request_key_and_link() local 589 int wait_for_key_construction(struct key *key, bool intr) in wait_for_key_construction() 623 struct key *key; in request_key() local 662 struct key *key; in request_key_with_auxdata() local
|
D | big_key.c | 135 void big_key_revoke(struct key *key) in big_key_revoke() 149 void big_key_destroy(struct key *key) in big_key_destroy() 167 void big_key_describe(const struct key *key, struct seq_file *m) in big_key_describe() 183 long big_key_read(const struct key *key, char __user *buffer, size_t buflen) in big_key_read()
|
D | proc.c | 91 struct key *key = rb_entry(n, struct key, serial_node); in key_serial_next() local 111 struct key *key = rb_entry(n, struct key, serial_node); in find_ge_key() local 142 struct key *key; in proc_keys_start() local 157 struct key *key = rb_entry(n, struct key, serial_node); in key_node_serial() local 180 struct key *key = rb_entry(_p, struct key, serial_node); in proc_keys_show() local
|
D | permission.c | 33 struct key *key; in key_task_permission() local 89 int key_validate(const struct key *key) in key_validate()
|
D | keyctl.c | 164 struct key *key; in SYSCALL_DEFINE4() local 559 struct key *key, *instkey; in keyctl_describe_key() local 723 struct key *key; in keyctl_read_key() local 790 struct key *key; in keyctl_chown_key() local 906 struct key *key; in keyctl_setperm_key() local 980 static int keyctl_change_reqkey_auth(struct key *key) in keyctl_change_reqkey_auth() 1296 struct key *key, *instkey; in keyctl_set_timeout() local 1399 struct key *key, *instkey; in keyctl_get_security() local
|
D | trusted.c | 76 static int TSS_rawhmac(unsigned char *digest, const unsigned char *key, in TSS_rawhmac() 123 static int TSS_authhmac(unsigned char *digest, const unsigned char *key, in TSS_authhmac() 177 const unsigned char *key, in TSS_checkhmac1() 394 const unsigned char *key, uint16_t type, uint32_t handle) in osap() 882 static struct trusted_key_payload *trusted_payload_alloc(struct key *key) in trusted_payload_alloc() 905 static int trusted_instantiate(struct key *key, in trusted_instantiate() 1008 static int trusted_update(struct key *key, struct key_preparsed_payload *prep) in trusted_update() 1087 static long trusted_read(const struct key *key, char __user *buffer, in trusted_read() 1118 static void trusted_destroy(struct key *key) in trusted_destroy()
|
D | gc.c | 130 struct key *key = in key_gc_unused_keys() local 188 struct key *key; in key_garbage_collector() local
|
D | internal.h | 207 static inline bool key_is_dead(const struct key *key, time_t limit) in key_is_dead() 266 static inline void key_check(const struct key *key) in key_check() 274 #define key_check(key) do {} while(0) argument
|
/linux-4.4.14/kernel/ |
D | jump_label.c | 59 void static_key_slow_inc(struct static_key *key) in static_key_slow_inc() 72 static void __static_key_slow_dec(struct static_key *key, in __static_key_slow_dec() 92 struct static_key_deferred *key = in jump_label_update_timeout() local 97 void static_key_slow_dec(struct static_key *key) in static_key_slow_dec() 104 void static_key_slow_dec_deferred(struct static_key_deferred *key) in static_key_slow_dec_deferred() 111 void jump_label_rate_limit(struct static_key_deferred *key, in jump_label_rate_limit() 156 static inline struct jump_entry *static_key_entries(struct static_key *key) in static_key_entries() 161 static inline bool static_key_type(struct static_key *key) in static_key_type() 178 struct static_key *key = jump_entry_key(entry); in jump_label_type() local 186 static void __jump_label_update(struct static_key *key, in __jump_label_update() [all …]
|
D | futex.c | 204 union futex_key key; member 234 union futex_key key; member 331 static inline void futex_get_mm(union futex_key *key) in futex_get_mm() 379 static struct futex_hash_bucket *hash_futex(union futex_key *key) in hash_futex() 403 static void get_futex_key_refs(union futex_key *key) in get_futex_key_refs() 431 static void drop_futex_key_refs(union futex_key *key) in drop_futex_key_refs() 468 get_futex_key(u32 __user *uaddr, int fshared, union futex_key *key, int rw) in get_futex_key() 618 static inline void put_futex_key(union futex_key *key) in put_futex_key() 656 union futex_key *key) in futex_top_waiter() 792 union futex_key key = FUTEX_KEY_INIT; in exit_pi_state_list() local [all …]
|
/linux-4.4.14/crypto/ |
D | rsa_helper.c | 24 struct rsa_key *key = context; in rsa_get_n() local 45 struct rsa_key *key = context; in rsa_get_e() local 58 struct rsa_key *key = context; in rsa_get_d() local 76 static void free_mpis(struct rsa_key *key) in free_mpis() 91 void rsa_free_key(struct rsa_key *key) in rsa_free_key() 107 int rsa_parse_pub_key(struct rsa_key *rsa_key, const void *key, in rsa_parse_pub_key() 134 int rsa_parse_priv_key(struct rsa_key *rsa_key, const void *key, in rsa_parse_priv_key()
|
D | rsa.c | 21 static int _rsa_enc(const struct rsa_key *key, MPI c, MPI m) in _rsa_enc() 35 static int _rsa_dec(const struct rsa_key *key, MPI m, MPI c) in _rsa_dec() 49 static int _rsa_sign(const struct rsa_key *key, MPI s, MPI m) in _rsa_sign() 63 static int _rsa_verify(const struct rsa_key *key, MPI m, MPI s) in _rsa_verify() 274 static int rsa_set_pub_key(struct crypto_akcipher *tfm, const void *key, in rsa_set_pub_key() 291 static int rsa_set_priv_key(struct crypto_akcipher *tfm, const void *key, in rsa_set_priv_key()
|
D | cast6_generic.c | 101 static inline void W(u32 *key, unsigned int i) in W() 118 u32 key[8]; in __cast6_setkey() local 157 int cast6_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in cast6_setkey()
|
D | tcrypt.h | 21 const char *key; member 26 const char *key; member
|
D | poly1305_generic.c | 55 const u8 *key, unsigned int keylen) in crypto_poly1305_setkey() 65 static void poly1305_setrkey(struct poly1305_desc_ctx *dctx, const u8 *key) in poly1305_setrkey() 75 static void poly1305_setskey(struct poly1305_desc_ctx *dctx, const u8 *key) in poly1305_setskey()
|
D | cipher.c | 23 static int setkey_unaligned(struct crypto_tfm *tfm, const u8 *key, in setkey_unaligned() 46 static int setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen) in setkey()
|
D | crc32.c | 50 u32 *key = crypto_tfm_ctx(tfm); in crc32_cra_init() local 63 static int crc32_setkey(struct crypto_shash *hash, const u8 *key, in crc32_setkey()
|
D | crc32c_generic.c | 49 u32 key; member 76 static int chksum_setkey(struct crypto_shash *tfm, const u8 *key, in chksum_setkey()
|
D | ansi_cprng.c | 282 const unsigned char *key, size_t klen, in reset_prng_context() 373 const u8 *key = seed + DEFAULT_BLK_SZ; in cprng_reset() local 403 const u8 *key = seed + DEFAULT_BLK_SZ; in fips_cprng_reset() local
|
/linux-4.4.14/net/mac802154/ |
D | llsec.c | 51 struct ieee802154_llsec_key_entry *key, *kn; in mac802154_llsec_destroy() local 123 struct mac802154_llsec_key *key; in llsec_key_alloc() local 170 struct mac802154_llsec_key *key; in llsec_key_release() local 183 llsec_key_get(struct mac802154_llsec_key *key) in llsec_key_get() 189 static void llsec_key_put(struct mac802154_llsec_key *key) in llsec_key_put() 220 const struct ieee802154_llsec_key *key) in mac802154_llsec_key_add() 275 const struct ieee802154_llsec_key_id *key) in mac802154_llsec_key_del() 315 u32 key = llsec_dev_hash_short(short_addr, pan_id); in llsec_dev_find_short() local 330 u64 key = llsec_dev_hash_long(hwaddr); in llsec_dev_find_long() local 412 const struct ieee802154_llsec_key_id *key) in llsec_devkey_find() [all …]
|
D | mib.c | 81 const struct ieee802154_llsec_key *key) in mac802154_add_key() 141 const struct ieee802154_llsec_device_key *key) in mac802154_add_devkey() 157 const struct ieee802154_llsec_device_key *key) in mac802154_del_devkey()
|
/linux-4.4.14/tools/perf/arch/x86/util/ |
D | kvm-stat.c | 20 struct event_key *key) in mmio_event_get_key() 31 struct perf_sample *sample, struct event_key *key) in mmio_event_begin() 48 struct event_key *key) in mmio_event_end() 65 struct event_key *key, in mmio_event_decode_key() 83 struct event_key *key) in ioport_event_get_key() 91 struct event_key *key) in ioport_event_begin() 109 struct event_key *key, in ioport_event_decode_key()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | llite_rmtacl.c | 77 static struct rmtacl_ctl_entry *rce_alloc(pid_t key, int ops) in rce_alloc() 101 pid_t key) in __rct_search() 113 struct rmtacl_ctl_entry *rct_search(struct rmtacl_ctl_table *rct, pid_t key) in rct_search() 123 int rct_add(struct rmtacl_ctl_table *rct, pid_t key, int ops) in rct_add() 144 int rct_del(struct rmtacl_ctl_table *rct, pid_t key) in rct_del() 181 static struct eacl_entry *ee_alloc(pid_t key, struct lu_fid *fid, int type, in ee_alloc() 210 static struct eacl_entry *__et_search_del(struct eacl_table *et, pid_t key, in __et_search_del() 229 struct eacl_entry *et_search_del(struct eacl_table *et, pid_t key, in et_search_del() 240 void et_search_free(struct eacl_table *et, pid_t key) in et_search_free() 253 int ee_add(struct eacl_table *et, pid_t key, struct lu_fid *fid, int type, in ee_add()
|
D | vvp_dev.c | 78 struct lu_context_key *key) in vvp_key_init() 89 struct lu_context_key *key, void *data) in vvp_key_fini() 97 struct lu_context_key *key) in vvp_session_key_init() 108 struct lu_context_key *key, void *data) in vvp_session_key_fini()
|
/linux-4.4.14/fs/afs/ |
D | vnode.c | 265 struct afs_vnode *auth_vnode, struct key *key) in afs_vnode_fetch_status() 395 int afs_vnode_fetch_data(struct afs_vnode *vnode, struct key *key, in afs_vnode_fetch_data() 450 int afs_vnode_create(struct afs_vnode *vnode, struct key *key, in afs_vnode_create() 508 int afs_vnode_remove(struct afs_vnode *vnode, struct key *key, const char *name, in afs_vnode_remove() 564 struct key *key, const char *name) in afs_vnode_link() 631 int afs_vnode_symlink(struct afs_vnode *vnode, struct key *key, in afs_vnode_symlink() 692 struct key *key, in afs_vnode_rename() 824 int afs_vnode_setattr(struct afs_vnode *vnode, struct key *key, in afs_vnode_setattr() 876 int afs_vnode_get_volume_status(struct afs_vnode *vnode, struct key *key, in afs_vnode_get_volume_status() 915 int afs_vnode_set_lock(struct afs_vnode *vnode, struct key *key, in afs_vnode_set_lock() [all …]
|
D | security.c | 25 struct key *key; in afs_request_key() local 84 struct key *key) in afs_get_auth_inode() 129 void afs_cache_permit(struct afs_vnode *vnode, struct key *key, long acl_order) in afs_cache_permit() 217 static int afs_check_permit(struct afs_vnode *vnode, struct key *key, in afs_check_permit() 292 struct key *key; in afs_permission() local
|
D | dir.c | 191 struct key *key) in afs_dir_get_page() 322 struct key *key) in afs_dir_iterate() 427 struct afs_fid *fid, struct key *key) in afs_do_lookup() 462 int ret, struct dentry *dentry, struct inode *dir, struct key *key, in afs_try_auto_mntpt() 500 struct key *key; in afs_lookup() local 582 struct key *key; in afs_d_revalidate() local 738 struct key *key; in afs_mkdir() local 799 struct key *key; in afs_rmdir() local 841 struct key *key; in afs_unlink() local 915 struct key *key; in afs_create() local [all …]
|
D | inode.c | 34 static int afs_inode_map_status(struct afs_vnode *vnode, struct key *key) in afs_inode_map_status() 137 int namesz, struct key *key) in afs_iget_autocell() 198 struct inode *afs_iget(struct super_block *sb, struct key *key, in afs_iget() 313 int afs_validate(struct afs_vnode *vnode, struct key *key) in afs_validate() 462 struct key *key; in afs_setattr() local
|
D | flock.c | 112 struct key *key; in afs_lock_work() local 238 static void afs_defer_unlock(struct afs_vnode *vnode, struct key *key) in afs_defer_unlock() 258 struct key *key = file->private_data; in afs_do_setlk() local 444 struct key *key = file->private_data; in afs_do_unlk() local 479 struct key *key = file->private_data; in afs_do_getlk() local
|
D | vlocation.c | 38 struct key *key, in afs_vlocation_access_vl_by_name() 94 struct key *key, in afs_vlocation_access_vl_by_id() 196 struct key *key, in afs_vlocation_update_record() 296 struct key *key) in afs_vlocation_fill_in_record() 374 struct key *key, in afs_vlocation_lookup()
|
D | file.c | 68 struct key *key; in afs_open() local 129 struct key *key = data; in afs_page_filler() local 217 struct key *key; in afs_readpage() local 243 struct key *key = file->private_data; in afs_readpages() local
|
D | fsclient.c | 278 struct key *key, in afs_fs_fetch_file_status() 450 struct key *key, in afs_fs_fetch_data64() 493 struct key *key, in afs_fs_fetch_data() 661 struct key *key, in afs_fs_create() 757 struct key *key, in afs_fs_remove() 841 struct key *key, in afs_fs_link() 930 struct key *key, in afs_fs_symlink() 1038 struct key *key, in afs_fs_rename() 1351 static int afs_fs_setattr_size64(struct afs_server *server, struct key *key, in afs_fs_setattr_size64() 1399 static int afs_fs_setattr_size(struct afs_server *server, struct key *key, in afs_fs_setattr_size() [all …]
|
D | vlclient.c | 151 struct key *key, in afs_vl_get_entry_by_name() 191 struct key *key, in afs_vl_get_entry_by_id()
|
/linux-4.4.14/lib/ |
D | btree.c | 135 static void dec_key(struct btree_geo *geo, unsigned long *key) in dec_key() 159 unsigned long *key) in setkey() 208 unsigned long *key) in btree_last() 225 unsigned long *key) in keycmp() 230 static int keyzero(struct btree_geo *geo, unsigned long *key) in keyzero() 242 unsigned long *key) in btree_lookup() 272 unsigned long *key, void *val) in btree_update() 316 unsigned long *retry_key = NULL, key[geo->keylen]; in btree_get_prev() local 364 unsigned long *key) in getpos() 389 unsigned long *key, int level) in find_level() [all …]
|
D | test_static_keys.c | 45 struct static_key *key; member 49 #define test_key_func(key, branch) \ argument 52 static void invert_key(struct static_key *key) in invert_key()
|
D | bsearch.c | 33 void *bsearch(const void *key, const void *base, size_t num, size_t size, in bsearch() 34 int (*cmp)(const void *key, const void *elt)) in bsearch()
|
D | once.c | 8 struct static_key *key; member 21 static void once_disable_jump(struct static_key *key) in once_disable_jump()
|
D | test_rhashtable.c | 86 u32 key = i; in test_rht_lookup() local 199 u32 key = i * 2; in test_rhashtable() local 225 int key = (tdata->id << 16) | i; in thread_lookup_test() local
|
D | rbtree_test.c | 11 u32 key; member 27 u32 key = node->key; in insert() local 70 u32 key = node->key; in RB_DECLARE_CALLBACKS() local
|
/linux-4.4.14/drivers/input/ |
D | sparse-keymap.c | 29 struct key_entry *key; in sparse_keymap_get_key_index() local 46 struct key_entry *key; in sparse_keymap_entry_by_index() local 68 struct key_entry *key; in sparse_keymap_entry_from_scancode() local 89 struct key_entry *key; in sparse_keymap_entry_from_keycode() local 102 struct key_entry *key; in sparse_keymap_locate() local 118 const struct key_entry *key; in sparse_keymap_getkeycode() local 140 struct key_entry *key; in sparse_keymap_setkeycode() local
|
D | matrix-keymap.c | 32 unsigned int row_shift, unsigned int key) in matrix_keypad_map_key() 110 unsigned int key = be32_to_cpup(prop + i); in matrix_keypad_parse_of_keymap() local 188 unsigned int key = keymap_data->keymap[i]; in matrix_keypad_build_keymap() local
|
/linux-4.4.14/fs/nfs/ |
D | dns_resolve.c | 74 struct nfs_dns_ent *key; in nfs_dns_ent_update() local 87 struct nfs_dns_ent *key; in nfs_dns_ent_init() local 125 static unsigned int nfs_dns_hash(const struct nfs_dns_ent *key) in nfs_dns_hash() 134 struct nfs_dns_ent *key = container_of(ch, struct nfs_dns_ent, h); in nfs_dns_request() local 143 struct nfs_dns_ent *key = container_of(ch, struct nfs_dns_ent, h); in nfs_dns_upcall() local 193 struct nfs_dns_ent *key) in nfs_dns_lookup() 207 struct nfs_dns_ent *key) in nfs_dns_update() 222 struct nfs_dns_ent key, *item; in nfs_dns_parse() local 271 struct nfs_dns_ent *key, in do_cache_lookup() 287 struct nfs_dns_ent *key, in do_cache_lookup_nowait() [all …]
|
/linux-4.4.14/net/openvswitch/ |
D | actions.c | 113 const struct sw_flow_key *key, in add_deferred_actions() 130 static void invalidate_flow_key(struct sw_flow_key *key) in invalidate_flow_key() 135 static bool is_flow_key_valid(const struct sw_flow_key *key) in is_flow_key_valid() 140 static int push_mpls(struct sk_buff *skb, struct sw_flow_key *key, in push_mpls() 174 static int pop_mpls(struct sk_buff *skb, struct sw_flow_key *key, in pop_mpls() 229 static int pop_vlan(struct sk_buff *skb, struct sw_flow_key *key) in pop_vlan() 241 static int push_vlan(struct sk_buff *skb, struct sw_flow_key *key, in push_vlan() 265 const struct ovs_key_ethernet *key, in set_eth_addr() 388 const struct ovs_key_ipv4 *key, in set_ipv4() 440 const struct ovs_key_ipv6 *key, in set_ipv6() [all …]
|
D | conntrack.c | 58 static u16 key_to_nfproto(const struct sw_flow_key *key) in key_to_nfproto() 132 static void __ovs_ct_update_key(struct sw_flow_key *key, u8 state, in __ovs_ct_update_key() 147 struct sw_flow_key *key, bool post_ct) in ovs_ct_update_key() 170 void ovs_ct_fill_key(const struct sk_buff *skb, struct sw_flow_key *key) in ovs_ct_fill_key() 175 int ovs_ct_put_key(const struct sw_flow_key *key, struct sk_buff *skb) in ovs_ct_put_key() 196 static int ovs_ct_set_mark(struct sk_buff *skb, struct sw_flow_key *key, in ovs_ct_set_mark() 223 static int ovs_ct_set_labels(struct sk_buff *skb, struct sw_flow_key *key, in ovs_ct_set_labels() 304 static int handle_fragments(struct net *net, struct sw_flow_key *key, in handle_fragments() 395 static int __ovs_ct_lookup(struct net *net, struct sw_flow_key *key, in __ovs_ct_lookup() 432 static int ovs_ct_lookup(struct net *net, struct sw_flow_key *key, in ovs_ct_lookup() [all …]
|
D | conntrack.h | 54 const struct sw_flow_key *key, in ovs_ct_copy_action() 67 struct sw_flow_key *key, in ovs_ct_execute() 75 struct sw_flow_key *key) in ovs_ct_fill_key() 83 static inline int ovs_ct_put_key(const struct sw_flow_key *key, in ovs_ct_put_key()
|
D | flow.c | 250 static int parse_ipv6hdr(struct sk_buff *skb, struct sw_flow_key *key) in parse_ipv6hdr() 305 static int parse_vlan(struct sk_buff *skb, struct sw_flow_key *key) in parse_vlan() 365 static int parse_icmpv6(struct sk_buff *skb, struct sw_flow_key *key, in parse_icmpv6() 461 static int key_extract(struct sk_buff *skb, struct sw_flow_key *key) in key_extract() 691 int ovs_flow_key_update(struct sk_buff *skb, struct sw_flow_key *key) in ovs_flow_key_update() 697 struct sk_buff *skb, struct sw_flow_key *key) in ovs_flow_key_extract() 733 struct sw_flow_key *key, bool log) in ovs_flow_key_extract_userspace()
|
D | flow_table.c | 415 static u32 flow_hash(const struct sw_flow_key *key, in flow_hash() 429 static int flow_key_start(const struct sw_flow_key *key) in flow_key_start() 454 const struct sw_flow_key *key, in flow_cmp_masked_key() 463 struct sw_flow_key *key = match->key; in ovs_flow_cmp_unmasked_key() local 492 const struct sw_flow_key *key, in ovs_flow_tbl_lookup_stats() 510 const struct sw_flow_key *key) in ovs_flow_tbl_lookup()
|
/linux-4.4.14/security/selinux/ss/ |
D | policydb.c | 177 char *key = NULL; in roles_init() local 246 const struct range_trans *key = k; in rangetr_hash() local 331 static int common_index(void *key, void *datum, void *datap) in common_index() 349 static int class_index(void *key, void *datum, void *datap) in class_index() 367 static int role_index(void *key, void *datum, void *datap) in role_index() 388 static int type_index(void *key, void *datum, void *datap) in type_index() 416 static int user_index(void *key, void *datum, void *datap) in user_index() 437 static int sens_index(void *key, void *datum, void *datap) in sens_index() 459 static int cat_index(void *key, void *datum, void *datap) in cat_index() 609 static int perm_destroy(void *key, void *datum, void *p) in perm_destroy() [all …]
|
D | hashtab.c | 12 struct hashtab *hashtab_create(u32 (*hash_value)(struct hashtab *h, const void *key), in hashtab_create() 39 int hashtab_insert(struct hashtab *h, void *key, void *datum) in hashtab_insert() 77 void *hashtab_search(struct hashtab *h, const void *key) in hashtab_search()
|
D | avtab.c | 71 struct avtab_key *key, struct avtab_datum *datum) in avtab_insert_node() 108 static int avtab_insert(struct avtab *h, struct avtab_key *key, struct avtab_datum *datum) in avtab_insert() 153 avtab_insert_nonunique(struct avtab *h, struct avtab_key *key, struct avtab_datum *datum) in avtab_insert_nonunique() 183 struct avtab_datum *avtab_search(struct avtab *h, struct avtab_key *key) in avtab_search() 219 avtab_search_node(struct avtab *h, struct avtab_key *key) in avtab_search_node() 397 struct avtab_key key; in avtab_read_item() local
|
D | conditional.c | 186 int cond_destroy_bool(void *key, void *datum, void *p) in cond_destroy_bool() 193 int cond_index_bool(void *key, void *datum, void *datap) in cond_index_bool() 223 char *key = NULL; in cond_read_bool() local 495 char *key = vkey; in cond_write_bool() local 617 void cond_compute_xperms(struct avtab *ctab, struct avtab_key *key, in cond_compute_xperms() 636 void cond_compute_av(struct avtab *ctab, struct avtab_key *key, in cond_compute_av()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_hashtab.c | 59 void drm_ht_verbose_list(struct drm_open_hash *ht, unsigned long key) in drm_ht_verbose_list() 74 unsigned long key) in drm_ht_find_key() 92 unsigned long key) in drm_ht_find_key_rcu() 115 unsigned long key = item->key; in drm_ht_insert_item() local 165 int drm_ht_find_item(struct drm_open_hash *ht, unsigned long key, in drm_ht_find_item() 179 int drm_ht_remove_key(struct drm_open_hash *ht, unsigned long key) in drm_ht_remove_key()
|
/linux-4.4.14/tools/perf/arch/s390/util/ |
D | kvm-stat.c | 23 struct event_key *key) in event_icpt_insn_get_key() 34 struct event_key *key) in event_sigp_get_key() 42 struct event_key *key) in event_diag_get_key() 50 struct event_key *key) in event_icpt_prog_get_key()
|
/linux-4.4.14/mm/ |
D | cleancache.c | 146 struct cleancache_filekey *key) in cleancache_get_key() 181 struct cleancache_filekey key = { .u.key = { 0 } }; in __cleancache_get_page() local 219 struct cleancache_filekey key = { .u.key = { 0 } }; in __cleancache_put_page() local 249 struct cleancache_filekey key = { .u.key = { 0 } }; in __cleancache_invalidate_page() local 277 struct cleancache_filekey key = { .u.key = { 0 } }; in __cleancache_invalidate_inode() local
|
/linux-4.4.14/include/net/ |
D | arp.h | 14 u32 key = *(const u32 *)pkey; in arp_hashfn() local 20 static inline struct neighbour *__ipv4_neigh_lookup_noref(struct net_device *dev, u32 key) in __ipv4_neigh_lookup_noref() 25 static inline struct neighbour *__ipv4_neigh_lookup(struct net_device *dev, u32 key) in __ipv4_neigh_lookup()
|
/linux-4.4.14/kernel/bpf/ |
D | arraymap.c | 65 static void *array_map_lookup_elem(struct bpf_map *map, void *key) in array_map_lookup_elem() 77 static int array_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in array_map_get_next_key() 96 static int array_map_update_elem(struct bpf_map *map, void *key, void *value, in array_map_update_elem() 119 static int array_map_delete_elem(struct bpf_map *map, void *key) in array_map_delete_elem() 181 static void *fd_array_map_lookup_elem(struct bpf_map *map, void *key) in fd_array_map_lookup_elem() 187 static int fd_array_map_update_elem(struct bpf_map *map, void *key, in fd_array_map_update_elem() 212 static int fd_array_map_delete_elem(struct bpf_map *map, void *key) in fd_array_map_delete_elem()
|
D | hashtab.c | 31 char key[0] __aligned(8); member 118 static inline u32 htab_map_hash(const void *key, u32 key_len) in htab_map_hash() 129 void *key, u32 key_size) in lookup_elem_raw() 141 static void *htab_map_lookup_elem(struct bpf_map *map, void *key) in htab_map_lookup_elem() 166 static int htab_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in htab_map_get_next_key() 224 static int htab_map_update_elem(struct bpf_map *map, void *key, void *value, in htab_map_update_elem() 299 static int htab_map_delete_elem(struct bpf_map *map, void *key) in htab_map_delete_elem()
|
D | helpers.c | 36 void *key = (void *) (unsigned long) r2; in bpf_map_lookup_elem() local 60 void *key = (void *) (unsigned long) r2; in bpf_map_update_elem() local 81 void *key = (void *) (unsigned long) r2; in bpf_map_delete_elem() local
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | jump_label.h | 10 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch() 26 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump() 47 jump_label_t key; member
|
/linux-4.4.14/arch/arm/include/asm/ |
D | jump_label.h | 11 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch() 25 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump() 44 jump_label_t key; member
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | jump_label.h | 29 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch() 43 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump() 62 jump_label_t key; member
|
/linux-4.4.14/arch/s390/include/asm/ |
D | jump_label.h | 15 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch() 29 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump() 48 jump_label_t key; member
|
/linux-4.4.14/samples/bpf/ |
D | test_maps.c | 23 long long key, next_key, value; in test_hashmap_sanity() local 94 int key, next_key, map_fd; in test_arraymap_sanity() local 152 } key; in test_map_large() local 223 int key, value; in do_work() local 236 int i, map_fd, key = 0, value = 0; in test_map_parallel() local
|
D | libbpf.c | 34 int bpf_update_elem(int fd, void *key, void *value, unsigned long long flags) in bpf_update_elem() 46 int bpf_lookup_elem(int fd, void *key, void *value) in bpf_lookup_elem() 57 int bpf_delete_elem(int fd, void *key) in bpf_delete_elem() 67 int bpf_get_next_key(int fd, void *key, void *next_key) in bpf_get_next_key()
|
D | tracex2_user.c | 39 struct hist_key key = {}, next_key; in print_hist_for_pid() local 74 struct hist_key key = {}, next_key; in print_hist() local 109 long key, next_key, value; in main() local
|
D | tracex3_user.c | 23 __u32 key; in clear_stats() local 78 __u32 key; in print_hist() local
|
D | fds_example.c | 66 static int bpf_do_map(const char *file, uint32_t flags, uint32_t key, in bpf_do_map() 132 uint32_t key = 0, value = 0, flags = 0; in main() local
|
D | tracex6_kern.c | 17 u32 key = bpf_get_smp_processor_id(); in bpf_prog1() local
|
/linux-4.4.14/drivers/power/ |
D | test_power.c | 251 char const *key; member 294 static int map_get_value(struct battery_property_map *map, const char *key, in map_get_value() 335 static int param_set_ac_online(const char *key, const struct kernel_param *kp) in param_set_ac_online() 348 static int param_set_usb_online(const char *key, const struct kernel_param *kp) in param_set_usb_online() 361 static int param_set_battery_status(const char *key, in param_set_battery_status() 375 static int param_set_battery_health(const char *key, in param_set_battery_health() 389 static int param_set_battery_present(const char *key, in param_set_battery_present() 404 static int param_set_battery_technology(const char *key, in param_set_battery_technology() 421 static int param_set_battery_capacity(const char *key, in param_set_battery_capacity() 436 static int param_set_battery_voltage(const char *key, in param_set_battery_voltage()
|
/linux-4.4.14/net/wireless/ |
D | lib80211_crypt_wep.c | 35 u8 key[WEP_KEY_LEN + 1]; member 92 u8 *key, int keylen, void *priv) in lib80211_wep_build_iv() 140 u8 key[WEP_KEY_LEN + 3]; in lib80211_wep_encrypt() local 185 u8 key[WEP_KEY_LEN + 3]; in lib80211_wep_decrypt() local 231 static int lib80211_wep_set_key(void *key, int len, u8 * seq, void *priv) in lib80211_wep_set_key() 244 static int lib80211_wep_get_key(void *key, int len, u8 * seq, void *priv) in lib80211_wep_get_key()
|
D | lib80211_crypt_ccmp.c | 43 u8 key[CCMP_TK_LEN]; member 184 struct lib80211_ccmp_data *key = priv; in lib80211_ccmp_hdr() local 220 struct lib80211_ccmp_data *key = priv; in lib80211_ccmp_encrypt() local 287 struct lib80211_ccmp_data *key = priv; in lib80211_ccmp_decrypt() local 380 static int lib80211_ccmp_set_key(void *key, int len, u8 * seq, void *priv) in lib80211_ccmp_set_key() 410 static int lib80211_ccmp_get_key(void *key, int len, u8 * seq, void *priv) in lib80211_ccmp_get_key()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | jump_label.h | 19 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch() 34 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump() 59 jump_label_t key; member
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | jump_label.h | 21 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch() 35 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump() 58 jump_label_t key; member
|
/linux-4.4.14/arch/mips/include/asm/ |
D | jump_label.h | 29 static __always_inline bool arch_static_branch(struct static_key *key, bool branch) in arch_static_branch() 43 static __always_inline bool arch_static_branch_jump(struct static_key *key, bool branch) in arch_static_branch_jump() 66 jump_label_t key; member
|
/linux-4.4.14/kernel/sched/ |
D | wait.c | 14 void __init_waitqueue_head(wait_queue_head_t *q, const char *name, struct lock_class_key *key) in __init_waitqueue_head() 66 int nr_exclusive, int wake_flags, void *key) in __wake_up_common() 90 int nr_exclusive, void *key) in __wake_up() 109 void __wake_up_locked_key(wait_queue_head_t *q, unsigned int mode, void *key) in __wake_up_locked_key() 133 int nr_exclusive, void *key) in __wake_up_sync_key() 277 unsigned int mode, void *key) in abort_exclusive_wait() 291 int autoremove_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key) in autoremove_wake_function() 350 int woken_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key) in woken_wake_function() 368 struct wait_bit_key *key = arg; in wake_bit_function() local 457 struct wait_bit_key key = __WAIT_BIT_KEY_INITIALIZER(word, bit); in __wake_up_bit() local [all …]
|
/linux-4.4.14/crypto/asymmetric_keys/ |
D | public_key.c | 52 struct public_key *key = asymmetric_key->payload.data[asym_crypto]; in public_key_describe() local 64 struct public_key *key = payload; in public_key_destroy() local 112 static int public_key_verify_signature_2(const struct key *key, in public_key_verify_signature_2()
|
D | asymmetric_type.c | 158 static bool asymmetric_key_cmp(const struct key *key, in asymmetric_key_cmp() 171 static bool asymmetric_key_cmp_partial(const struct key *key, in asymmetric_key_cmp_partial() 241 static void asymmetric_key_describe(const struct key *key, struct seq_file *m) in asymmetric_key_describe() 344 static void asymmetric_key_destroy(struct key *key) in asymmetric_key_destroy()
|
/linux-4.4.14/fs/btrfs/ |
D | root-tree.c | 137 *root, struct btrfs_key *key, struct btrfs_root_item in btrfs_update_root() 214 struct btrfs_key *key, struct btrfs_root_item *item) in btrfs_insert_root() 227 struct btrfs_key key; in btrfs_find_orphan_roots() local 337 struct btrfs_key *key) in btrfs_del_root() 366 struct btrfs_key key; in btrfs_del_root_ref() local 433 struct btrfs_key key; in btrfs_add_root_ref() local
|
D | uuid-tree.c | 26 static void btrfs_uuid_to_key(u8 *uuid, u8 type, struct btrfs_key *key) in btrfs_uuid_to_key() 43 struct btrfs_key key; in btrfs_uuid_tree_lookup() local 99 struct btrfs_key key; in btrfs_uuid_tree_add() local 163 struct btrfs_key key; in btrfs_uuid_tree_rem() local 263 struct btrfs_key key; in btrfs_uuid_tree_iterate() local
|
D | dir-item.c | 77 struct btrfs_key key, location; in btrfs_insert_xattr_item() local 131 struct btrfs_key key; in btrfs_insert_dir_item() local 198 struct btrfs_key key; in btrfs_lookup_dir_item() local 220 struct btrfs_key key; in btrfs_check_dir_item_collision() local 291 struct btrfs_key key; in btrfs_lookup_dir_index_item() local 314 struct btrfs_key key; in btrfs_search_dir_index_item() local 361 struct btrfs_key key; in btrfs_lookup_xattr() local
|
D | inode-item.c | 104 struct btrfs_key key; in btrfs_lookup_inode_extref() local 128 struct btrfs_key key; in btrfs_del_inode_extref() local 199 struct btrfs_key key; in btrfs_del_inode_ref() local 280 struct btrfs_key key; in btrfs_insert_inode_extref() local 332 struct btrfs_key key; in btrfs_insert_inode_ref() local 405 struct btrfs_key key; in btrfs_insert_empty_inode() local
|
D | orphan.c | 26 struct btrfs_key key; in btrfs_insert_orphan_item() local 47 struct btrfs_key key; in btrfs_del_orphan_item() local
|
D | print-tree.c | 63 struct btrfs_disk_key key; in print_extent_item() local 185 struct btrfs_key key; in btrfs_print_leaf() local 316 struct btrfs_key key; in btrfs_print_tree() local
|
D | tree-log.c | 338 struct btrfs_key *key) in overwrite_item() 549 struct btrfs_key key; in read_one_inode() local 581 struct btrfs_key *key) in replay_one_extent() 914 struct btrfs_key *key, in backref_in_log() 1201 struct btrfs_key *key) in add_inode_ref() 1385 struct btrfs_key key; in count_inode_refs() local 1501 struct btrfs_key key; in fixup_inode_link_counts() local 1561 struct btrfs_key key; in link_to_fixup_dir() local 1671 struct btrfs_key *key) in replay_one_name() 1795 struct btrfs_key *key) in replay_one_dir_item() [all …]
|
D | export.c | 65 struct btrfs_key key; in btrfs_get_dentry() local 160 struct btrfs_key key; in btrfs_get_parent() local 231 struct btrfs_key key; in btrfs_get_name() local
|
D | backref.c | 37 static int check_extent_in_eb(struct btrfs_key *key, struct extent_buffer *eb, in check_extent_in_eb() 87 struct btrfs_key key; in find_extent_in_eb() local 195 struct btrfs_key *key, int level, in __add_prelim_ref() 255 struct btrfs_key key; in add_all_parents() local 622 struct btrfs_key key; in __add_delayed_refs() local 722 struct btrfs_key key; in __add_inline_refs() local 835 struct btrfs_key key; in __add_keyed_refs() local 934 struct btrfs_key key; local 1320 struct btrfs_key key; local 1482 struct btrfs_key key; local [all …]
|
D | relocation.c | 143 struct btrfs_key key; member 586 struct btrfs_key key; in read_fs_root() local 625 struct btrfs_key key; in find_inline_backref() local 695 struct btrfs_key key; local 1631 struct btrfs_key key; local 1768 struct btrfs_key key; local 2091 struct btrfs_key *key) 2116 struct btrfs_key key; local 2639 struct btrfs_key *key, 2777 struct btrfs_key key; local [all …]
|
D | volumes.c | 1089 struct btrfs_key key; in btrfs_account_dev_extents_size() local 1249 struct btrfs_key key; in find_free_dev_extent_start() local 1422 struct btrfs_key key; in btrfs_free_dev_extent() local 1483 struct btrfs_key key; in btrfs_alloc_dev_extent() local 1539 struct btrfs_key key; in find_next_devid() local 1585 struct btrfs_key key; in btrfs_add_device() local 1654 struct btrfs_key key; in btrfs_rm_dev_item() local 2176 struct btrfs_key key; in btrfs_finish_sprout() local 2566 struct btrfs_key key; in btrfs_update_device() local 2650 struct btrfs_key key; in btrfs_free_chunk() local [all …]
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib_crypt_wep.c | 28 u8 key[WEP_KEY_LEN + 1]; member 98 u8 key[WEP_KEY_LEN + 3]; in prism2_wep_encrypt() local 172 u8 key[WEP_KEY_LEN + 3]; in prism2_wep_decrypt() local 224 static int prism2_wep_set_key(void *key, int len, u8 *seq, void *priv) in prism2_wep_set_key() 238 static int prism2_wep_get_key(void *key, int len, u8 *seq, void *priv) in prism2_wep_get_key()
|
D | rtllib_crypt_ccmp.c | 35 u8 key[CCMP_TK_LEN]; member 188 struct rtllib_ccmp_data *key = priv; in rtllib_ccmp_encrypt() local 261 struct rtllib_ccmp_data *key = priv; in rtllib_ccmp_decrypt() local 358 static int rtllib_ccmp_set_key(void *key, int len, u8 *seq, void *priv) in rtllib_ccmp_set_key() 389 static int rtllib_ccmp_get_key(void *key, int len, u8 *seq, void *priv) in rtllib_ccmp_get_key()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 480 unsigned int bits, const void *key, struct cfs_hash_bd *bd) in cfs_hash_bd_from_key() 491 cfs_hash_bd_get(struct cfs_hash *hs, const void *key, struct cfs_hash_bd *bd) in cfs_hash_bd_get() 628 const void *key, struct hlist_node *hnode, in cfs_hash_bd_lookup_intent() 668 cfs_hash_bd_lookup_locked(struct cfs_hash *hs, struct cfs_hash_bd *bd, const void *key) in cfs_hash_bd_lookup_locked() 676 cfs_hash_bd_peek_locked(struct cfs_hash *hs, struct cfs_hash_bd *bd, const void *key) in cfs_hash_bd_peek_locked() 685 const void *key, struct hlist_node *hnode, in cfs_hash_bd_findadd_locked() 696 const void *key, struct hlist_node *hnode) in cfs_hash_bd_finddel_locked() 744 unsigned n, const void *key) in cfs_hash_multi_bd_lookup_locked() 760 struct cfs_hash_bd *bds, unsigned n, const void *key, in cfs_hash_multi_bd_findadd_locked() 791 unsigned n, const void *key, in cfs_hash_multi_bd_finddel_locked() [all …]
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_wep.c | 32 u8 key[WEP_KEY_LEN + 1]; member 91 u8 key[WEP_KEY_LEN + 3]; in prism2_wep_encrypt() local 161 u8 key[WEP_KEY_LEN + 3]; in prism2_wep_decrypt() local 214 static int prism2_wep_set_key(void *key, int len, u8 *seq, void *priv) in prism2_wep_set_key() 228 static int prism2_wep_get_key(void *key, int len, u8 *seq, void *priv) in prism2_wep_get_key()
|
D | ieee80211_crypt_ccmp.c | 39 u8 key[CCMP_TK_LEN]; member 196 struct ieee80211_ccmp_data *key = priv; in ieee80211_ccmp_encrypt() local 270 struct ieee80211_ccmp_data *key = priv; in ieee80211_ccmp_decrypt() local 370 static int ieee80211_ccmp_set_key(void *key, int len, u8 *seq, void *priv) in ieee80211_ccmp_set_key() 401 static int ieee80211_ccmp_get_key(void *key, int len, u8 *seq, void *priv) in ieee80211_ccmp_get_key()
|
/linux-4.4.14/drivers/sfi/ |
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
|
D | sfi_core.c | 200 struct sfi_table_key *key) in sfi_table_check_key() 231 __ref sfi_check_table(u64 pa, struct sfi_table_key *key) in sfi_check_table() 259 struct sfi_table_header *sfi_get_table(struct sfi_table_key *key) in sfi_get_table() 284 struct sfi_table_key key; in sfi_table_parse() local 313 struct sfi_table_key key = SFI_ANY_KEY; in sfi_parse_syst() local 396 struct sfi_table_key key; in sfi_table_show() local
|
/linux-4.4.14/scripts/kconfig/ |
D | nconf.c | 301 function_key key; member 386 static void handle_f1(int *key, struct menu *current_item) in handle_f1() 394 static void handle_f2(int *key, struct menu *current_item) in handle_f2() 401 static void handle_f3(int *key, struct menu *current_item) in handle_f3() 410 static void handle_f4(int *key, struct menu *current_item) in handle_f4() 426 static void handle_f5(int *key, struct menu *current_item) in handle_f5() 433 static void handle_f6(int *key, struct menu *current_item) in handle_f6() 440 static void handle_f7(int *key, struct menu *current_item) in handle_f7() 447 static void handle_f8(int *key, struct menu *current_item) in handle_f8() 454 static void handle_f9(int *key, struct menu *current_item) in handle_f9() [all …]
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_devinfo.c | 32 int key; /* unique numeric identifier */ member 268 static struct scsi_dev_info_list_table *scsi_devinfo_lookup_by_key(int key) in scsi_devinfo_lookup_by_key() 357 char *strflags, int flags, int key) in scsi_dev_info_list_add_keyed() 408 const char *model, int key) in scsi_dev_info_list_find() 485 int scsi_dev_info_list_del_keyed(char *vendor, char *model, int key) in scsi_dev_info_list_del_keyed() 587 int key) in scsi_get_device_flags_keyed() 774 int scsi_dev_info_add_list(int key, const char *name) in scsi_dev_info_add_list() 806 int scsi_dev_info_remove_list(int key) in scsi_dev_info_remove_list()
|
/linux-4.4.14/drivers/crypto/ |
D | padlock-aes.c | 108 const __le32 *key = (const __le32 *)in_key; in aes_set_key() local 190 static inline void rep_xcrypt_ecb(const u8 *input, u8 *output, void *key, in rep_xcrypt_ecb() 198 static inline u8 *rep_xcrypt_cbc(const u8 *input, u8 *output, void *key, in rep_xcrypt_cbc() 207 static void ecb_crypt_copy(const u8 *in, u8 *out, u32 *key, in ecb_crypt_copy() 221 static u8 *cbc_crypt_copy(const u8 *in, u8 *out, u32 *key, in cbc_crypt_copy() 235 static inline void ecb_crypt(const u8 *in, u8 *out, u32 *key, in ecb_crypt() 249 static inline u8 *cbc_crypt(const u8 *in, u8 *out, u32 *key, in cbc_crypt() 259 static inline void padlock_xcrypt_ecb(const u8 *input, u8 *output, void *key, in padlock_xcrypt_ecb() 279 static inline u8 *padlock_xcrypt_cbc(const u8 *input, u8 *output, void *key, in padlock_xcrypt_cbc()
|
/linux-4.4.14/arch/powerpc/boot/ |
D | planetcore.c | 41 const char *planetcore_get_key(const char *table, const char *key) in planetcore_get_key() 55 int planetcore_get_decimal(const char *table, const char *key, u64 *val) in planetcore_get_decimal() 65 int planetcore_get_hex(const char *table, const char *key, u64 *val) in planetcore_get_hex()
|
/linux-4.4.14/net/ceph/ |
D | crypto.c | 25 int ceph_crypto_key_encode(struct ceph_crypto_key *key, void **p, void *end) in ceph_crypto_key_encode() 37 int ceph_crypto_key_decode(struct ceph_crypto_key *key, void **p, void *end) in ceph_crypto_key_decode() 55 int ceph_crypto_key_unarmor(struct ceph_crypto_key *key, const char *inkey) in ceph_crypto_key_unarmor() 159 static int ceph_aes_encrypt(const void *key, int key_len, in ceph_aes_encrypt() 218 static int ceph_aes_encrypt2(const void *key, int key_len, void *dst, in ceph_aes_encrypt2() 281 static int ceph_aes_decrypt(const void *key, int key_len, in ceph_aes_decrypt() 345 static int ceph_aes_decrypt2(const void *key, int key_len, in ceph_aes_decrypt2() 557 static void ceph_key_destroy(struct key *key) in ceph_key_destroy()
|
D | crypto.h | 14 void *key; member 17 static inline void ceph_crypto_key_destroy(struct ceph_crypto_key *key) in ceph_crypto_key_destroy()
|
/linux-4.4.14/net/rxrpc/ |
D | ar-key.c | 862 static void rxrpc_destroy(struct key *key) in rxrpc_destroy() 870 static void rxrpc_destroy_s(struct key *key) in rxrpc_destroy_s() 881 static void rxrpc_describe(const struct key *key, struct seq_file *m) in rxrpc_describe() 891 struct key *key; in rxrpc_request_key() local 928 struct key *key; in rxrpc_server_keyring() local 968 struct key *key; in rxrpc_get_server_data_key() local 1022 struct key *key; in rxrpc_get_null_key() local 1046 static long rxrpc_read(const struct key *key, in rxrpc_read()
|
D | ar-security.c | 128 struct key *key = conn->key; in rxrpc_init_client_conn_security() local 168 struct key *key; in rxrpc_init_server_conn_security() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_dev.c | 121 struct lu_context_key *key) in osc_key_init() 132 struct lu_context_key *key, void *data) in osc_key_fini() 146 struct lu_context_key *key) in osc_session_init() 157 struct lu_context_key *key, void *data) in osc_session_fini()
|
/linux-4.4.14/drivers/firewire/ |
D | core-device.c | 54 int fw_csr_iterator_next(struct fw_csr_iterator *ci, int *key, int *value) in fw_csr_iterator_next() 66 int last_key = 0, key, value; in search_leaf() local 123 int fw_csr_string(const u32 *directory, int key, char *buf, size_t size) in fw_csr_string() 136 int key, value; in get_ids() local 258 u32 key; member 268 int key, value, ret = -ENOENT; in show_immediate() local 290 #define IMMEDIATE_ATTR(name, key) \ argument 332 #define TEXT_LEAF_ATTR(name, key) \ argument 437 int key, value; in units_sprintf() local 461 int key, value, i = 0; in units_show() local [all …]
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch_user.h | 49 __u64 key; member 55 __u64 key; member 63 __u64 key; member
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
D | p80211wep.c | 122 int wep_change_key(wlandevice_t *wlandev, int keynum, u8 *key, int keylen) in wep_change_key() 150 u8 s[256], key[64], c_crc[4]; in wep_decrypt() local 223 u8 s[256], key[64]; in wep_encrypt() local
|
/linux-4.4.14/fs/reiserfs/ |
D | prints.c | 17 static char *reiserfs_cpu_offset(struct cpu_key *key) in reiserfs_cpu_offset() 31 static char *le_offset(struct reiserfs_key *key) in le_offset() 48 static char *cpu_type(struct cpu_key *key) in cpu_type() 61 static char *le_type(struct reiserfs_key *key) in le_type() 79 static void sprintf_le_key(char *buf, struct reiserfs_key *key) in sprintf_le_key() 90 static void sprintf_cpu_key(char *buf, struct cpu_key *key) in sprintf_cpu_key() 425 struct reiserfs_key *key; in print_internal() local
|
D | item_ops.c | 24 static void sd_decrement_key(struct cpu_key *key) in sd_decrement_key() 31 static int sd_is_left_mergeable(struct reiserfs_key *key, unsigned long bsize) in sd_is_left_mergeable() 128 static void direct_decrement_key(struct cpu_key *key) in direct_decrement_key() 135 static int direct_is_left_mergeable(struct reiserfs_key *key, in direct_is_left_mergeable() 219 static void indirect_decrement_key(struct cpu_key *key) in indirect_decrement_key() 227 static int indirect_is_left_mergeable(struct reiserfs_key *key, in indirect_is_left_mergeable() 364 static void direntry_decrement_key(struct cpu_key *key) in direntry_decrement_key() 371 static int direntry_is_left_mergeable(struct reiserfs_key *key, in direntry_is_left_mergeable() 651 static void errcatch_decrement_key(struct cpu_key *key) in errcatch_decrement_key() 657 static int errcatch_is_left_mergeable(struct reiserfs_key *key, in errcatch_is_left_mergeable()
|
D | inode.c | 110 static void _make_cpu_key(struct cpu_key *key, int version, __u32 dirid, in _make_cpu_key() 126 void make_cpu_key(struct cpu_key *key, struct inode *inode, loff_t offset, in make_cpu_key() 136 inline void make_le_item_head(struct item_head *ih, const struct cpu_key *key, in make_le_item_head() 288 struct cpu_key key; in _get_block_create_0() local 664 struct cpu_key key; in reiserfs_get_block() local 1450 struct cpu_key key; in reiserfs_update_sd_size() local 1546 struct cpu_key key; in reiserfs_read_locked_inode() local 1642 struct inode *reiserfs_iget(struct super_block *s, const struct cpu_key *key) in reiserfs_iget() 1675 struct cpu_key key; in reiserfs_get_dentry() local 1812 struct cpu_key key; in reiserfs_new_directory() local [all …]
|
D | ibalance.c | 212 struct reiserfs_key *key; in internal_delete_pointers_items() local 311 struct reiserfs_key *key; in internal_copy_pointers_items() local 437 struct reiserfs_key *key; in internal_insert_key() local 760 static void replace_lkey(struct tree_balance *tb, int h, struct item_head *key) in replace_lkey() 775 static void replace_rkey(struct tree_balance *tb, int h, struct item_head *key) in replace_rkey()
|
/linux-4.4.14/drivers/staging/speakup/ |
D | keyhelp.c | 65 u_short *p_key = key_data, key; in build_key_data() local 113 static void say_key(int key) in say_key() 145 int spk_handle_help(struct vc_data *vc, u_char type, u_char ch, u_short key) in spk_handle_help()
|
/linux-4.4.14/arch/arm64/crypto/ |
D | ghash-ce-glue.c | 56 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_update() local 88 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_final() local 106 struct ghash_key *key = crypto_shash_ctx(tfm); in ghash_setkey() local
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | 8250_fintek.c | 46 u8 key; member 50 static int fintek_8250_enter_key(u16 base_port, u8 key) in fintek_8250_enter_key() 141 static int fintek_8250_base_port(u16 io_address, u8 *key, u8 *index) in fintek_8250_base_port() 188 u8 key; in fintek_8250_probe() local
|
/linux-4.4.14/drivers/target/iscsi/ |
D | iscsi_target_parameters.c | 665 char *key, in iscsi_find_param_from_key() 684 int iscsi_extract_key_value(char *textbuf, char **key, char **value) in iscsi_extract_key_value() 716 char *key, in iscsi_add_notunderstood_response() 745 static int iscsi_check_for_auth_key(char *key) in iscsi_check_for_auth_key() 1199 char *key, in __iscsi_check_key() 1233 char *key, in iscsi_check_key() 1382 char *key, *value; in iscsi_decode_text_input() local 1518 char *key = NULL, *value = NULL; in iscsi_change_param_value() local
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
D | mthca_mr.c | 53 __be32 key; member 390 static inline u32 tavor_key_to_hw_index(u32 key) in tavor_key_to_hw_index() 400 static inline u32 arbel_key_to_hw_index(u32 key) in arbel_key_to_hw_index() 413 static inline u32 key_to_hw_index(struct mthca_dev *dev, u32 key) in key_to_hw_index() 421 static inline u32 adjust_key(struct mthca_dev *dev, u32 key) in adjust_key() 434 u32 key; in mthca_mr_alloc() local 573 u32 key, idx; in mthca_fmr_alloc() local 723 u32 key; in mthca_tavor_map_phys_fmr() local 763 u32 key; in mthca_arbel_map_phys_fmr() local
|
/linux-4.4.14/arch/s390/crypto/ |
D | ghash_s390.c | 20 u8 key[GHASH_BLOCK_SIZE]; member 25 u8 key[GHASH_BLOCK_SIZE]; member 42 const u8 *key, unsigned int keylen) in ghash_setkey()
|
D | des_s390.c | 33 u8 key[DES3_KEY_SIZE]; member 36 static int des_setkey(struct crypto_tfm *tfm, const u8 *key, in des_setkey() 87 u8 *key, struct blkcipher_walk *walk) in ecb_desall_crypt() 117 u8 key[DES3_KEY_SIZE]; in cbc_desall_crypt() member 240 static int des3_setkey(struct crypto_tfm *tfm, const u8 *key, in des3_setkey()
|
/linux-4.4.14/security/integrity/ |
D | digsig_asymmetric.c | 28 struct key *key; in request_asymmetric_key() local 72 struct key *key; in asymmetric_verify() local
|
/linux-4.4.14/net/dns_resolver/ |
D | dns_key.c | 179 static bool dns_resolver_cmp(const struct key *key, in dns_resolver_cmp() 224 static void dns_resolver_describe(const struct key *key, struct seq_file *m) in dns_resolver_describe() 241 static long dns_resolver_read(const struct key *key, in dns_resolver_read()
|
/linux-4.4.14/drivers/hwmon/ |
D | applesmc.c | 122 char key[5]; /* four-letter key code */ member 221 static int send_argument(const char *key) in send_argument() 231 static int read_smc(u8 cmd, const char *key, u8 *buffer, u8 len) in read_smc() 269 static int write_smc(u8 cmd, const char *key, const u8 *buffer, u8 len) in write_smc() 343 u8 key[4], info[6]; in applesmc_get_entry_by_index() local 375 static int applesmc_get_lower_bound(unsigned int *lo, const char *key) in applesmc_get_lower_bound() 397 static int applesmc_get_upper_bound(unsigned int *hi, const char *key) in applesmc_get_upper_bound() 419 static const struct applesmc_entry *applesmc_get_entry_by_key(const char *key) in applesmc_get_entry_by_key() 436 static int applesmc_read_key(const char *key, u8 *buffer, u8 len) in applesmc_read_key() 447 static int applesmc_write_key(const char *key, const u8 *buffer, u8 len) in applesmc_write_key() [all …]
|
/linux-4.4.14/fs/xfs/ |
D | xfs_mru_cache.c | 431 unsigned long key, in xfs_mru_cache_insert() 465 unsigned long key) in xfs_mru_cache_remove() 489 unsigned long key) in xfs_mru_cache_delete() 521 unsigned long key) in xfs_mru_cache_lookup()
|
/linux-4.4.14/net/ipv4/ |
D | fib_trie.c | 99 t_key key; member 194 #define get_cindex(key, kv) (((key) ^ (kv)->key) >> (kv)->pos) argument 196 static inline unsigned long get_index(t_key key, struct key_vector *kv) in get_index() 327 static struct key_vector *leaf_new(t_key key, struct fib_alias *fa) in leaf_new() 350 static struct key_vector *tnode_new(t_key key, int pos, int bits) in tnode_new() 442 static inline void put_child_root(struct key_vector *tp, t_key key, in put_child_root() 919 struct key_vector **tp, u32 key) in fib_find_node() 996 struct fib_alias *new, t_key key) in fib_insert_node() 1046 struct fib_alias *fa, t_key key) in fib_insert_alias() 1091 u32 key; in fib_table_insert() local [all …]
|
D | tcp_cong.c | 51 struct tcp_congestion_ops *tcp_ca_find_key(u32 key) in tcp_ca_find_key() 120 u32 key = TCP_CA_UNSPEC; in tcp_ca_get_key_by_name() local 136 char *tcp_ca_get_name_by_key(u32 key, char *buffer) in tcp_ca_get_name_by_key()
|
/linux-4.4.14/tools/perf/ui/tui/ |
D | util.c | 29 int key; in popup_menu__run() local 75 int x, y, len, key; in ui_browser__input_window() local 231 int key; in __ui__warning() local
|
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.c | 88 DBT key; in symbol_delete() local 149 DBT key; in symtable_close() local 170 DBT key; in symtable_get() local 479 DBT key; in symtable_dump() local
|
/linux-4.4.14/arch/arm/crypto/ |
D | ghash-ce-glue.c | 63 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_update() local 95 struct ghash_key *key = crypto_shash_ctx(desc->tfm); in ghash_final() local 112 struct ghash_key *key = crypto_shash_ctx(tfm); in ghash_setkey() local 229 static int ghash_async_setkey(struct crypto_ahash *tfm, const u8 *key, in ghash_async_setkey()
|
/linux-4.4.14/tools/perf/ |
D | builtin-kvm.c | 38 struct event_key *key) in exit_event_get_key() 50 struct perf_sample *sample, struct event_key *key) in exit_event_begin() 88 struct event_key *key, in exit_event_decode_key() 150 static int kvm_events_hash_fn(u64 key) in kvm_events_hash_fn() 180 static struct kvm_event *kvm_alloc_init_event(struct event_key *key) in kvm_alloc_init_event() 196 struct event_key *key) in find_create_kvm_event() 219 struct event_key *key, u64 timestamp) in handle_begin_event() 267 struct event_key *key) in is_child_event() 288 struct event_key *key, in handle_child_event() 314 struct event_key *key, in handle_end_event() [all …]
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | ehca_cq.c | 58 unsigned int key = qp_num & (QP_HASHTAB_LEN-1); in ehca_cq_assign_qp() local 74 unsigned int key = real_qp_num & (QP_HASHTAB_LEN-1); in ehca_cq_unassign_qp() local 103 unsigned int key = real_qp_num & (QP_HASHTAB_LEN-1); in ehca_cq_get_qp() local
|
/linux-4.4.14/drivers/char/agp/ |
D | compat_ioctl.h | 71 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
|
/linux-4.4.14/fs/cifs/ |
D | cifs_spnego.c | 34 cifs_spnego_key_instantiate(struct key *key, struct key_preparsed_payload *prep) in cifs_spnego_key_instantiate() 53 cifs_spnego_key_destroy(struct key *key) in cifs_spnego_key_destroy()
|
/linux-4.4.14/tools/perf/util/ |
D | pstack.c | 38 void pstack__remove(struct pstack *pstack, void *key) in pstack__remove() 55 void pstack__push(struct pstack *pstack, void *key) in pstack__push()
|
/linux-4.4.14/drivers/staging/vt6655/ |
D | key.c | 45 struct ieee80211_key_conf *key, u32 key_type, u32 mode, in vnt_set_keymode() 114 struct ieee80211_vif *vif, struct ieee80211_key_conf *key) in vnt_set_keys()
|
/linux-4.4.14/drivers/md/persistent-data/ |
D | dm-btree.c | 41 static int bsearch(struct btree_node *n, uint64_t key, int want_hi) in bsearch() 61 int lower_bound(struct btree_node *n, uint64_t key) in lower_bound() 66 static int upper_bound(struct btree_node *n, uint64_t key) in upper_bound() 86 uint64_t key, void *value) in insert_at() 339 static int btree_lookup_raw(struct ro_spine *s, dm_block_t block, uint64_t key, in btree_lookup_raw() 415 uint64_t key, uint64_t *rkey, void *value_le) in dm_btree_lookup_next_single() 521 uint64_t key) in btree_split_sibling() 608 static int btree_split_beneath(struct shadow_spine *s, uint64_t key) in btree_split_beneath() 696 uint64_t key, unsigned *index) in btree_insert_raw()
|
/linux-4.4.14/security/integrity/ima/ |
D | ima_queue.c | 50 unsigned int key; in ima_lookup_digest_entry() local 74 unsigned int key; in ima_add_digest_entry() local
|
/linux-4.4.14/drivers/staging/vt6656/ |
D | key.c | 51 struct ieee80211_key_conf *key, u32 key_type, u32 mode, in vnt_set_keymode() 122 struct ieee80211_vif *vif, struct ieee80211_key_conf *key) in vnt_set_keys()
|
/linux-4.4.14/net/sctp/ |
D | auth.c | 61 void sctp_auth_key_put(struct sctp_auth_bytes *key) in sctp_auth_key_put() 75 struct sctp_auth_bytes *key; in sctp_auth_create_key() local 431 struct sctp_shared_key *key; in sctp_auth_get_shkey() local 828 struct sctp_auth_bytes *key; in sctp_auth_set_key() local 886 struct sctp_shared_key *key; in sctp_auth_set_active_key() local 919 struct sctp_shared_key *key; in sctp_auth_del_key_id() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 446 struct lu_cdebug_data *key; in lu_cdebug_printer() local 867 const void *key, unsigned mask) in lu_obj_hop_hash() 898 static int lu_obj_hop_keycmp(const void *key, struct hlist_node *hnode) in lu_obj_hop_keycmp() 1287 int lu_context_key_register(struct lu_context_key *key) in lu_context_key_register() 1317 struct lu_context_key *key; in key_fini() local 1341 void lu_context_key_degister(struct lu_context_key *key) in lu_context_key_degister() 1369 struct lu_context_key *key = k; in lu_context_key_register_many() local 1448 const struct lu_context_key *key) in lu_context_key_get() 1467 void lu_context_key_quiesce(struct lu_context_key *key) in lu_context_key_quiesce() 1489 void lu_context_key_revive(struct lu_context_key *key) in lu_context_key_revive() [all …]
|
/linux-4.4.14/net/rds/ |
D | bind.c | 60 u64 key = ((u64)addr << 32) | port; in rds_find_bound() local 80 u64 key; in rds_add_bound() local
|
/linux-4.4.14/drivers/md/ |
D | dm-bio-prison.c | 74 static void __setup_new_cell(struct dm_cell_key *key, in __setup_new_cell() 108 struct dm_cell_key *key, in __bio_detain() 145 struct dm_cell_key *key, in bio_detain() 161 struct dm_cell_key *key, in dm_bio_detain() 171 struct dm_cell_key *key, in dm_get_cell()
|
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_hash.h | 461 cfs_hash_id(struct cfs_hash *hs, const void *key, unsigned mask) in cfs_hash_id() 473 cfs_hash_keycpy(struct cfs_hash *hs, struct hlist_node *hnode, void *key) in cfs_hash_keycpy() 483 cfs_hash_keycmp(struct cfs_hash *hs, const void *key, struct hlist_node *hnode) in cfs_hash_keycmp() 556 cfs_hash_bd_get_and_lock(struct cfs_hash *hs, const void *key, in cfs_hash_bd_get_and_lock() 664 cfs_hash_dual_bd_get_and_lock(struct cfs_hash *hs, const void *key, in cfs_hash_dual_bd_get_and_lock() 750 cfs_hash_key_validate(struct cfs_hash *hs, const void *key, in cfs_hash_key_validate() 771 cfs_hash_key_validate(struct cfs_hash *hs, const void *key, in cfs_hash_key_validate() 820 cfs_hash_djb2_hash(const void *key, size_t size, unsigned mask) in cfs_hash_djb2_hash() 836 cfs_hash_u32_hash(const __u32 key, unsigned mask) in cfs_hash_u32_hash() 845 cfs_hash_u64_hash(const __u64 key, unsigned mask) in cfs_hash_u64_hash()
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | qat_algs.c | 448 const uint8_t *key, unsigned int keylen) in qat_alg_ablkcipher_init_com() 468 int alg, const uint8_t *key, in qat_alg_ablkcipher_init_enc() 481 int alg, const uint8_t *key, in qat_alg_ablkcipher_init_dec() 530 static int qat_alg_aead_init_sessions(struct crypto_aead *tfm, const u8 *key, in qat_alg_aead_init_sessions() 557 const uint8_t *key, in qat_alg_ablkcipher_init_sessions() 574 static int qat_alg_aead_setkey(struct crypto_aead *tfm, const uint8_t *key, in qat_alg_aead_setkey() 902 const u8 *key, unsigned int keylen, in qat_alg_ablkcipher_setkey() 963 const u8 *key, unsigned int keylen) in qat_alg_ablkcipher_cbc_setkey() 970 const u8 *key, unsigned int keylen) in qat_alg_ablkcipher_ctr_setkey() 977 const u8 *key, unsigned int keylen) in qat_alg_ablkcipher_xts_setkey()
|
/linux-4.4.14/include/net/sctp/ |
D | auth.h | 65 struct sctp_auth_bytes *key; member 74 static inline void sctp_auth_key_hold(struct sctp_auth_bytes *key) in sctp_auth_key_hold()
|
/linux-4.4.14/fs/btrfs/tests/ |
D | qgroup-tests.c | 93 struct btrfs_key key; in add_tree_ref() local 143 struct btrfs_key key; in remove_extent_item() local 177 struct btrfs_key key; in remove_extent_ref() local
|
/linux-4.4.14/drivers/hid/ |
D | hid-appleir.c | 150 int key = (data >> 1) & KEY_MASK; in get_key() local 159 static void key_up(struct hid_device *hid, struct appleir *appleir, int key) in key_up() 165 static void key_down(struct hid_device *hid, struct appleir *appleir, int key) in key_down()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-crypto.c | 41 struct hash_desc *desc, unsigned char *key, in cfs_crypto_hash_alloc() 94 unsigned char *key, unsigned int key_len, in cfs_crypto_hash_digest() 126 unsigned char *key, unsigned int key_len) in cfs_crypto_hash_init()
|
D | linux-crypto-adler.c | 47 u32 *key = crypto_tfm_ctx(tfm); in adler32_cra_init() local 54 static int adler32_setkey(struct crypto_shash *hash, const u8 *key, in adler32_setkey()
|
/linux-4.4.14/drivers/crypto/nx/ |
D | nx_csbcpb.h | 6 u8 key[32]; member 12 u8 key[32]; member 20 u8 key[32]; member 32 u8 key[32]; member 43 u8 key[32]; member 52 u8 key[16]; member 62 u8 key[16]; member 73 u8 key[16]; member
|
/linux-4.4.14/net/sched/ |
D | cls_flower.c | 45 struct fl_flow_key key; member 66 struct fl_flow_key key; member 94 static void *fl_key_get_start(struct fl_flow_key *key, in fl_key_get_start() 100 static void fl_set_masked_key(struct fl_flow_key *mkey, struct fl_flow_key *key, in fl_set_masked_key() 112 static void fl_clear_masked_range(struct fl_flow_key *key, in fl_clear_masked_range() 237 struct fl_flow_key *key, struct fl_flow_key *mask) in fl_set_key() 577 struct fl_flow_key *key, *mask; in fl_dump() local
|
/linux-4.4.14/drivers/net/wireless/ath/ |
D | key.c | 339 static int ath_setkey_tkip(struct ath_common *common, u16 keyix, const u8 *key, in ath_setkey_tkip() 476 struct ieee80211_key_conf *key) in ath_key_config() 584 void ath_key_delete(struct ath_common *common, struct ieee80211_key_conf *key) in ath_key_delete()
|
/linux-4.4.14/fs/hpfs/ |
D | ea.c | 73 int hpfs_read_ea(struct super_block *s, struct fnode *fnode, char *key, in hpfs_read_ea() 129 char *hpfs_get_ea(struct super_block *s, struct fnode *fnode, char *key, int *size) in hpfs_get_ea() 189 void hpfs_set_ea(struct inode *inode, struct fnode *fnode, const char *key, in hpfs_set_ea()
|
/linux-4.4.14/drivers/crypto/marvell/ |
D | cipher.c | 22 u8 key[DES_KEY_SIZE]; member 27 u8 key[DES3_EDE_KEY_SIZE]; member 227 static int mv_cesa_aes_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in mv_cesa_aes_setkey() 252 static int mv_cesa_des_setkey(struct crypto_ablkcipher *cipher, const u8 *key, in mv_cesa_des_setkey() 277 const u8 *key, unsigned int len) in mv_cesa_des3_ede_setkey() 669 u32 *key; in mv_cesa_aes_op() local
|
/linux-4.4.14/arch/x86/crypto/ |
D | camellia_glue.c | 998 static void camellia_setup128(const unsigned char *key, u64 *subkey) in camellia_setup128() 1104 static void camellia_setup256(const unsigned char *key, u64 *subkey) in camellia_setup256() 1237 static void camellia_setup192(const unsigned char *key, u64 *subkey) in camellia_setup192() 1249 int __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key, in __camellia_setkey() 1440 int lrw_camellia_setkey(struct crypto_tfm *tfm, const u8 *key, in lrw_camellia_setkey() 1499 int xts_camellia_setkey(struct crypto_tfm *tfm, const u8 *key, in xts_camellia_setkey()
|
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00crypto.c | 30 enum cipher rt2x00crypto_key_to_cipher(struct ieee80211_key_conf *key) in rt2x00crypto_key_to_cipher() 78 struct ieee80211_key_conf *key = tx_info->control.hw_key; in rt2x00crypto_tx_overhead() local
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | gss_krb5_seqnum.c | 76 struct crypto_blkcipher *key, in krb5_make_seq_num() 145 struct crypto_blkcipher *key = kctx->seq; in krb5_get_seq_num() local
|
D | gss_krb5_keys.c | 264 struct xdr_netobj *key) in gss_krb5_des3_make_key() 304 struct xdr_netobj *key) in gss_krb5_aes_make_key()
|
/linux-4.4.14/drivers/s390/cio/ |
D | device_ops.c | 185 unsigned long intparm, __u8 lpm, __u8 key, in ccw_device_start_key() 265 unsigned long intparm, __u8 lpm, __u8 key, in ccw_device_start_timeout_key() 502 unsigned long intparm, u8 lpm, u8 key) in ccw_device_tm_start_key() 548 unsigned long intparm, u8 lpm, u8 key, in ccw_device_tm_start_timeout_key()
|
D | orb.h | 19 u32 key:4; /* flags, like key, suspend control, etc. */ member 44 u32 key:4; member 67 u32 key:4; member
|
/linux-4.4.14/net/decnet/ |
D | dn_table.c | 61 #define dz_key_0(key) ((key).datum = 0) argument 75 #define DN_FIB_SCAN_KEY(f, fp, key) \ argument 86 static inline dn_fib_idx_t dn_hash(dn_fib_key_t key, struct dn_zone *dz) in dn_hash() 102 static inline struct dn_fib_node **dn_chain_p(dn_fib_key_t key, struct dn_zone *dz) in dn_chain_p() 107 static inline struct dn_fib_node *dz_chain(dn_fib_key_t key, struct dn_zone *dz) in dz_chain() 535 dn_fib_key_t key; in dn_fib_table_insert() local 670 dn_fib_key_t key; in dn_fib_table_delete() local
|
/linux-4.4.14/security/keys/encrypted-keys/ |
D | encrypted.c | 338 static int calc_hmac(u8 *digest, const u8 *key, unsigned int keylen, in calc_hmac() 404 static int init_blkcipher_desc(struct blkcipher_desc *desc, const u8 *key, in init_blkcipher_desc() 598 static struct encrypted_key_payload *encrypted_key_alloc(struct key *key, in encrypted_key_alloc() 776 static int encrypted_instantiate(struct key *key, in encrypted_instantiate() 838 static int encrypted_update(struct key *key, struct key_preparsed_payload *prep) in encrypted_update() 896 static long encrypted_read(const struct key *key, char __user *buffer, in encrypted_read() 960 static void encrypted_destroy(struct key *key) in encrypted_destroy()
|
/linux-4.4.14/include/uapi/linux/ |
D | agpgart.h | 92 int key; /* tag of allocation */ member 102 int key; /* tag of allocation */ member 107 int key; /* tag of allocation */ member
|
D | pr.h | 14 __u64 key; member 34 __u64 key; member
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_dev.c | 141 struct lu_context_key *key) in lov_key_init() 154 struct lu_context_key *key, void *data) in lov_key_fini() 169 struct lu_context_key *key) in lov_session_key_init() 180 struct lu_context_key *key, void *data) in lov_session_key_fini()
|
/linux-4.4.14/fs/ |
D | mbcache.c | 580 sector_t block, unsigned int key) in mb_cache_entry_insert() 720 struct block_device *bdev, unsigned int key) in __mb_cache_entry_find() 787 unsigned int key) in mb_cache_entry_find_first() 825 struct block_device *bdev, unsigned int key) in mb_cache_entry_find_next()
|
/linux-4.4.14/net/tipc/ |
D | name_table.c | 122 u32 key) in publ_create() 236 u32 node, u32 port, u32 key) in tipc_nameseq_insert_publ() 354 u32 ref, u32 key) in tipc_nameseq_remove_publ() 462 u32 node, u32 port, u32 key) in tipc_nametbl_insert_publ() 490 u32 key) in tipc_nametbl_remove_publ() 655 u32 key) in tipc_nametbl_publish() 688 u32 key) in tipc_nametbl_withdraw()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | connection.c | 164 conn_hashfn(struct cfs_hash *hs, const void *key, unsigned mask) in conn_hashfn() 170 conn_keycmp(const void *key, struct hlist_node *hnode) in conn_keycmp()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_alloc_btree.c | 207 union xfs_btree_key *key, in xfs_allocbt_init_key_from_rec() 218 union xfs_btree_key *key, in xfs_allocbt_init_rec_from_key() 254 union xfs_btree_key *key) in xfs_allocbt_key_diff()
|
D | xfs_ialloc_btree.c | 150 union xfs_btree_key *key, in xfs_inobt_init_key_from_rec() 158 union xfs_btree_key *key, in xfs_inobt_init_rec_from_key() 212 union xfs_btree_key *key) in xfs_inobt_key_diff()
|
/linux-4.4.14/fs/hfsplus/ |
D | catalog.c | 43 hfsplus_btree_key *key, u32 parent, struct qstr *str) in hfsplus_cat_build_key() 60 hfsplus_btree_key *key, u32 parent) in hfsplus_cat_build_key_with_cnid() 67 static void hfsplus_cat_build_key_uni(hfsplus_btree_key *key, u32 parent, in hfsplus_cat_build_key_uni()
|
/linux-4.4.14/arch/sparc/crypto/ |
D | camellia_glue.c | 92 const u64 *key; in __ecb_crypt() local 155 const u64 *key; in cbc_encrypt() local 194 const u64 *key; in cbc_decrypt() local
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_sysfs.c | 24 const char *key; member 281 static struct hda_hint *get_hint(struct hda_codec *codec, const char *key) in get_hint() 310 char *key, *val; in parse_hints() local 420 const char *snd_hda_get_hint(struct hda_codec *codec, const char *key) in snd_hda_get_hint() 436 int snd_hda_get_bool_hint(struct hda_codec *codec, const char *key) in snd_hda_get_bool_hint() 472 int snd_hda_get_int_hint(struct hda_codec *codec, const char *key, int *valp) in snd_hda_get_int_hint()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40e_common.c | 481 struct i40e_aqc_get_set_rss_key_data *key, in i40e_aq_get_set_rss_key() 521 struct i40e_aqc_get_set_rss_key_data *key) in i40evf_aq_get_rss_key() 536 struct i40e_aqc_get_set_rss_key_data *key) in i40evf_aq_set_rss_key()
|
/linux-4.4.14/drivers/crypto/vmx/ |
D | aesp8-ppc.h | 7 u8 key[AES_MAX_KEYLENGTH]; member
|