| /include/linux/ |
| A D | key.h | 178 struct key *key; member 195 struct key { struct 197 key_serial_t serial; /* key serial number */ argument 203 struct watch_list *watchers; /* Entities watching this key for changes */ argument 206 struct key_user *user; /* owner of this key */ argument 207 void *security; /* security data for this key */ argument 215 key_perm_t perm; /* access permissions */ argument 229 #define KEY_FLAG_DEAD 0 /* set if key type has been deleted */ argument 251 struct key_type *type; /* type of key */ argument 281 struct key_restriction *restrict_link; argument [all …]
|
| A D | siphash.h | 20 u64 key[2]; member 25 static inline bool siphash_key_is_zero(const siphash_key_t *key) in siphash_key_is_zero() 44 const siphash_key_t *key) in siphash_2u32() 49 const u32 d, const siphash_key_t *key) in siphash_4u32() 56 const siphash_key_t *key) in ___siphash_aligned() 82 const siphash_key_t *key) in siphash() 92 unsigned long key[2]; member 108 const hsiphash_key_t *key) in ___hsiphash_aligned() 132 const hsiphash_key_t *key) in hsiphash()
|
| A D | jump_label_ratelimit.h | 10 struct static_key key; member 16 struct static_key_true key; member 22 struct static_key_false key; member 65 struct static_key key; member 68 struct static_key_true key; member 71 struct static_key_false key; member 80 static inline void static_key_slow_dec_deferred(struct static_key_deferred *key) in static_key_slow_dec_deferred() 85 static inline void static_key_deferred_flush(void *key) in static_key_deferred_flush() 90 jump_label_rate_limit(struct static_key_deferred *key, in jump_label_rate_limit()
|
| A D | jump_label.h | 121 long key; // key may be far away from the core kernel under KASLR member 206 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() 211 static __always_inline bool static_key_true(struct static_key *key) in static_key_true() 260 static __always_inline int static_key_count(struct static_key *key) in static_key_count() 272 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() 279 static __always_inline bool static_key_true(struct static_key *key) in static_key_true() 304 static inline void static_key_slow_dec(struct static_key *key) in static_key_slow_dec() 321 static inline void static_key_enable(struct static_key *key) in static_key_enable() 332 static inline void static_key_disable(struct static_key *key) in static_key_disable() 366 struct static_key key; member [all …]
|
| A D | btree-128.h | 24 u64 key[2] = {k1, k2}; in btree_lookup128() local 31 u64 key[2] = {*k1, *k2}; in btree_get_prev128() local 44 u64 key[2] = {k1, k2}; in btree_insert128() local 52 u64 key[2] = {k1, k2}; in btree_update128() local 59 u64 key[2] = {k1, k2}; in btree_remove128() local 65 u64 key[2]; in btree_last128() local
|
| A D | rbtree.h | 329 rb_find(const void *key, const struct rb_root *tree, in rb_find() 330 int (*cmp)(const void *key, const struct rb_node *)) in rb_find() 360 rb_find_rcu(const void *key, const struct rb_root *tree, in rb_find_rcu() 361 int (*cmp)(const void *key, const struct rb_node *)) in rb_find_rcu() 388 rb_find_first(const void *key, const struct rb_root *tree, in rb_find_first() 389 int (*cmp)(const void *key, const struct rb_node *)) in rb_find_first() 418 rb_next_match(const void *key, struct rb_node *node, in rb_next_match() 419 int (*cmp)(const void *key, const struct rb_node *)) in rb_next_match() 434 #define rb_for_each(node, key, tree, cmp) \ argument
|
| A D | sysrq.h | 57 static inline void handle_sysrq(u8 key) in handle_sysrq() 61 static inline void __handle_sysrq(u8 key, bool check_mask) in __handle_sysrq() 65 static inline int register_sysrq_key(u8 key, const struct sysrq_key_op *op) in register_sysrq_key() 70 static inline int unregister_sysrq_key(u8 key, const struct sysrq_key_op *op) in unregister_sysrq_key()
|
| A D | hashtable.h | 60 #define hash_add(hashtable, node, key) \ argument 69 #define hash_add_rcu(hashtable, node, key) \ argument 165 #define hash_for_each_possible(name, obj, member, key) \ argument 176 #define hash_for_each_possible_rcu(name, obj, member, key, cond...) \ argument 191 #define hash_for_each_possible_rcu_notrace(name, obj, member, key) \ argument 204 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ argument
|
| A D | sed-opal-key.h | 19 int sed_read_key(char *keyname, char *key, u_int *keylen) { in sed_read_key() 23 int sed_write_key(char *keyname, char *key, u_int keylen) { in sed_write_key()
|
| A D | btree.h | 216 #define btree_for_each_safel(head, key, val) \ argument 227 #define btree_for_each_safe32(head, key, val) \ argument 239 #define btree_for_each_safe64(head, key, val) \ argument
|
| A D | lockdep.h | 140 struct lock_class_key *key, int subclass, u8 inner) in lockdep_init_map_wait() 146 struct lock_class_key *key, int subclass) in lockdep_init_map() 157 #define lockdep_set_class(lock, key) \ argument 163 #define lockdep_set_class_and_name(lock, key, name) \ argument 169 #define lockdep_set_class_and_subclass(lock, key, sub) \ argument 208 struct lock_class_key *key) in lockdep_match_key() 347 # define lockdep_init_map_wait(lock, name, key, sub, inner) \ argument 349 # define lockdep_init_map(lock, name, key, sub) \ argument 352 # define lockdep_set_class_and_name(lock, key, name) \ argument 354 #define lockdep_set_class_and_subclass(lock, key, sub) \ argument [all …]
|
| A D | rhashtable.h | 126 const void *key, const struct rhashtable_params params, in rht_key_get_hash() 157 const void *key, const struct rhashtable_params params) in rht_key_hashfn() 590 struct rhashtable *ht, const void *key, in __rhashtable_lookup() 643 struct rhashtable *ht, const void *key, in rhashtable_lookup() 666 struct rhashtable *ht, const void *key, in rhashtable_lookup_fast() 693 struct rhltable *hlt, const void *key, in rhltable_lookup() 706 struct rhashtable *ht, const void *key, struct rhash_head *obj, in __rhashtable_insert_fast() 884 const char *key = rht_obj(&hlt->ht, &list->rhead); in rhltable_insert() local 909 const char *key = rht_obj(ht, obj); in rhashtable_lookup_insert_fast() local 936 const char *key = rht_obj(ht, obj); in rhashtable_lookup_get_insert_fast() local [all …]
|
| A D | rbtree_latch.h | 106 __lt_find(void *key, struct latch_tree_root *ltr, int idx, in __lt_find() 107 int (*comp)(void *key, struct latch_tree_node *node)) in __lt_find() 202 latch_tree_find(void *key, struct latch_tree_root *root, in latch_tree_find()
|
| A D | bootconfig.h | 148 xbc_find_value(const char *key, struct xbc_node **vnode) in xbc_find_value() 160 static inline struct xbc_node * __init xbc_find_node(const char *key) in xbc_find_node() 235 #define xbc_node_for_each_array_value(node, key, anode, value) \ argument
|
| /include/crypto/internal/ |
| A D | des.h | 26 static inline int crypto_des_verify_key(struct crypto_tfm *tfm, const u8 *key) in crypto_des_verify_key() 55 static inline int des3_ede_verify_key(const u8 *key, unsigned int key_len, in des3_ede_verify_key() 92 const u8 *key) in crypto_des3_ede_verify_key() 100 const u8 *key) in verify_skcipher_des_key() 106 const u8 *key) in verify_skcipher_des3_key() 111 static inline int verify_aead_des_key(struct crypto_aead *tfm, const u8 *key, in verify_aead_des_key() 119 static inline int verify_aead_des3_key(struct crypto_aead *tfm, const u8 *key, in verify_aead_des3_key()
|
| A D | kdf_selftest.h | 14 unsigned char *key; member 26 const u8 *key, size_t keylen, in kdf_test()
|
| /include/net/ |
| A D | arp.h | 15 u32 key = *(const u32 *)pkey; in arp_hashfn() local 22 static inline struct neighbour *__ipv4_neigh_lookup_noref(struct net_device *dev, u32 key) in __ipv4_neigh_lookup_noref() 31 struct neighbour *__ipv4_neigh_lookup_noref(struct net_device *dev, u32 key) in __ipv4_neigh_lookup_noref() 37 static inline struct neighbour *__ipv4_neigh_lookup(struct net_device *dev, u32 key) in __ipv4_neigh_lookup() 50 static inline void __ipv4_confirm_neigh(struct net_device *dev, u32 key) in __ipv4_confirm_neigh()
|
| A D | tcp_ao.h | 38 u8 key[TCP_AO_MAXKEYLEN] __tcp_ao_key_align; member 55 static inline u8 *rcv_other_key(struct tcp_ao_key *key) in rcv_other_key() 60 static inline u8 *snd_other_key(struct tcp_ao_key *key) in snd_other_key() 65 static inline int tcp_ao_maclen(const struct tcp_ao_key *key) in tcp_ao_maclen() 71 static inline int tcp_ao_len(const struct tcp_ao_key *key) in tcp_ao_len() 76 static inline int tcp_ao_len_aligned(const struct tcp_ao_key *key) in tcp_ao_len_aligned() 81 static inline unsigned int tcp_ao_digest_size(struct tcp_ao_key *key) in tcp_ao_digest_size() 86 static inline int tcp_ao_sizeof_key(const struct tcp_ao_key *key) in tcp_ao_sizeof_key() 268 struct tcp_ao_key *key, struct tcphdr *th, in tcp_ao_transmit_skb()
|
| A D | flow_offload.h | 12 void *key; member 16 struct flow_dissector_key_meta *key, *mask; member 20 struct flow_dissector_key_basic *key, *mask; member 24 struct flow_dissector_key_control *key, *mask; member 32 struct flow_dissector_key_vlan *key, *mask; member 36 struct flow_dissector_key_arp *key, *mask; member 48 struct flow_dissector_key_ip *key, *mask; member 60 struct flow_dissector_key_icmp *key, *mask; member 64 struct flow_dissector_key_tcp *key, *mask; member 72 struct flow_dissector_key_mpls *key, *mask; member [all …]
|
| /include/keys/ |
| A D | user-type.h | 46 static inline const struct user_key_payload *user_key_payload_rcu(const struct key *key) in user_key_payload_rcu() 51 static inline struct user_key_payload *user_key_payload_locked(const struct key *key) in user_key_payload_locked()
|
| A D | asymmetric-type.h | 70 const struct asymmetric_key_ids *asymmetric_key_ids(const struct key *key) in asymmetric_key_ids() 76 const struct public_key *asymmetric_key_public_key(const struct key *key) in asymmetric_key_public_key()
|
| /include/uapi/linux/ |
| A D | tls.h | 128 unsigned char key[TLS_CIPHER_AES_GCM_128_KEY_SIZE]; member 136 unsigned char key[TLS_CIPHER_AES_GCM_256_KEY_SIZE]; member 144 unsigned char key[TLS_CIPHER_AES_CCM_128_KEY_SIZE]; member 152 unsigned char key[TLS_CIPHER_CHACHA20_POLY1305_KEY_SIZE]; member 160 unsigned char key[TLS_CIPHER_SM4_GCM_KEY_SIZE]; member 168 unsigned char key[TLS_CIPHER_SM4_CCM_KEY_SIZE]; member 176 unsigned char key[TLS_CIPHER_ARIA_GCM_128_KEY_SIZE]; member 184 unsigned char key[TLS_CIPHER_ARIA_GCM_256_KEY_SIZE]; member
|
| A D | sed-opal.h | 62 __u8 key[OPAL_KEY_MAX]; member 70 struct opal_key key; member 124 struct opal_key key; member 130 struct opal_key key; member 136 struct opal_key key; member 150 struct opal_key key; member 192 struct opal_key key; member
|
| /include/crypto/ |
| A D | sha2.h | 210 struct __hmac_sha256_key key; member 245 const struct hmac_sha224_key *key) in hmac_sha224_init() 383 struct __hmac_sha256_key key; member 418 const struct hmac_sha256_key *key) in hmac_sha256_init() 590 struct __hmac_sha512_key key; member 625 const struct hmac_sha384_key *key) in hmac_sha384_init() 763 struct __hmac_sha512_key key; member 798 const struct hmac_sha512_key *key) in hmac_sha512_init()
|
| A D | blake2s.h | 47 const void *key, size_t keylen) in __blake2s_init() 77 const size_t outlen, const void *key, in blake2s_init_key() 89 static inline void blake2s(u8 *out, const u8 *in, const u8 *key, in blake2s()
|