/crypto/ |
D | api.c | 57 u32 mask) in __crypto_alg_lookup() 106 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask) in crypto_larval_alloc() 127 u32 mask) in crypto_larval_add() 233 u32 mask) in crypto_alg_lookup() 257 u32 mask) in crypto_larval_lookup() 300 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask) in crypto_alg_mod_lookup() 333 static int crypto_init_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_ops() 350 static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask) in crypto_ctxsize() 384 u32 mask) in __crypto_alloc_tfm() 441 struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask) in crypto_alloc_base() [all …]
|
D | akcipher.c | 95 const char *name, u32 type, u32 mask) in crypto_grab_akcipher() 103 u32 mask) in crypto_alloc_akcipher()
|
D | acompress.c | 106 u32 mask) in crypto_alloc_acomp() 113 u32 mask, int node) in crypto_alloc_acomp_node()
|
D | internal.h | 30 u32 mask; member 122 const struct crypto_type *frontend, u32 type, u32 mask) in crypto_alloc_tfm()
|
D | ahash.c | 194 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()
|
D | skcipher.c | 746 const char *name, u32 type, u32 mask) in crypto_grab_skcipher() 754 u32 type, u32 mask) in crypto_alloc_skcipher() 761 const char *alg_name, u32 type, u32 mask) in crypto_alloc_sync_skcipher() 784 int crypto_has_skcipher(const char *alg_name, u32 type, u32 mask) in crypto_has_skcipher() 932 u32 mask; in skcipher_alloc_instance_simple() local
|
D | testmgr.c | 66 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test() 1758 static int alloc_shash(const char *driver, u32 type, u32 mask, in alloc_shash() 1793 u32 type, u32 mask, in __alg_test_hash() 1878 u32 type, u32 mask) in alg_test_hash() 2546 u32 type, u32 mask) in alg_test_aead() 3114 const char *driver, u32 type, u32 mask) in alg_test_skcipher() 3505 const char *driver, u32 type, u32 mask) in alg_test_cipher() 3527 u32 type, u32 mask) in alg_test_comp() 3565 const char *driver, u32 type, u32 mask) in alg_test_crc32c() 3618 u32 type, u32 mask) in alg_test_cprng() [all …]
|
D | aead.c | 207 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()
|
D | cryptd.c | 195 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()
|
D | geniv.c | 49 u32 mask; in aead_geniv_alloc() local
|
D | kpp.c | 84 struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask) in crypto_alloc_kpp()
|
D | rng.c | 110 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask) in crypto_alloc_rng()
|
D | algapi.c | 696 const char *name, u32 type, u32 mask) in crypto_grab_spawn() 771 u32 mask) in crypto_spawn_tfm() 1066 u32 type, u32 mask) in crypto_type_has_alg()
|
D | ccm.c | 451 u32 mask; in crypto_ccm_create_common() local 709 u32 mask; in crypto_rfc4309_create() local 868 u32 mask; in cbcmac_create() local
|
D | cmac.c | 229 u32 mask; in cmac_create() local
|
D | xcbc.c | 195 u32 mask; in xcbc_create() local
|
D | hmac.c | 171 u32 mask; in hmac_create() local
|
D | shash.c | 510 const char *name, u32 type, u32 mask) in crypto_grab_shash() 518 u32 mask) in crypto_alloc_shash()
|
D | lrw.c | 306 u32 mask; in lrw_create() local
|
D | algif_rng.c | 202 static void *rng_bind(const char *name, u32 type, u32 mask) in rng_bind()
|
D | algif_skcipher.c | 293 static void *skcipher_bind(const char *name, u32 type, u32 mask) in skcipher_bind()
|
D | gcm.c | 581 u32 mask; in crypto_gcm_create_common() local 830 u32 mask; in crypto_rfc4106_create() local 1045 u32 mask; in crypto_rfc4543_create() local
|
D | cts.c | 329 u32 mask; in crypto_cts_create() local
|
D | ctr.c | 263 u32 mask; in crypto_rfc3686_create() local
|
D | tcrypt.c | 63 static u32 mask; variable 1069 struct hash_speed *speed, unsigned mask) in test_ahash_speed_common() 1667 static int do_test(const char *alg, u32 type, u32 mask, int m, u32 num_mb) in do_test()
|