Home
last modified time | relevance | path

Searched defs:type (Results 1 – 19 of 19) sorted by relevance

/crypto/
Dapi.c57 static struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type, in __crypto_alg_lookup()
107 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask) in crypto_larval_alloc()
127 static struct crypto_alg *crypto_larval_add(const char *name, u32 type, in crypto_larval_add()
190 struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, u32 mask) in crypto_alg_lookup()
202 struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, u32 mask) in crypto_larval_lookup()
244 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask) in crypto_alg_mod_lookup()
272 static int crypto_init_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_ops()
296 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops() local
318 static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask) in crypto_ctxsize()
351 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm()
[all …]
Daf_alg.c26 const struct af_alg_type *type; member
44 const struct af_alg_type *type = ERR_PTR(-ENOENT); in alg_get_type() local
61 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()
132 const struct af_alg_type *type; in alg_bind() local
175 const struct af_alg_type *type = ask->type; in alg_setkey() local
200 const struct af_alg_type *type; in alg_setsockopt() local
228 const struct af_alg_type *type; in af_alg_accept() local
Daead.c82 static unsigned int crypto_aead_ctxsize(struct crypto_alg *alg, u32 type, in crypto_aead_ctxsize()
93 static int crypto_init_aead_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_aead_ops()
177 static int crypto_init_nivaead_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_nivaead_ops()
254 const char *name, u32 type, u32 mask) in crypto_grab_nivaead()
273 struct rtattr **tb, u32 type, in aead_geniv_alloc()
396 static int crypto_nivaead_default(struct crypto_alg *alg, u32 type, u32 mask) in crypto_nivaead_default()
470 struct crypto_alg *crypto_lookup_aead(const char *name, u32 type, u32 mask) in crypto_lookup_aead()
505 u32 type, u32 mask) in crypto_grab_aead()
525 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask) in crypto_alloc_aead()
Dalgboss.c34 } type; member
59 u32 type; member
214 u32 type = param->type; in cryptomgr_test() local
237 u32 type; in cryptomgr_schedule_test() local
Dpcompress.c36 static int crypto_pcomp_init(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_pcomp_init()
93 struct crypto_pcomp *crypto_alloc_pcomp(const char *alg_name, u32 type, in crypto_alloc_pcomp()
Dablkcipher.c348 static unsigned int crypto_ablkcipher_ctxsize(struct crypto_alg *alg, u32 type, in crypto_ablkcipher_ctxsize()
364 static int crypto_init_ablkcipher_ops(struct crypto_tfm *tfm, u32 type, in crypto_init_ablkcipher_ops()
446 static int crypto_init_givcipher_ops(struct crypto_tfm *tfm, u32 type, in crypto_init_givcipher_ops()
534 static int crypto_givcipher_default(struct crypto_alg *alg, u32 type, u32 mask) in crypto_givcipher_default()
616 struct crypto_alg *crypto_lookup_skcipher(const char *name, u32 type, u32 mask) in crypto_lookup_skcipher()
657 u32 type, u32 mask) in crypto_grab_skcipher()
676 u32 type, u32 mask) in crypto_alloc_ablkcipher()
Dtestmgr.c36 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test()
1408 u32 type, u32 mask) in alg_test_aead()
1437 const char *driver, u32 type, u32 mask) in alg_test_cipher()
1466 const char *driver, u32 type, u32 mask) in alg_test_skcipher()
1495 u32 type, u32 mask) in alg_test_comp()
1517 u32 type, u32 mask) in alg_test_pcomp()
1539 u32 type, u32 mask) in alg_test_hash()
1562 const char *driver, u32 type, u32 mask) in alg_test_crc32c()
1611 u32 type, u32 mask) in alg_test_cprng()
1631 const char *driver, u32 type, u32 mask) in alg_test_null()
[all …]
Drng.c52 static int crypto_init_rng_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_rng_ops()
95 static unsigned int crypto_rng_ctxsize(struct crypto_alg *alg, u32 type, in crypto_rng_ctxsize()
Dcrypto_user.c319 static struct crypto_alg *crypto_user_skcipher_alg(const char *name, u32 type, in crypto_user_skcipher_alg()
345 static struct crypto_alg *crypto_user_aead_alg(const char *name, u32 type, in crypto_user_aead_alg()
428 #define MSGSIZE(type) sizeof(struct type) argument
460 int type, err; in crypto_user_rcv_msg() local
Dblkcipher.c445 static unsigned int crypto_blkcipher_ctxsize(struct crypto_alg *alg, u32 type, in crypto_blkcipher_ctxsize()
497 static int crypto_init_blkcipher_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_blkcipher_ops()
563 const char *name, u32 type, u32 mask) in crypto_grab_nivcipher()
581 struct rtattr **tb, u32 type, in skcipher_geniv_alloc()
Dshash.c493 static int crypto_init_shash_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_shash_ops()
503 static unsigned int crypto_shash_ctxsize(struct crypto_alg *alg, u32 type, in crypto_shash_ctxsize()
579 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, in crypto_alloc_shash()
698 struct shash_alg *shash_attr_alg(struct rtattr *rta, u32 type, u32 mask) in shash_attr_alg()
Dalgapi.c637 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm()
714 int crypto_check_attr_type(struct rtattr **tb, u32 type) in crypto_check_attr_type()
749 u32 type, u32 mask) in crypto_attr_alg2()
D842.c47 enum nx842_crypto_type type; member
Dahash.c453 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash()
523 struct hash_alg_common *ahash_attr_alg(struct rtattr *rta, u32 type, u32 mask) in ahash_attr_alg()
Dcryptd.c819 u32 type, u32 mask) in cryptd_alloc_ablkcipher()
857 u32 type, u32 mask) in cryptd_alloc_ahash()
899 u32 type, u32 mask) in cryptd_alloc_aead()
Dalgif_hash.c240 static void *hash_bind(const char *name, u32 type, u32 mask) in hash_bind()
Dtcrypt.c56 static u32 type; variable
1794 static int do_alg_test(const char *alg, u32 type, u32 mask) in do_alg_test()
Dpcrypt.c348 u32 type, u32 mask) in pcrypt_alloc_aead()
Dalgif_skcipher.c545 static void *skcipher_bind(const char *name, u32 type, u32 mask) in skcipher_bind()