/crypto/ |
D | api.c | 56 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 …]
|
D | internal.h | 29 u32 mask; member 87 const struct crypto_type *frontend, u32 type, u32 mask) in crypto_alloc_tfm()
|
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 | 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 | 752 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
|
D | testmgr.c | 66 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 …]
|
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 | 673 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()
|
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 | xcbc.c | 195 u32 mask; in xcbc_create() local
|
D | cmac.c | 229 u32 mask; in cmac_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 | ctr.c | 263 u32 mask; in crypto_rfc3686_create() local
|
D | cts.c | 329 u32 mask; in crypto_cts_create() local
|
D | tcrypt.c | 63 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()
|