Home
last modified time | relevance | path

Searched defs:mask (Results 1 – 25 of 38) 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()
194 u32 mask) in crypto_alg_lookup()
218 u32 mask) in crypto_larval_lookup()
261 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask) in crypto_alg_mod_lookup()
294 static int crypto_init_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_ops()
311 static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask) in crypto_ctxsize()
345 u32 mask) in __crypto_alloc_tfm()
402 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) in crypto_alloc_base()
[all …]
Dinternal.h29 u32 mask; member
87 const struct crypto_type *frontend, u32 type, u32 mask) in crypto_alloc_tfm()
Dakcipher.c95 const char *name, u32 type, u32 mask) in crypto_grab_akcipher()
103 u32 mask) in crypto_alloc_akcipher()
Dacompress.c106 u32 mask) in crypto_alloc_acomp()
113 u32 mask, int node) in crypto_alloc_acomp_node()
Dahash.c194 unsigned long mask) in ahash_align_buffer_size()
548 const char *name, u32 type, u32 mask) in crypto_grab_ahash()
556 u32 mask) in crypto_alloc_ahash()
562 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask) in crypto_has_ahash()
Dskcipher.c752 const char *name, u32 type, u32 mask) in crypto_grab_skcipher()
760 u32 type, u32 mask) in crypto_alloc_skcipher()
767 const char *alg_name, u32 type, u32 mask) in crypto_alloc_sync_skcipher()
790 int crypto_has_skcipher(const char *alg_name, u32 type, u32 mask) in crypto_has_skcipher()
938 u32 mask; in skcipher_alloc_instance_simple() local
Dtestmgr.c66 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test()
1767 static int alloc_shash(const char *driver, u32 type, u32 mask, in alloc_shash()
1802 u32 type, u32 mask, in __alg_test_hash()
1887 u32 type, u32 mask) in alg_test_hash()
2562 u32 type, u32 mask) in alg_test_aead()
3133 const char *driver, u32 type, u32 mask) in alg_test_skcipher()
3524 const char *driver, u32 type, u32 mask) in alg_test_cipher()
3546 u32 type, u32 mask) in alg_test_comp()
3584 const char *driver, u32 type, u32 mask) in alg_test_crc32c()
3636 u32 type, u32 mask) in alg_test_cprng()
[all …]
Daead.c207 const char *name, u32 type, u32 mask) in crypto_grab_aead()
214 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask) in crypto_alloc_aead()
Dcryptd.c195 u32 *type, u32 *mask) in cryptd_type_and_mask()
378 u32 mask; in cryptd_create_skcipher() local
644 u32 mask; in cryptd_create_hash() local
831 u32 mask; in cryptd_create_aead() local
906 u32 type, u32 mask) in cryptd_alloc_skcipher()
958 u32 type, u32 mask) in cryptd_alloc_ahash()
1015 u32 type, u32 mask) in cryptd_alloc_aead()
Dgeniv.c49 u32 mask; in aead_geniv_alloc() local
Dkpp.c84 struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask) in crypto_alloc_kpp()
Drng.c110 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask) in crypto_alloc_rng()
Dalgapi.c673 const char *name, u32 type, u32 mask) in crypto_grab_spawn()
748 u32 mask) in crypto_spawn_tfm()
1058 u32 type, u32 mask) in crypto_type_has_alg()
Dccm.c451 u32 mask; in crypto_ccm_create_common() local
709 u32 mask; in crypto_rfc4309_create() local
868 u32 mask; in cbcmac_create() local
Dxcbc.c195 u32 mask; in xcbc_create() local
Dcmac.c229 u32 mask; in cmac_create() local
Dhmac.c171 u32 mask; in hmac_create() local
Dshash.c510 const char *name, u32 type, u32 mask) in crypto_grab_shash()
518 u32 mask) in crypto_alloc_shash()
Dlrw.c306 u32 mask; in lrw_create() local
Dalgif_rng.c202 static void *rng_bind(const char *name, u32 type, u32 mask) in rng_bind()
Dalgif_skcipher.c293 static void *skcipher_bind(const char *name, u32 type, u32 mask) in skcipher_bind()
Dgcm.c581 u32 mask; in crypto_gcm_create_common() local
830 u32 mask; in crypto_rfc4106_create() local
1045 u32 mask; in crypto_rfc4543_create() local
Dctr.c263 u32 mask; in crypto_rfc3686_create() local
Dcts.c329 u32 mask; in crypto_cts_create() local
Dtcrypt.c63 static u32 mask; variable
1056 struct hash_speed *speed, unsigned mask) in test_ahash_speed_common()
1652 static int do_test(const char *alg, u32 type, u32 mask, int m, u32 num_mb) in do_test()

12