/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() 193 static struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, in crypto_alg_lookup() 217 static struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, 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() 305 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops() local 311 static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask) in crypto_ctxsize() 344 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 196 u32 type = param->type; in cryptomgr_test() local 219 u32 type; in cryptomgr_schedule_test() local
|
D | af_alg.c | 24 const struct af_alg_type *type; member 42 const struct af_alg_type *type = ERR_PTR(-ENOENT); in alg_get_type() local 59 int af_alg_register_type(const struct af_alg_type *type) in af_alg_register_type() 89 int af_alg_unregister_type(const struct af_alg_type *type) in af_alg_unregister_type() 110 static void alg_do_release(const struct af_alg_type *type, void *private) in alg_do_release() 151 const struct af_alg_type *type; in alg_bind() local 208 const struct af_alg_type *type = ask->type; in alg_setkey() local 233 const struct af_alg_type *type; in alg_setsockopt() local 280 const struct af_alg_type *type; in af_alg_accept() local
|
D | akcipher.c | 95 const char *name, u32 type, u32 mask) in crypto_grab_akcipher() 102 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type, in crypto_alloc_akcipher()
|
D | acompress.c | 105 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, in crypto_alloc_acomp() 112 struct crypto_acomp *crypto_alloc_acomp_node(const char *alg_name, u32 type, in crypto_alloc_acomp_node()
|
D | testmgr.c | 66 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test() 1141 static int check_hash_result(const char *type, in check_hash_result() 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() [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() 377 u32 type; in cryptd_create_skcipher() local 643 u32 type; in cryptd_create_hash() local 830 u32 type; 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 | kpp.c | 84 struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask) in crypto_alloc_kpp()
|
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()
|
D | ahash.c | 548 const char *name, u32 type, u32 mask) in crypto_grab_ahash() 555 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash() 562 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask) in crypto_has_ahash()
|
D | algapi.c | 673 const char *name, u32 type, u32 mask) in crypto_grab_spawn() 747 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm() 840 int crypto_check_attr_type(struct rtattr **tb, u32 type, u32 *mask_ret) in crypto_check_attr_type() 1058 u32 type, u32 mask) in crypto_type_has_alg()
|
D | internal.h | 87 const struct crypto_type *frontend, u32 type, u32 mask) in crypto_alloc_tfm()
|
D | crypto_user_base.c | 390 #define MSGSIZE(type) sizeof(struct type) argument 428 int type, err; in crypto_user_rcv_msg() local
|
D | rng.c | 110 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask) in crypto_alloc_rng()
|
D | shash.c | 510 const char *name, u32 type, u32 mask) in crypto_grab_shash() 517 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, in crypto_alloc_shash()
|
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 | algif_hash.c | 394 static void *hash_bind(const char *name, u32 type, u32 mask) in hash_bind()
|
D | algif_aead.c | 467 static void *aead_bind(const char *name, u32 type, u32 mask) in aead_bind()
|
D | essiv.c | 458 u32 type; in essiv_create() local
|
D | tcrypt.c | 62 static u32 type; variable 1652 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()
|