Home
last modified time | relevance | path

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

12

/lib/
Dsiphash.c46 u64 __siphash_aligned(const void *data, size_t len, const siphash_key_t *key) in __siphash_aligned()
79 u64 __siphash_unaligned(const void *data, size_t len, const siphash_key_t *key) in __siphash_unaligned()
116 u64 siphash_1u64(const u64 first, const siphash_key_t *key) in siphash_1u64()
133 u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key) in siphash_2u64()
156 const siphash_key_t *key) in siphash_3u64()
184 const u64 forth, const siphash_key_t *key) in siphash_4u64()
207 u64 siphash_1u32(const u32 first, const siphash_key_t *key) in siphash_1u32()
216 const siphash_key_t *key) in siphash_3u32()
247 u32 __hsiphash_aligned(const void *data, size_t len, const hsiphash_key_t *key) in __hsiphash_aligned()
280 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_node()
264 unsigned long *key) in btree_lookup()
281 unsigned long *key, void *val) in btree_update()
312 unsigned long *retry_key = NULL, key[MAX_KEYLEN]; in btree_get_prev() local
360 unsigned long *key) in getpos()
[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_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
523 const char *key; in test_insert_dup() local
593 struct test_obj_val key = { in thread_lookup_test() local
Dtest_static_key_base.c34 static void invert_key(struct static_key *key) in invert_key()
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()
Drhashtable.c493 const void *key, struct rhash_head *obj) in rhashtable_lookup_one()
590 static void *rhashtable_try_insert(struct rhashtable *ht, const void *key, in rhashtable_try_insert()
633 void *rhashtable_insert_slow(struct rhashtable *ht, const void *key, in rhashtable_insert_slow()
972 static u32 rhashtable_jhash2(const void *key, u32 length, u32 seed) in rhashtable_jhash2()
Dbootconfig.c222 xbc_node_find_subkey(struct xbc_node *parent, const char *key) in xbc_node_find_subkey()
259 xbc_node_find_value(struct xbc_node *parent, const char *key, in xbc_node_find_value()
503 static inline __init bool xbc_valid_keyword(char *key) in xbc_valid_keyword()
Dpercpu_counter.c156 struct lock_class_key *key) in __percpu_counter_init_many()
Dhashtable_test.c13 int key; member
Dkobject_uevent.c118 const char *next, *buf_end, *key; in kobject_action_args() local
/lib/crypto/
Dpoly1305-donna64.c13 void poly1305_core_setkey(struct poly1305_core_key *key, in poly1305_core_setkey()
33 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()
Daesgcm.c46 int aesgcm_expandkey(struct aesgcm_ctx *ctx, const u8 *key, in aesgcm_expandkey()
64 static void aesgcm_ghash(be128 *ghash, const be128 *key, const void *src, in aesgcm_ghash()
549 u8 key[AES_MAX_KEY_SIZE]; member
Dblake2s-selftest.c550 u8 key[BLAKE2S_KEY_SIZE]; in blake2s_digest_test() 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()
/lib/kunit/
Dkunit-test.c257 int key) in kunit_resource_test_mark_order()
267 #define KUNIT_RESOURCE_TEST_MARK_ORDER(ctx, order_field, key) \ argument
/lib/zstd/compress/
Dhuf_compress.c487 nodeElt const key = huffNode[i]; in HUF_insertionSort() local

12