Home
last modified time | relevance | path

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

/crypto/
A Dapi.c58 static struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type, in __crypto_alg_lookup()
125 static struct crypto_alg *crypto_larval_add(const char *name, u32 type, in crypto_larval_add()
201 u32 type, u32 mask) in crypto_larval_wait()
252 static struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, in crypto_alg_lookup()
289 static struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, in crypto_larval_lookup()
372 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops() local
407 struct crypto_tfm *__crypto_alloc_tfmgfp(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfmgfp()
439 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm()
590 u32 type, u32 mask) in crypto_find_alg()
627 const struct crypto_type *frontend, u32 type, u32 mask, in crypto_alloc_tfm_node()
[all …]
A Dkpp.c86 struct crypto_kpp *crypto_alloc_kpp(const char *alg_name, u32 type, u32 mask) in crypto_alloc_kpp()
94 const char *name, u32 type, u32 mask) in crypto_grab_kpp()
101 int crypto_has_kpp(const char *alg_name, u32 type, u32 mask) in crypto_has_kpp()
A Daf_alg.c30 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()
154 const struct af_alg_type *type; in alg_bind() local
211 const struct af_alg_type *type = ask->type; in alg_setkey() local
289 const struct af_alg_type *type = ask->type; in alg_setkey_by_key_serial() local
362 const struct af_alg_type *type; in alg_setsockopt() local
414 const struct af_alg_type *type; in af_alg_accept() local
A Dalgboss.c29 } type; member
47 u32 type; member
176 u32 type = param->type; in cryptomgr_test() local
A Daead.c194 const char *name, u32 type, u32 mask) in crypto_grab_aead()
201 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask) in crypto_alloc_aead()
207 int crypto_has_aead(const char *alg_name, u32 type, u32 mask) in crypto_has_aead()
A Dsig.c80 struct crypto_sig *crypto_alloc_sig(const char *alg_name, u32 type, u32 mask) in crypto_alloc_sig()
174 const char *name, u32 type, u32 mask) in crypto_grab_sig()
A Dskcipher.c379 const char *name, u32 type, u32 mask) in crypto_grab_skcipher()
387 u32 type, u32 mask) in crypto_alloc_skcipher()
394 const char *alg_name, u32 type, u32 mask) in crypto_alloc_sync_skcipher()
418 int crypto_has_skcipher(const char *alg_name, u32 type, u32 mask) in crypto_has_skcipher()
A Dtestmgr.c1263 static int check_hash_result(const char *type, in check_hash_result()
1906 u32 type, u32 mask, in __alg_test_hash()
1996 u32 type, u32 mask) in alg_test_hash()
2664 u32 type, u32 mask) in alg_test_aead()
3508 const char *driver, u32 type, u32 mask) in alg_test_cipher()
3532 u32 type, u32 mask) in alg_test_comp()
3554 u32 type, u32 mask) in alg_test_cprng()
3577 const char *driver, u32 type, u32 mask) in drbg_cavs_test()
3647 u32 type, u32 mask) in alg_test_drbg()
3830 u32 type, u32 mask) in alg_test_kpp()
[all …]
A Dalgapi.c724 const char *name, u32 type, u32 mask) in crypto_grab_spawn()
799 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm()
892 int crypto_check_attr_type(struct rtattr **tb, u32 type, u32 *mask_ret) in crypto_check_attr_type()
1042 u32 type, u32 mask) in crypto_type_has_alg()
A Dcryptd.c201 u32 *type, u32 *mask) in cryptd_type_and_mask()
387 u32 type; in cryptd_create_skcipher() local
671 u32 type; in cryptd_create_hash() local
880 u32 type; in cryptd_create_aead() local
956 u32 type, u32 mask) in cryptd_alloc_skcipher()
1008 u32 type, u32 mask) in cryptd_alloc_ahash()
1065 u32 type, u32 mask) in cryptd_alloc_aead()
A Dakcipher.c105 const char *name, u32 type, u32 mask) in crypto_grab_akcipher()
112 struct crypto_akcipher *crypto_alloc_akcipher(const char *alg_name, u32 type, in crypto_alloc_akcipher()
A Dinternal.h45 unsigned int type; member
147 const struct crypto_type *frontend, u32 type, u32 mask) in crypto_alloc_tfm()
A Dshash.c379 const char *name, u32 type, u32 mask) in crypto_grab_shash()
386 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, in crypto_alloc_shash()
393 int crypto_has_shash(const char *alg_name, u32 type, u32 mask) in crypto_has_shash()
A Dcrypto_user.c380 #define MSGSIZE(type) sizeof(struct type) argument
418 int type, err; in crypto_user_rcv_msg() local
A Drng.c104 struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask) in crypto_alloc_rng()
A Dacompress.c152 struct crypto_acomp *crypto_alloc_acomp(const char *alg_name, u32 type, in crypto_alloc_acomp()
159 struct crypto_acomp *crypto_alloc_acomp_node(const char *alg_name, u32 type, in crypto_alloc_acomp_node()
A Dahash.c821 const char *name, u32 type, u32 mask) in crypto_grab_ahash()
828 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash()
835 int crypto_has_ahash(const char *alg_name, u32 type, u32 mask) in crypto_has_ahash()
A Dlskcipher.c330 const char *name, u32 type, u32 mask) in crypto_grab_lskcipher()
338 u32 type, u32 mask) in crypto_alloc_lskcipher()
A Dalgif_rng.c200 static void *rng_bind(const char *name, u32 type, u32 mask) in rng_bind()
A Dalgif_skcipher.c343 static void *skcipher_bind(const char *name, u32 type, u32 mask) in skcipher_bind()
A Dalgif_aead.c424 static void *aead_bind(const char *name, u32 type, u32 mask) in aead_bind()
A Dalgif_hash.c383 static void *hash_bind(const char *name, u32 type, u32 mask) in hash_bind()
A Dessiv.c457 u32 type; in essiv_create() local
A Dtcrypt.c65 static u32 type; variable
1452 static int do_test(const char *alg, u32 type, u32 mask, int m, u32 num_mb) in do_test()
/crypto/asymmetric_keys/
A Drestrict.c71 const struct key_type *type, in restrict_link_by_signature()
131 const struct key_type *type, in restrict_link_by_ca()
172 const struct key_type *type, in restrict_link_by_digsig()
207 const struct key_type *type, in key_or_keyring_common()
329 const struct key_type *type, in restrict_link_by_key_or_keyring()
357 const struct key_type *type, in restrict_link_by_key_or_keyring_chain()

Completed in 52 milliseconds