Home
last modified time | relevance | path

Searched defs:type (Results 1 – 24 of 24) 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()
367 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()
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
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
Dtestmgr.c46 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test()
1507 u32 type, u32 mask) in alg_test_aead()
1536 const char *driver, u32 type, u32 mask) in alg_test_cipher()
1565 const char *driver, u32 type, u32 mask) in alg_test_skcipher()
1594 u32 type, u32 mask) in alg_test_comp()
1616 u32 type, u32 mask) in alg_test_hash()
1639 const char *driver, u32 type, u32 mask) in alg_test_crc32c()
1686 u32 type, u32 mask) in alg_test_cprng()
1707 const char *driver, u32 type, u32 mask) in drbg_cavs_test()
1775 u32 type, u32 mask) in alg_test_drbg()
[all …]
Dakcipher.c101 u32 type, u32 mask) in crypto_grab_akcipher()
108 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type, in crypto_alloc_akcipher()
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()
Dalgapi.c638 u32 type, u32 mask) in crypto_grab_spawn()
685 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm()
762 int crypto_check_attr_type(struct rtattr **tb, u32 type) in crypto_check_attr_type()
797 u32 type, u32 mask) in crypto_attr_alg2()
1014 u32 type, u32 mask) in crypto_type_has_alg()
Dcryptd.c193 static inline void cryptd_check_internal(struct rtattr **tb, u32 *type, in cryptd_check_internal()
379 u32 type = CRYPTO_ALG_TYPE_BLKCIPHER; in cryptd_create_blkcipher() local
651 u32 type = 0; in cryptd_create_hash() local
835 u32 type = 0; in cryptd_create_aead() local
937 u32 type, u32 mask) in cryptd_alloc_ablkcipher()
989 u32 type, u32 mask) in cryptd_alloc_ahash()
1046 u32 type, u32 mask) in cryptd_alloc_aead()
Dablkcipher.c343 static unsigned int crypto_ablkcipher_ctxsize(struct crypto_alg *alg, u32 type, in crypto_ablkcipher_ctxsize()
349 static int crypto_init_ablkcipher_ops(struct crypto_tfm *tfm, u32 type, in crypto_init_ablkcipher_ops()
422 static int crypto_init_givcipher_ops(struct crypto_tfm *tfm, u32 type, in crypto_init_givcipher_ops()
Dskcipher.c367 const char *name, u32 type, u32 mask) in crypto_grab_skcipher()
375 u32 type, u32 mask) in crypto_alloc_skcipher()
381 int crypto_has_skcipher2(const char *alg_name, u32 type, u32 mask) in crypto_has_skcipher2()
Dahash.c555 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()
632 struct hash_alg_common *ahash_attr_alg(struct rtattr *rta, u32 type, u32 mask) in ahash_attr_alg()
Dkpp.c92 struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask) in crypto_alloc_kpp()
Dmcryptd.c254 static inline bool mcryptd_check_internal(struct rtattr **tb, u32 *type, in mcryptd_check_internal()
492 u32 type = 0; in mcryptd_create_hash() local
595 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()
Dcrypto_user.c437 #define MSGSIZE(type) sizeof(struct type) argument
471 int type, err; in crypto_user_rcv_msg() local
Drng.c118 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask) in crypto_alloc_rng()
Dblkcipher.c446 static unsigned int crypto_blkcipher_ctxsize(struct crypto_alg *alg, u32 type, in crypto_blkcipher_ctxsize()
494 static int crypto_init_blkcipher_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_blkcipher_ops()
Dshash.c449 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, in crypto_alloc_shash()
568 struct shash_alg *shash_attr_alg(struct rtattr *rta, u32 type, u32 mask) in shash_attr_alg()
Dtcrypt.c65 static u32 type; variable
1024 static int do_test(const char *alg, u32 type, u32 mask, int m) in do_test()
Dalgif_hash.c409 static void *hash_bind(const char *name, u32 type, u32 mask) in hash_bind()
Dpcrypt.c282 u32 type, u32 mask) in pcrypt_create_aead()
Dalgif_aead.c836 static void *aead_bind(const char *name, u32 type, u32 mask) in aead_bind()
Dalgif_skcipher.c863 static void *skcipher_bind(const char *name, u32 type, u32 mask) in skcipher_bind()
/crypto/asymmetric_keys/
Drestrict.c74 const struct key_type *type, in restrict_link_by_signature()