| /lib/ |
| A D | siphash.c | 116 u64 siphash_1u64(const u64 first, const siphash_key_t *key) in siphash_1u64() 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() 280 const hsiphash_key_t *key) in __hsiphash_unaligned() 349 const hsiphash_key_t *key) in hsiphash_3u32() 370 const u32 forth, const hsiphash_key_t *key) in hsiphash_4u32() 432 const hsiphash_key_t *key) in __hsiphash_unaligned() 495 const hsiphash_key_t *key) in hsiphash_3u32() [all …]
|
| A D | btree.c | 158 unsigned long *key) in setkey() 207 unsigned long *key) in btree_last() 224 unsigned long *key) in keycmp() 241 unsigned long *key) in btree_lookup_node() 263 unsigned long *key) in btree_lookup() 359 unsigned long *key) in getpos() 625 unsigned long *key) in btree_remove() 715 u32 *key = (void *)__key; in visitor32() local 725 u64 *key = (void *)__key; in visitor64() local 735 u64 *key = (void *)__key; in visitor128() local [all …]
|
| A 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()
|
| A 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()
|
| A D | rbtree_test.c | 20 u32 key; member 36 u32 key = node->key; in insert() local 53 u32 key = node->key; in insert_cached() local 90 u32 key = node->key; in RB_DECLARE_CALLBACKS_MAX() local 114 u32 key = node->key; in insert_augmented_cached() local
|
| A D | bsearch.c | 31 void *bsearch(const void *key, const void *base, size_t num, size_t size, cmp_func_t cmp) in bsearch()
|
| A D | test_static_key_base.c | 34 static void invert_key(struct static_key *key) in invert_key()
|
| A D | test_rhashtable.c | 146 struct test_obj_val key = { in test_rht_lookup() local 247 struct test_obj_val key = { in test_rhashtable() local 314 struct test_obj_val key = { in test_rhltable() local 524 const char *key; in test_insert_dup() local 594 struct test_obj_val key = { in thread_lookup_test() local
|
| A D | digsig.c | 67 static int digsig_verify_rsa(struct key *key, in digsig_verify_rsa() 206 struct key *key; in digsig_verify() local
|
| A D | bucket_locks.c | 16 const char *name, struct lock_class_key *key) in __alloc_bucket_spinlocks()
|
| A D | extable.c | 91 static int cmp_ex_search(const void *key, const void *elt) in cmp_ex_search()
|
| A 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
|
| A D | bootconfig.c | 220 xbc_node_find_subkey(struct xbc_node *parent, const char *key) in xbc_node_find_subkey() 257 xbc_node_find_value(struct xbc_node *parent, const char *key, in xbc_node_find_value() 501 static inline __init bool xbc_valid_keyword(char *key) in xbc_valid_keyword()
|
| A D | rhashtable.c | 497 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() 641 void *rhashtable_insert_slow(struct rhashtable *ht, const void *key, in rhashtable_insert_slow() 980 static u32 rhashtable_jhash2(const void *key, u32 length, u32 seed) in rhashtable_jhash2()
|
| /lib/crypto/ |
| A D | poly1305-donna64.c | 14 void poly1305_core_setkey(struct poly1305_core_key *key, in poly1305_core_setkey() 34 const struct poly1305_core_key *key, const void *src, in poly1305_core_blocks()
|
| A D | sha256.c | 299 void hmac_sha224_preparekey(struct hmac_sha224_key *key, in hmac_sha224_preparekey() 307 void hmac_sha256_preparekey(struct hmac_sha256_key *key, in hmac_sha256_preparekey() 316 const struct __hmac_sha256_key *key) in __hmac_sha256_init() 374 void hmac_sha224(const struct hmac_sha224_key *key, in hmac_sha224() 385 void hmac_sha256(const struct hmac_sha256_key *key, in hmac_sha256()
|
| A D | sha512.c | 285 void hmac_sha384_preparekey(struct hmac_sha384_key *key, in hmac_sha384_preparekey() 293 void hmac_sha512_preparekey(struct hmac_sha512_key *key, in hmac_sha512_preparekey() 302 const struct __hmac_sha512_key *key) in __hmac_sha512_init() 362 void hmac_sha384(const struct hmac_sha384_key *key, in hmac_sha384() 373 void hmac_sha512(const struct hmac_sha512_key *key, in hmac_sha512()
|
| A D | poly1305-donna32.c | 14 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()
|
| A D | aesgcm.c | 45 int aesgcm_expandkey(struct aesgcm_ctx *ctx, const u8 *key, in aesgcm_expandkey() 63 static void aesgcm_ghash(be128 *ghash, const be128 *key, const void *src, in aesgcm_ghash() 561 u8 key[AES_MAX_KEY_SIZE] __nonstring; member
|
| A D | blake2s-selftest.c | 550 u8 key[BLAKE2S_KEY_SIZE]; in blake2s_digest_test() local
|
| A D | sha1.c | 266 void hmac_sha1_preparekey(struct hmac_sha1_key *key, in hmac_sha1_preparekey() 274 void hmac_sha1_init(struct hmac_sha1_ctx *ctx, const struct hmac_sha1_key *key) in hmac_sha1_init() 310 void hmac_sha1(const struct hmac_sha1_key *key, in hmac_sha1()
|
| A D | aescfb.c | 111 u8 key[AES_MAX_KEY_SIZE] __nonstring; member
|
| A D | des.c | 698 int des_expand_key(struct des_ctx *ctx, const u8 *key, unsigned int keylen) in des_expand_key() 822 int des3_ede_expand_key(struct des3_ede_ctx *ctx, const u8 *key, in des3_ede_expand_key()
|
| /lib/crypto/tests/ |
| A D | poly1305_kunit.c | 117 static const u8 key[POLY1305_KEY_SIZE] = { 1 }; /* r_key=1, s_key=0 */ in test_poly1305_reduction_edge_cases() local
|
| /lib/tests/ |
| A D | hashtable_test.c | 13 int key; member
|