Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 25) 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
318 static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask) in crypto_ctxsize()
350 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm()
[all …]
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
Daf_alg.c28 const struct af_alg_type *type; member
46 const struct af_alg_type *type = ERR_PTR(-ENOENT); in alg_get_type() local
63 int af_alg_register_type(const struct af_alg_type *type) in af_alg_register_type()
93 int af_alg_unregister_type(const struct af_alg_type *type) in af_alg_unregister_type()
114 static void alg_do_release(const struct af_alg_type *type, void *private) in alg_do_release()
161 const struct af_alg_type *type; in alg_bind() local
215 const struct af_alg_type *type = ask->type; in alg_setkey() local
240 const struct af_alg_type *type; in alg_setsockopt() local
279 const struct af_alg_type *type; in af_alg_accept() local
Dtestmgr.c47 int alg_test(const char *driver, const char *alg, u32 type, u32 mask) in alg_test()
1686 u32 type, u32 mask) in alg_test_aead()
1715 const char *driver, u32 type, u32 mask) in alg_test_cipher()
1744 const char *driver, u32 type, u32 mask) in alg_test_skcipher()
1773 u32 type, u32 mask) in alg_test_comp()
1811 u32 type, u32 mask) in alg_test_hash()
1834 const char *driver, u32 type, u32 mask) in alg_test_crc32c()
1887 u32 type, u32 mask) in alg_test_cprng()
1908 const char *driver, u32 type, u32 mask) in drbg_cavs_test()
1976 u32 type, u32 mask) in alg_test_drbg()
[all …]
Dakcipher.c102 u32 type, u32 mask) in crypto_grab_akcipher()
109 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type, in crypto_alloc_akcipher()
Daead.c193 struct rtattr **tb, u32 type, u32 mask) in aead_geniv_alloc()
333 u32 type, u32 mask) in crypto_grab_aead()
340 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()
677 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm()
754 int crypto_check_attr_type(struct rtattr **tb, u32 type) in crypto_check_attr_type()
789 u32 type, u32 mask) in crypto_attr_alg2()
1043 u32 type, u32 mask) in crypto_type_has_alg()
Dcryptd.c205 static inline void cryptd_check_internal(struct rtattr **tb, u32 *type, in cryptd_check_internal()
391 u32 type = CRYPTO_ALG_TYPE_BLKCIPHER; in cryptd_create_blkcipher() local
599 u32 type; in cryptd_create_skcipher() local
874 u32 type = 0; in cryptd_create_hash() local
1058 u32 type = 0; in cryptd_create_aead() local
1164 u32 type, u32 mask) in cryptd_alloc_ablkcipher()
1216 u32 type, u32 mask) in cryptd_alloc_skcipher()
1268 u32 type, u32 mask) in cryptd_alloc_ahash()
1325 u32 type, u32 mask) in cryptd_alloc_aead()
Dablkcipher.c339 static unsigned int crypto_ablkcipher_ctxsize(struct crypto_alg *alg, u32 type, in crypto_ablkcipher_ctxsize()
345 static int crypto_init_ablkcipher_ops(struct crypto_tfm *tfm, u32 type, in crypto_init_ablkcipher_ops()
419 static int crypto_init_givcipher_ops(struct crypto_tfm *tfm, u32 type, in crypto_init_givcipher_ops()
Dkpp.c93 struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask) in crypto_alloc_kpp()
Dahash.c566 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash()
573 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask) in crypto_has_ahash()
672 struct hash_alg_common *ahash_attr_alg(struct rtattr *rta, u32 type, u32 mask) in ahash_attr_alg()
Dmcryptd.c255 static inline bool mcryptd_check_internal(struct rtattr **tb, u32 *type, in mcryptd_check_internal()
493 u32 type = 0; in mcryptd_create_hash() local
596 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.c464 #define MSGSIZE(type) sizeof(struct type) argument
499 int type, err; in crypto_user_rcv_msg() local
Dacompress.c114 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, in crypto_alloc_acomp()
Drng.c116 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask) in crypto_alloc_rng()
Dblkcipher.c445 static unsigned int crypto_blkcipher_ctxsize(struct crypto_alg *alg, u32 type, in crypto_blkcipher_ctxsize()
493 static int crypto_init_blkcipher_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_blkcipher_ops()
Dskcipher.c927 const char *name, u32 type, u32 mask) in crypto_grab_skcipher()
935 u32 type, u32 mask) in crypto_alloc_skcipher()
941 int crypto_has_skcipher2(const char *alg_name, u32 type, u32 mask) in crypto_has_skcipher2()
Dshash.c458 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, in crypto_alloc_shash()
577 struct shash_alg *shash_attr_alg(struct rtattr *rta, u32 type, u32 mask) in shash_attr_alg()
Dalgif_skcipher.c316 static void *skcipher_bind(const char *name, u32 type, u32 mask) in skcipher_bind()
Dtcrypt.c67 static u32 type; variable
1027 static int do_test(const char *alg, u32 type, u32 mask, int m) in do_test()
Dalgif_hash.c410 static void *hash_bind(const char *name, u32 type, u32 mask) in hash_bind()
Dpcrypt.c281 u32 type, u32 mask) in pcrypt_create_aead()
Dalgif_aead.c478 static void *aead_bind(const char *name, u32 type, u32 mask) in aead_bind()
/crypto/asymmetric_keys/
Drestrict.c75 const struct key_type *type, in restrict_link_by_signature()
123 const struct key_type *type, in key_or_keyring_common()
235 const struct key_type *type, in restrict_link_by_key_or_keyring()
262 const struct key_type *type, in restrict_link_by_key_or_keyring_chain()