Home
last modified time | relevance | path

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

/lib/
Dsiphash.c47 u64 __siphash_aligned(const void *data, size_t len, const siphash_key_t *key) in __siphash_aligned()
80 u64 __siphash_unaligned(const void *data, size_t len, const siphash_key_t *key) in __siphash_unaligned()
117 u64 siphash_1u64(const u64 first, const siphash_key_t *key) in siphash_1u64()
134 u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key) in siphash_2u64()
157 const siphash_key_t *key) in siphash_3u64()
185 const u64 forth, const siphash_key_t *key) in siphash_4u64()
208 u64 siphash_1u32(const u32 first, const siphash_key_t *key) in siphash_1u32()
217 const siphash_key_t *key) in siphash_3u32()
248 u32 __hsiphash_aligned(const void *data, size_t len, const hsiphash_key_t *key) in __hsiphash_aligned()
281 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 …]
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()
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
Donce.c10 struct static_key_true *key; member
25 static void once_disable_jump(struct static_key_true *key, struct module *mod) in once_disable_jump()
Dbsearch.c31 void *bsearch(const void *key, const void *base, size_t num, size_t size, cmp_func_t cmp) in bsearch()
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
539 const char *key; in test_insert_dup() local
609 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.c91 static int cmp_ex_search(const void *key, const void *elt) in cmp_ex_search()
Dbootconfig.c154 xbc_node_find_subkey(struct xbc_node *parent, const char *key) in xbc_node_find_subkey()
191 xbc_node_find_value(struct xbc_node *parent, const char *key, in xbc_node_find_value()
435 static inline __init bool xbc_valid_keyword(char *key) in xbc_valid_keyword()
Drhashtable.c490 const void *key, struct rhash_head *obj) in rhashtable_lookup_one()
587 static void *rhashtable_try_insert(struct rhashtable *ht, const void *key, in rhashtable_try_insert()
629 void *rhashtable_insert_slow(struct rhashtable *ht, const void *key, in rhashtable_insert_slow()
968 static u32 rhashtable_jhash2(const void *key, u32 length, u32 seed) in rhashtable_jhash2()
Dpercpu_counter.c142 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/
Dpoly1305-donna64.c15 void poly1305_core_setkey(struct poly1305_core_key *key, in poly1305_core_setkey()
35 const struct poly1305_core_key *key, const void *src, in poly1305_core_blocks()
Dpoly1305-donna32.c13 void poly1305_core_setkey(struct poly1305_core_key *key, in poly1305_core_setkey()
32 const struct poly1305_core_key *key, const void *src, in poly1305_core_blocks()
Dblake2s-selftest.c550 u8 key[BLAKE2S_KEY_SIZE]; in blake2s_selftest() local
Dsm4.c115 const u32 *key = (u32 *)in_key; in sm4_expandkey() local
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()
Dchacha20poly1305.c36 static void xchacha_init(u32 *chacha_state, const u8 *key, const u8 *nonce) in xchacha_init()
Dchacha20poly1305-selftest.c18 const u8 *input, *output, *assoc, *nonce, *key; member
/lib/kunit/
Dkunit-test.c215 int key) in kunit_resource_test_mark_order()
225 #define KUNIT_RESOURCE_TEST_MARK_ORDER(ctx, order_field, key) \ argument