Home
last modified time | relevance | path

Searched defs:key (Results 1 – 16 of 16) sorted by relevance

/lib/
Dsiphash.c52 u64 __siphash_aligned(const void *data, size_t len, const siphash_key_t *key) in __siphash_aligned()
85 u64 __siphash_unaligned(const void *data, size_t len, const siphash_key_t *key) in __siphash_unaligned()
123 u64 siphash_1u64(const u64 first, const siphash_key_t *key) in siphash_1u64()
140 u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key) in siphash_2u64()
163 const siphash_key_t *key) in siphash_3u64()
191 const u64 forth, const siphash_key_t *key) in siphash_4u64()
214 u64 siphash_1u32(const u32 first, const siphash_key_t *key) in siphash_1u32()
223 const siphash_key_t *key) in siphash_3u32()
253 u32 __hsiphash_aligned(const void *data, size_t len, const hsiphash_key_t *key) in __hsiphash_aligned()
286 const hsiphash_key_t *key) in __hsiphash_unaligned()
[all …]
Dbtree.c135 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[MAX_KEYLEN]; in btree_get_prev() local
364 unsigned long *key) in getpos()
389 unsigned long *key, int level) in find_level()
[all …]
Dbsearch.c31 void *bsearch(const void *key, const void *base, size_t num, size_t size, in bsearch()
32 int (*cmp)(const void *key, const void *elt)) in bsearch()
Dtest_static_keys.c37 struct static_key *key; member
41 #define test_key_func(key, branch) \ argument
47 static void invert_key(struct static_key *key) in invert_key()
Donce.c9 struct static_key_true *key; member
22 static void once_disable_jump(struct static_key_true *key) in once_disable_jump()
Drbtree_test.c19 u32 key; member
35 u32 key = node->key; in insert() local
52 u32 key = node->key; in insert_cached() local
89 u32 key = node->key; in RB_DECLARE_CALLBACKS_MAX() local
113 u32 key = node->key; in insert_augmented_cached() local
Dtest_static_key_base.c34 static void invert_key(struct static_key *key) in invert_key()
Dtest_rhashtable.c145 struct test_obj_val key = { in test_rht_lookup() local
246 struct test_obj_val key = { in test_rhashtable() local
313 struct test_obj_val key = { in test_rhltable() local
538 const char *key; in test_insert_dup() local
608 struct test_obj_val key = { in thread_lookup_test() local
Ddigsig.c67 static int digsig_verify_rsa(struct key *key, in digsig_verify_rsa()
206 struct key *key; in digsig_verify() local
Dbucket_locks.c16 const char *name, struct lock_class_key *key) in __alloc_bucket_spinlocks()
Dtest_objagg.c38 struct tokey key; member
51 struct tokey key; in world_obj_get() local
93 const struct tokey *key = obj; in delta_check() local
103 struct tokey *key = obj; in delta_create() local
130 struct tokey *key = obj; in root_create() local
Dextable.c95 static int cmp_ex_search(const void *key, const void *elt) in cmp_ex_search()
Drhashtable.c481 const void *key, struct rhash_head *obj) in rhashtable_lookup_one()
580 static void *rhashtable_try_insert(struct rhashtable *ht, const void *key, in rhashtable_try_insert()
622 void *rhashtable_insert_slow(struct rhashtable *ht, const void *key, in rhashtable_insert_slow()
961 static u32 rhashtable_jhash2(const void *key, u32 length, u32 seed) in rhashtable_jhash2()
Dpercpu_counter.c123 struct lock_class_key *key) in __percpu_counter_init()
Dkobject_uevent.c118 const char *next, *buf_end, *key; in kobject_action_args() local
/lib/crypto/
Ddes.c699 int des_expand_key(struct des_ctx *ctx, const u8 *key, unsigned int keylen) in des_expand_key()
823 int des3_ede_expand_key(struct des3_ede_ctx *ctx, const u8 *key, in des3_ede_expand_key()