Home
last modified time | relevance | path

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

/crypto/
Dapi.c60 static struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type, in __crypto_alg_lookup()
110 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask) in crypto_larval_alloc()
130 static struct crypto_alg *crypto_larval_add(const char *name, u32 type, in crypto_larval_add()
196 struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, u32 mask) in crypto_alg_lookup()
208 struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, u32 mask) in crypto_larval_lookup()
250 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask) in crypto_alg_mod_lookup()
288 static int crypto_init_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_ops()
312 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops() local
334 static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask) in crypto_ctxsize()
366 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm()
[all …]
Daf_alg.c27 const struct af_alg_type *type; member
45 const struct af_alg_type *type = ERR_PTR(-ENOENT); in alg_get_type() local
62 int af_alg_register_type(const struct af_alg_type *type) in af_alg_register_type()
92 int af_alg_unregister_type(const struct af_alg_type *type) in af_alg_unregister_type()
113 static void alg_do_release(const struct af_alg_type *type, void *private) in alg_do_release()
152 const struct af_alg_type *type; in alg_bind() local
206 const struct af_alg_type *type = ask->type; in alg_setkey() local
231 const struct af_alg_type *type; in alg_setsockopt() local
270 const struct af_alg_type *type; in af_alg_accept() local
Dalgboss.c34 } type; member
59 u32 type; member
212 u32 type = param->type; in cryptomgr_test() local
235 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()
88 struct crypto_pcomp *crypto_alloc_pcomp(const char *alg_name, u32 type, in crypto_alloc_pcomp()
Dablkcipher.c341 static unsigned int crypto_ablkcipher_ctxsize(struct crypto_alg *alg, u32 type, in crypto_ablkcipher_ctxsize()
357 static int crypto_init_ablkcipher_ops(struct crypto_tfm *tfm, u32 type, in crypto_init_ablkcipher_ops()
440 static int crypto_init_givcipher_ops(struct crypto_tfm *tfm, u32 type, in crypto_init_givcipher_ops()
528 static int crypto_givcipher_default(struct crypto_alg *alg, u32 type, u32 mask) in crypto_givcipher_default()
619 struct crypto_alg *crypto_lookup_skcipher(const char *name, u32 type, u32 mask) in crypto_lookup_skcipher()
660 u32 type, u32 mask) in crypto_grab_skcipher()
679 u32 type, u32 mask) in crypto_alloc_ablkcipher()
Dtestmgr.c41 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test()
1536 u32 type, u32 mask) in alg_test_aead()
1565 const char *driver, u32 type, u32 mask) in alg_test_cipher()
1594 const char *driver, u32 type, u32 mask) in alg_test_skcipher()
1623 u32 type, u32 mask) in alg_test_comp()
1645 u32 type, u32 mask) in alg_test_pcomp()
1667 u32 type, u32 mask) in alg_test_hash()
1690 const char *driver, u32 type, u32 mask) in alg_test_crc32c()
1737 u32 type, u32 mask) in alg_test_cprng()
1758 const char *driver, u32 type, u32 mask) in drbg_cavs_test()
[all …]
Daead.c192 struct rtattr **tb, u32 type, u32 mask) in aead_geniv_alloc()
332 u32 type, u32 mask) in crypto_grab_aead()
339 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask) in crypto_alloc_aead()
Dcryptd.c171 static inline void cryptd_check_internal(struct rtattr **tb, u32 *type, in cryptd_check_internal()
347 u32 type = CRYPTO_ALG_TYPE_BLKCIPHER; in cryptd_create_blkcipher() local
614 u32 type = 0; in cryptd_create_hash() local
787 u32 type = 0; in cryptd_create_aead() local
889 u32 type, u32 mask) in cryptd_alloc_ablkcipher()
927 u32 type, u32 mask) in cryptd_alloc_ahash()
969 u32 type, u32 mask) in cryptd_alloc_aead()
Dblkcipher.c466 static unsigned int crypto_blkcipher_ctxsize(struct crypto_alg *alg, u32 type, in crypto_blkcipher_ctxsize()
518 static int crypto_init_blkcipher_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_blkcipher_ops()
585 const char *name, u32 type, u32 mask) in crypto_grab_nivcipher()
603 struct rtattr **tb, u32 type, in skcipher_geniv_alloc()
Dcrypto_user.c369 static struct crypto_alg *crypto_user_skcipher_alg(const char *name, u32 type, in crypto_user_skcipher_alg()
460 #define MSGSIZE(type) sizeof(struct type) argument
494 int type, err; in crypto_user_rcv_msg() local
Dshash.c510 static int crypto_init_shash_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_shash_ops()
520 static unsigned int crypto_shash_ctxsize(struct crypto_alg *alg, u32 type, in crypto_shash_ctxsize()
591 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, in crypto_alloc_shash()
702 const char *name, u32 type, u32 mask) in crypto_grab_shash()
718 struct shash_alg *shash_attr_alg(struct rtattr *rta, u32 type, u32 mask) in shash_attr_alg()
Dalgapi.c639 u32 type, u32 mask) in crypto_grab_spawn()
678 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm()
755 int crypto_check_attr_type(struct rtattr **tb, u32 type) in crypto_check_attr_type()
790 u32 type, u32 mask) in crypto_attr_alg2()
Dakcipher.c91 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type, in crypto_alloc_akcipher()
Dmcryptd.c258 static inline bool mcryptd_check_internal(struct rtattr **tb, u32 *type, in mcryptd_check_internal()
498 u32 type = 0; in mcryptd_create_hash() local
601 u32 type, u32 mask) in mcryptd_alloc_ahash()
Dalgif_rng.c117 static void *rng_bind(const char *name, u32 type, u32 mask) in rng_bind()
Drng.c118 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask) in crypto_alloc_rng()
Dahash.c561 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash()
632 struct hash_alg_common *ahash_attr_alg(struct rtattr *rta, u32 type, u32 mask) in ahash_attr_alg()
Dskcipher.c240 u32 type, u32 mask) in crypto_alloc_skcipher()
Dtcrypt.c64 static u32 type; variable
1264 static int do_test(const char *alg, u32 type, u32 mask, int m) in do_test()
Dalgif_hash.c350 static void *hash_bind(const char *name, u32 type, u32 mask) in hash_bind()
Dpcrypt.c285 u32 type, u32 mask) in pcrypt_create_aead()
Dalgif_aead.c614 static void *aead_bind(const char *name, u32 type, u32 mask) in aead_bind()
Dalgif_skcipher.c860 static void *skcipher_bind(const char *name, u32 type, u32 mask) in skcipher_bind()