/lib/ |
D | siphash.c | 47 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 …]
|
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[MAX_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 | 37 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()
|
D | rbtree_test.c | 19 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
|
D | once.c | 10 struct static_key_true *key; member 25 static void once_disable_jump(struct static_key_true *key, struct module *mod) in once_disable_jump()
|
D | bsearch.c | 31 void *bsearch(const void *key, const void *base, size_t num, size_t size, cmp_func_t cmp) in bsearch()
|
D | test_static_key_base.c | 34 static void invert_key(struct static_key *key) in invert_key()
|
D | test_rhashtable.c | 145 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
|
D | digsig.c | 67 static int digsig_verify_rsa(struct key *key, in digsig_verify_rsa() 206 struct key *key; in digsig_verify() local
|
D | bucket_locks.c | 16 const char *name, struct lock_class_key *key) in __alloc_bucket_spinlocks()
|
D | test_objagg.c | 38 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
|
D | extable.c | 91 static int cmp_ex_search(const void *key, const void *elt) in cmp_ex_search()
|
D | bootconfig.c | 154 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()
|
D | rhashtable.c | 490 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()
|
D | percpu_counter.c | 142 struct lock_class_key *key) in __percpu_counter_init()
|
D | kobject_uevent.c | 118 const char *next, *buf_end, *key; in kobject_action_args() local
|
/lib/crypto/ |
D | poly1305-donna64.c | 15 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()
|
D | poly1305-donna32.c | 13 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()
|
D | blake2s-selftest.c | 550 u8 key[BLAKE2S_KEY_SIZE]; in blake2s_selftest() local
|
D | sm4.c | 115 const u32 *key = (u32 *)in_key; in sm4_expandkey() local
|
D | des.c | 699 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()
|
D | chacha20poly1305.c | 36 static void xchacha_init(u32 *chacha_state, const u8 *key, const u8 *nonce) in xchacha_init()
|
D | chacha20poly1305-selftest.c | 18 const u8 *input, *output, *assoc, *nonce, *key; member
|
/lib/kunit/ |
D | kunit-test.c | 215 int key) in kunit_resource_test_mark_order() 225 #define KUNIT_RESOURCE_TEST_MARK_ORDER(ctx, order_field, key) \ argument
|