/crypto/ |
D | api.c | 55 static struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type, in __crypto_alg_lookup() 105 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask) in crypto_larval_alloc() 125 static struct crypto_alg *crypto_larval_add(const char *name, u32 type, in crypto_larval_add() 191 static struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, in crypto_alg_lookup() 215 static struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, 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() 316 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops() local 322 static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask) in crypto_ctxsize() 355 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm() [all …]
|
D | algboss.c | 29 } type; member 54 u32 type; member 208 u32 type = param->type; in cryptomgr_test() local 231 u32 type; in cryptomgr_schedule_test() local
|
D | af_alg.c | 23 const struct af_alg_type *type; member 41 const struct af_alg_type *type = ERR_PTR(-ENOENT); in alg_get_type() local 58 int af_alg_register_type(const struct af_alg_type *type) in af_alg_register_type() 88 int af_alg_unregister_type(const struct af_alg_type *type) in af_alg_unregister_type() 109 static void alg_do_release(const struct af_alg_type *type, void *private) in alg_do_release() 156 const struct af_alg_type *type; in alg_bind() local 210 const struct af_alg_type *type = ask->type; in alg_setkey() local 235 const struct af_alg_type *type; in alg_setsockopt() local 274 const struct af_alg_type *type; in af_alg_accept() local
|
D | akcipher.c | 94 u32 type, u32 mask) in crypto_grab_akcipher() 101 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type, in crypto_alloc_akcipher()
|
D | aead.c | 232 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()
|
D | testmgr.c | 62 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test() 1051 static int check_hash_result(const char *type, in check_hash_result() 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() [all …]
|
D | cryptd.c | 194 static inline void cryptd_check_internal(struct rtattr **tb, u32 *type, in cryptd_check_internal() 404 u32 type; in cryptd_create_skcipher() local 676 u32 type = 0; in cryptd_create_hash() local 860 u32 type = 0; 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()
|
D | algapi.c | 655 u32 type, u32 mask) in crypto_grab_spawn() 702 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm() 779 int crypto_check_attr_type(struct rtattr **tb, u32 type) in crypto_check_attr_type() 814 u32 type, u32 mask) in crypto_attr_alg2() 1028 u32 type, u32 mask) in crypto_type_has_alg()
|
D | kpp.c | 84 struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask) in crypto_alloc_kpp()
|
D | ahash.c | 559 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, 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()
|
D | algif_rng.c | 116 static void *rng_bind(const char *name, u32 type, u32 mask) in rng_bind()
|
D | ablkcipher.c | 334 static unsigned int crypto_ablkcipher_ctxsize(struct crypto_alg *alg, u32 type, in crypto_ablkcipher_ctxsize() 340 static int crypto_init_ablkcipher_ops(struct crypto_tfm *tfm, u32 type, in crypto_init_ablkcipher_ops()
|
D | crypto_user_base.c | 389 #define MSGSIZE(type) sizeof(struct type) argument 427 int type, err; in crypto_user_rcv_msg() local
|
D | acompress.c | 105 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, in crypto_alloc_acomp()
|
D | rng.c | 110 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask) in crypto_alloc_rng()
|
D | blkcipher.c | 439 static unsigned int crypto_blkcipher_ctxsize(struct crypto_alg *alg, u32 type, in crypto_blkcipher_ctxsize() 487 static int crypto_init_blkcipher_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_blkcipher_ops()
|
D | skcipher.c | 982 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()
|
D | shash.c | 447 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, in crypto_alloc_shash() 569 struct shash_alg *shash_attr_alg(struct rtattr *rta, u32 type, u32 mask) in shash_attr_alg()
|
D | algif_skcipher.c | 304 static void *skcipher_bind(const char *name, u32 type, u32 mask) in skcipher_bind()
|
D | pcrypt.c | 215 u32 type, u32 mask) in pcrypt_create_aead()
|
D | algif_hash.c | 401 static void *hash_bind(const char *name, u32 type, u32 mask) in hash_bind()
|
D | algif_aead.c | 473 static void *aead_bind(const char *name, u32 type, u32 mask) in aead_bind()
|
D | essiv.c | 471 u32 type; in essiv_create() local
|
D | tcrypt.c | 62 static u32 type; variable 1660 static int do_test(const char *alg, u32 type, u32 mask, int m, u32 num_mb) in do_test()
|
/crypto/asymmetric_keys/ |
D | restrict.c | 71 const struct key_type *type, in restrict_link_by_signature() 119 const struct key_type *type, in key_or_keyring_common() 231 const struct key_type *type, in restrict_link_by_key_or_keyring() 258 const struct key_type *type, in restrict_link_by_key_or_keyring_chain()
|