Home
last modified time | relevance | path

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

12

/crypto/
Dapi.c56 u32 mask) in __crypto_alg_lookup()
105 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask) in crypto_larval_alloc()
126 u32 mask) in crypto_larval_add()
192 u32 mask) in crypto_alg_lookup()
216 u32 mask) in crypto_larval_lookup()
259 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask) in crypto_alg_mod_lookup()
292 static int crypto_init_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_ops()
322 static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask) in crypto_ctxsize()
356 u32 mask) in __crypto_alloc_tfm()
413 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) in crypto_alloc_base()
[all …]
Dakcipher.c94 u32 type, u32 mask) in crypto_grab_akcipher()
102 u32 mask) in crypto_alloc_akcipher()
Daead.c232 struct rtattr **tb, u32 type, u32 mask) in aead_geniv_alloc()
372 u32 type, u32 mask) in crypto_grab_aead()
379 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask) in crypto_alloc_aead()
Dahash.c225 unsigned long mask) in ahash_align_buffer_size()
560 u32 mask) in crypto_alloc_ahash()
566 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask) in crypto_has_ahash()
665 struct hash_alg_common *ahash_attr_alg(struct rtattr *rta, u32 type, u32 mask) in ahash_attr_alg()
Dtestmgr.c62 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test()
1675 static int alloc_shash(const char *driver, u32 type, u32 mask, in alloc_shash()
1710 u32 type, u32 mask, in __alg_test_hash()
1795 u32 type, u32 mask) in alg_test_hash()
2295 u32 type, u32 mask) in alg_test_aead()
2845 const char *driver, u32 type, u32 mask) in alg_test_skcipher()
3236 const char *driver, u32 type, u32 mask) in alg_test_cipher()
3258 u32 type, u32 mask) in alg_test_comp()
3296 const char *driver, u32 type, u32 mask) in alg_test_crc32c()
3348 u32 type, u32 mask) in alg_test_cprng()
[all …]
Dpoly1305_generic.c32 static inline u32 and(u32 v, u32 mask) in and()
220 u32 mask; in poly1305_core_emit() local
Dcryptd.c195 u32 *mask) in cryptd_check_internal()
405 u32 mask; in cryptd_create_skcipher() local
677 u32 mask = 0; in cryptd_create_hash() local
861 u32 mask = CRYPTO_ALG_ASYNC; in cryptd_create_aead() local
962 u32 type, u32 mask) in cryptd_alloc_skcipher()
1014 u32 type, u32 mask) in cryptd_alloc_ahash()
1071 u32 type, u32 mask) in cryptd_alloc_aead()
Dalgapi.c615 struct crypto_instance *inst, u32 mask) in crypto_init_spawn()
655 u32 type, u32 mask) in crypto_grab_spawn()
703 u32 mask) in crypto_spawn_tfm()
814 u32 type, u32 mask) in crypto_attr_alg2()
1028 u32 type, u32 mask) in crypto_type_has_alg()
Dkpp.c84 struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask) in crypto_alloc_kpp()
Dinternal.h31 u32 mask; member
Dskcipher.c982 const char *name, u32 type, u32 mask) in crypto_grab_skcipher()
990 u32 type, u32 mask) in crypto_alloc_skcipher()
997 const char *alg_name, u32 type, u32 mask) in crypto_alloc_sync_skcipher()
1020 int crypto_has_skcipher2(const char *alg_name, u32 type, u32 mask) in crypto_has_skcipher2()
1177 u32 mask; in skcipher_alloc_instance_simple() local
Dalgif_rng.c116 static void *rng_bind(const char *name, u32 type, u32 mask) in rng_bind()
Dablkcipher.c335 u32 mask) in crypto_ablkcipher_ctxsize()
341 u32 mask) in crypto_init_ablkcipher_ops()
Dacompress.c106 u32 mask) in crypto_alloc_acomp()
Drng.c110 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask) in crypto_alloc_rng()
Dblkcipher.c440 u32 mask) in crypto_blkcipher_ctxsize()
487 static int crypto_init_blkcipher_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_blkcipher_ops()
Dshash.c448 u32 mask) in crypto_alloc_shash()
569 struct shash_alg *shash_attr_alg(struct rtattr *rta, u32 type, u32 mask) in shash_attr_alg()
Dalgif_skcipher.c304 static void *skcipher_bind(const char *name, u32 type, u32 mask) in skcipher_bind()
Dctr.c270 u32 mask; in crypto_rfc3686_create() local
Dpcrypt.c215 u32 type, u32 mask) in pcrypt_create_aead()
Djitterentropy.c131 unsigned int mask = (1<<bits) - 1; in jent_loop_shuffle() local
Dtcrypt.c63 static u32 mask; variable
1055 struct hash_speed *speed, unsigned mask) in test_ahash_speed_common()
1660 static int do_test(const char *alg, u32 type, u32 mask, int m, u32 num_mb) in do_test()
Dxts.c344 u32 mask; in create() local
Dalgif_hash.c401 static void *hash_bind(const char *name, u32 type, u32 mask) in hash_bind()
Dalgif_aead.c473 static void *aead_bind(const char *name, u32 type, u32 mask) in aead_bind()

12