Home
last modified time | relevance | path

Searched refs:crypto_alg (Results 1 – 134 of 134) sorted by relevance

/linux-4.1.27/crypto/
Dinternal.h43 struct crypto_alg alg;
44 struct crypto_alg *adult;
63 static inline unsigned int crypto_cipher_ctxsize(struct crypto_alg *alg) in crypto_cipher_ctxsize()
68 static inline unsigned int crypto_compress_ctxsize(struct crypto_alg *alg) in crypto_compress_ctxsize()
73 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg);
74 struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, u32 mask);
75 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask);
84 void crypto_larval_kill(struct crypto_alg *alg);
85 struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, u32 mask);
88 void crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list,
[all …]
Dapi.c37 static struct crypto_alg *crypto_larval_wait(struct crypto_alg *alg);
39 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg) in crypto_mod_get()
45 void crypto_mod_put(struct crypto_alg *alg) in crypto_mod_put()
59 static struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type, in __crypto_alg_lookup()
62 struct crypto_alg *q, *alg = NULL; in __crypto_alg_lookup()
99 static void crypto_larval_destroy(struct crypto_alg *alg) in crypto_larval_destroy()
129 static struct crypto_alg *crypto_larval_add(const char *name, u32 type, in crypto_larval_add()
132 struct crypto_alg *alg; in crypto_larval_add()
158 void crypto_larval_kill(struct crypto_alg *alg) in crypto_larval_kill()
170 static struct crypto_alg *crypto_larval_wait(struct crypto_alg *alg) in crypto_larval_wait()
[all …]
Dpcompress.c41 static unsigned int crypto_pcomp_extsize(struct crypto_alg *alg) in crypto_pcomp_extsize()
52 static int crypto_pcomp_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_pcomp_report()
66 static int crypto_pcomp_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_pcomp_report()
72 static void crypto_pcomp_show(struct seq_file *m, struct crypto_alg *alg)
74 static void crypto_pcomp_show(struct seq_file *m, struct crypto_alg *alg) in crypto_pcomp_show()
102 struct crypto_alg *base = &alg->base; in crypto_register_pcomp()
Dalgapi.c27 static inline int crypto_set_driver_name(struct crypto_alg *alg) in crypto_set_driver_name()
54 static int crypto_check_alg(struct crypto_alg *alg) in crypto_check_alg()
72 static void crypto_destroy_instance(struct crypto_alg *alg) in crypto_destroy_instance()
81 static struct list_head *crypto_more_spawns(struct crypto_alg *alg, in crypto_more_spawns()
127 void crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list, in crypto_remove_spawns()
128 struct crypto_alg *nalg) in crypto_remove_spawns()
176 static struct crypto_larval *__crypto_register_alg(struct crypto_alg *alg) in __crypto_register_alg()
178 struct crypto_alg *q; in __crypto_register_alg()
241 struct crypto_alg *alg; in crypto_alg_tested()
242 struct crypto_alg *q; in crypto_alg_tested()
[all …]
Dcrypto_user.c47 static struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact) in crypto_alg_match()
49 struct crypto_alg *q, *alg = NULL; in crypto_alg_match()
80 static int crypto_report_cipher(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_cipher()
99 static int crypto_report_comp(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_comp()
113 static int crypto_report_one(struct crypto_alg *alg, in crypto_report_one()
166 static int crypto_report_alg(struct crypto_alg *alg, in crypto_report_alg()
200 struct crypto_alg *alg; in crypto_report()
235 struct crypto_alg *alg; in crypto_dump_report()
269 struct crypto_alg *alg; in crypto_update_alg()
305 struct crypto_alg *alg; in crypto_del_alg()
[all …]
Daead.c82 static unsigned int crypto_aead_ctxsize(struct crypto_alg *alg, u32 type, in crypto_aead_ctxsize()
115 static int crypto_aead_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_aead_report()
136 static int crypto_aead_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_aead_report()
142 static void crypto_aead_show(struct seq_file *m, struct crypto_alg *alg)
144 static void crypto_aead_show(struct seq_file *m, struct crypto_alg *alg) in crypto_aead_show()
200 static int crypto_nivaead_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_nivaead_report()
221 static int crypto_nivaead_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_nivaead_report()
228 static void crypto_nivaead_show(struct seq_file *m, struct crypto_alg *alg)
230 static void crypto_nivaead_show(struct seq_file *m, struct crypto_alg *alg) in crypto_nivaead_show()
256 struct crypto_alg *alg; in crypto_grab_nivaead()
[all …]
Drng.c64 static int crypto_rng_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_rng_report()
81 static int crypto_rng_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_rng_report()
87 static void crypto_rng_show(struct seq_file *m, struct crypto_alg *alg)
89 static void crypto_rng_show(struct seq_file *m, struct crypto_alg *alg) in crypto_rng_show()
95 static unsigned int crypto_rng_ctxsize(struct crypto_alg *alg, u32 type, in crypto_rng_ctxsize()
Dablkcipher.c346 static unsigned int crypto_ablkcipher_ctxsize(struct crypto_alg *alg, u32 type, in crypto_ablkcipher_ctxsize()
385 static int crypto_ablkcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_ablkcipher_report()
407 static int crypto_ablkcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_ablkcipher_report()
413 static void crypto_ablkcipher_show(struct seq_file *m, struct crypto_alg *alg)
415 static void crypto_ablkcipher_show(struct seq_file *m, struct crypto_alg *alg) in crypto_ablkcipher_show()
466 static int crypto_givcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_givcipher_report()
488 static int crypto_givcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_givcipher_report()
494 static void crypto_givcipher_show(struct seq_file *m, struct crypto_alg *alg)
496 static void crypto_givcipher_show(struct seq_file *m, struct crypto_alg *alg) in crypto_givcipher_show()
520 const char *crypto_default_geniv(const struct crypto_alg *alg) in crypto_default_geniv()
[all …]
Dshash.c334 struct crypto_alg *calg = tfm->__crt_alg; in crypto_init_shash_ops_async()
458 struct crypto_alg *calg = tfm->__crt_alg; in crypto_init_shash_ops_compat()
505 static unsigned int crypto_shash_ctxsize(struct crypto_alg *alg, u32 type, in crypto_shash_ctxsize()
524 static unsigned int crypto_shash_extsize(struct crypto_alg *alg) in crypto_shash_extsize()
530 static int crypto_shash_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_shash_report()
549 static int crypto_shash_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_shash_report()
555 static void crypto_shash_show(struct seq_file *m, struct crypto_alg *alg)
557 static void crypto_shash_show(struct seq_file *m, struct crypto_alg *alg) in crypto_shash_show()
590 struct crypto_alg *base = &alg->base; in shash_prepare_alg()
618 struct crypto_alg *base = &alg->base; in crypto_register_shash()
[all …]
Dahash.c480 static unsigned int crypto_ahash_extsize(struct crypto_alg *alg) in crypto_ahash_extsize()
489 static int crypto_ahash_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_ahash_report()
507 static int crypto_ahash_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_ahash_report()
513 static void crypto_ahash_show(struct seq_file *m, struct crypto_alg *alg)
515 static void crypto_ahash_show(struct seq_file *m, struct crypto_alg *alg) in crypto_ahash_show()
548 struct crypto_alg *base = &alg->halg.base; in ahash_prepare_alg()
564 struct crypto_alg *base = &alg->halg.base; in crypto_register_ahash()
612 struct crypto_alg *alg; in ahash_attr_alg()
Dproc.c82 struct crypto_alg *alg = list_entry(p, struct crypto_alg, cra_list); in c_show()
Dblkcipher.c445 static unsigned int crypto_blkcipher_ctxsize(struct crypto_alg *alg, u32 type, in crypto_blkcipher_ctxsize()
511 static int crypto_blkcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_blkcipher_report()
533 static int crypto_blkcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_blkcipher_report()
539 static void crypto_blkcipher_show(struct seq_file *m, struct crypto_alg *alg)
541 static void crypto_blkcipher_show(struct seq_file *m, struct crypto_alg *alg) in crypto_blkcipher_show()
565 struct crypto_alg *alg; in crypto_grab_nivcipher()
600 struct crypto_alg *alg; in skcipher_geniv_alloc()
Dkrng.c30 static struct crypto_alg krng_alg = {
Dlz4.c79 static struct crypto_alg alg_lz4 = {
Dlz4hc.c79 static struct crypto_alg alg_lz4hc = {
Dlzo.c83 static struct crypto_alg alg = {
D842.c155 static struct crypto_alg alg = {
Dcrypto_null.c109 static struct crypto_alg null_algs[3] = { {
Darc4.c118 static struct crypto_alg arc4_algs[2] = { {
Dmcryptd.c33 static void *mcryptd_alloc_instance(struct crypto_alg *alg, unsigned int head,
228 static void *mcryptd_alloc_instance(struct crypto_alg *alg, unsigned int head, in mcryptd_alloc_instance()
496 struct crypto_alg *alg; in mcryptd_create_hash()
Dblowfish_generic.c109 static struct crypto_alg alg = {
Ddeflate.c197 static struct crypto_alg alg = {
Dtwofish_generic.c182 static struct crypto_alg alg = {
Dkhazad.c849 static struct crypto_alg khazad_alg = {
Dcryptd.c298 static void *cryptd_alloc_instance(struct crypto_alg *alg, unsigned int head, in cryptd_alloc_instance()
337 struct crypto_alg *alg; in cryptd_create_blkcipher()
599 struct crypto_alg *alg; in cryptd_create_hash()
748 struct crypto_alg *alg; in cryptd_create_aead()
Decb.c121 struct crypto_alg *alg; in crypto_ecb_alloc()
Dctr.c184 struct crypto_alg *alg; in crypto_ctr_alloc()
340 struct crypto_alg *alg; in crypto_rfc3686_alloc()
Dccm.c482 struct crypto_alg *ctr; in crypto_ccm_alloc_common()
483 struct crypto_alg *cipher; in crypto_ccm_alloc_common()
752 struct crypto_alg *alg; in crypto_rfc4309_alloc()
Dpcrypt.c309 static struct crypto_instance *pcrypt_alloc_instance(struct crypto_alg *alg) in pcrypt_alloc_instance()
351 struct crypto_alg *alg; in pcrypt_alloc_aead()
Dsalsa20_generic.c214 static struct crypto_alg alg = {
Dalgboss.c233 static int cryptomgr_schedule_test(struct crypto_alg *alg) in cryptomgr_schedule_test()
Dxcbc.c202 struct crypto_alg *alg; in xcbc_create()
Dseed.c443 static struct crypto_alg seed_alg = {
Dcmac.c228 struct crypto_alg *alg; in cmac_create()
Danubis.c674 static struct crypto_alg anubis_alg = {
Dhmac.c184 struct crypto_alg *alg; in hmac_create()
Dgcm.c704 struct crypto_alg *ctr; in crypto_gcm_alloc_common()
705 struct crypto_alg *ghash_alg; in crypto_gcm_alloc_common()
969 struct crypto_alg *alg; in crypto_rfc4106_alloc()
1284 struct crypto_alg *alg; in crypto_rfc4543_alloc()
Dansi_cprng.c427 static struct crypto_alg rng_algs[] = { {
Dcbc.c217 struct crypto_alg *alg; in crypto_cbc_alloc()
Dpcbc.c227 struct crypto_alg *alg; in crypto_pcbc_alloc()
Dtea.c222 static struct crypto_alg tea_algs[3] = { {
Dxts.c290 struct crypto_alg *alg; in alloc()
Dcts.c277 struct crypto_alg *alg; in crypto_cts_alloc()
Dauthenc.c601 struct crypto_alg *auth_base; in crypto_authenc_alloc()
602 struct crypto_alg *enc; in crypto_authenc_alloc()
Ddrbg.c1885 static struct crypto_alg drbg_algs[22];
1892 static inline void __init drbg_fill_array(struct crypto_alg *alg, in drbg_fill_array()
1898 memset(alg, 0, sizeof(struct crypto_alg)); in drbg_fill_array()
Dcast6_generic.c260 static struct crypto_alg alg = {
Dlrw.c329 struct crypto_alg *alg; in alloc()
Dauthencesn.c693 struct crypto_alg *auth_base; in crypto_authenc_esn_alloc()
694 struct crypto_alg *enc; in crypto_authenc_esn_alloc()
Daes_generic.c1442 static struct crypto_alg aes_alg = {
Dcast5_generic.c517 static struct crypto_alg alg = {
Dvmac.c646 struct crypto_alg *alg; in vmac_create()
Dfcrypt.c392 static struct crypto_alg fcrypt_alg = {
Ddes_generic.c954 static struct crypto_alg des_algs[2] = { {
Dcamellia_generic.c1066 static struct crypto_alg camellia_alg = {
Dserpent_generic.c622 static struct crypto_alg srp_algs[2] = { {
/linux-4.1.27/drivers/crypto/vmx/
Dvmx.c31 extern struct crypto_alg p8_aes_alg;
32 extern struct crypto_alg p8_aes_cbc_alg;
33 extern struct crypto_alg p8_aes_ctr_alg;
34 static struct crypto_alg *algs[] = {
44 struct crypto_alg **alg_it; in p8_init()
72 struct crypto_alg **alg_it; in p8_exit()
Daes.c122 struct crypto_alg p8_aes_alg = {
Daes_ctr.c150 struct crypto_alg p8_aes_ctr_alg = {
Daes_cbc.c166 struct crypto_alg p8_aes_cbc_alg = {
/linux-4.1.27/include/crypto/
Dalgapi.h25 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask);
26 unsigned int (*extsize)(struct crypto_alg *alg);
29 void (*show)(struct seq_file *m, struct crypto_alg *alg);
30 int (*report)(struct sk_buff *skb, struct crypto_alg *alg);
31 struct crypto_alg *(*lookup)(const char *name, u32 type, u32 mask);
40 struct crypto_alg alg;
62 struct crypto_alg *alg;
132 void crypto_mod_put(struct crypto_alg *alg);
142 int crypto_init_spawn(struct crypto_spawn *spawn, struct crypto_alg *alg,
144 int crypto_init_spawn2(struct crypto_spawn *spawn, struct crypto_alg *alg,
[all …]
Dcompress.h73 struct crypto_alg base;
89 static inline struct pcomp_alg *__crypto_pcomp_alg(struct crypto_alg *alg) in __crypto_pcomp_alg()
Dhash.h50 struct crypto_alg base;
187 struct crypto_alg base;
264 struct crypto_alg *alg) in __crypto_hash_alg_common()
661 static inline struct shash_alg *__crypto_shash_alg(struct crypto_alg *alg) in __crypto_shash_alg()
/linux-4.1.27/drivers/crypto/nx/
Dnx.h185 extern struct crypto_alg nx_cbc_aes_alg;
186 extern struct crypto_alg nx_ecb_aes_alg;
187 extern struct crypto_alg nx_gcm_aes_alg;
188 extern struct crypto_alg nx_gcm4106_aes_alg;
189 extern struct crypto_alg nx_ctr_aes_alg;
190 extern struct crypto_alg nx_ctr3686_aes_alg;
191 extern struct crypto_alg nx_ccm_aes_alg;
192 extern struct crypto_alg nx_ccm4309_aes_alg;
Dnx-aes-ctr.c147 struct crypto_alg nx_ctr_aes_alg = {
168 struct crypto_alg nx_ctr3686_aes_alg = {
Dnx-aes-cbc.c130 struct crypto_alg nx_cbc_aes_alg = {
Dnx-aes-ecb.c130 struct crypto_alg nx_ecb_aes_alg = {
Dnx-aes-gcm.c487 struct crypto_alg nx_gcm_aes_alg = {
508 struct crypto_alg nx_gcm4106_aes_alg = {
Dnx-aes-ccm.c563 struct crypto_alg nx_ccm_aes_alg = {
585 struct crypto_alg nx_ccm4309_aes_alg = {
/linux-4.1.27/include/crypto/internal/
Dskcipher.h37 struct crypto_alg *crypto_lookup_skcipher(const char *name, u32 type, u32 mask);
44 static inline struct crypto_alg *crypto_skcipher_spawn_alg( in crypto_skcipher_spawn_alg()
60 const char *crypto_default_geniv(const struct crypto_alg *alg);
Dhash.h136 static inline struct ahash_alg *__crypto_ahash_alg(struct crypto_alg *alg) in __crypto_ahash_alg()
167 return sizeof(struct ahash_alg) - sizeof(struct crypto_alg); in ahash_instance_headroom()
171 const char *name, struct crypto_alg *alg) in ahash_alloc_instance()
224 const char *name, struct crypto_alg *alg) in shash_alloc_instance()
Daead.h34 struct crypto_alg *crypto_lookup_aead(const char *name, u32 type, u32 mask);
44 static inline struct crypto_alg *crypto_aead_spawn_alg( in crypto_aead_spawn_alg()
/linux-4.1.27/drivers/crypto/ccp/
Dccp-crypto.h34 struct crypto_alg alg;
53 struct crypto_alg *alg = tfm->__crt_alg; in ccp_crypto_ablkcipher_alg()
61 struct crypto_alg *alg = tfm->__crt_alg; in ccp_crypto_ahash_alg()
Dccp-crypto-aes.c218 static struct crypto_alg ccp_aes_defaults = {
239 static struct crypto_alg ccp_aes_rfc3686_defaults = {
266 struct crypto_alg *alg_defaults;
324 struct crypto_alg *alg; in ccp_register_aes_alg()
Dccp-crypto-sha.c372 struct crypto_alg *base; in ccp_register_hmac_alg()
416 struct crypto_alg *base; in ccp_register_sha_alg()
Dccp-crypto-aes-xts.c229 struct crypto_alg *alg; in ccp_register_aes_xts_alg()
Dccp-crypto-aes-cmac.c357 struct crypto_alg *base; in ccp_register_aes_cmac_algs()
/linux-4.1.27/arch/s390/crypto/
Ddes_s390.c66 static struct crypto_alg des_alg = {
165 static struct crypto_alg ecb_des_alg = {
205 static struct crypto_alg cbc_des_alg = {
270 static struct crypto_alg des3_alg = {
311 static struct crypto_alg ecb_des3_alg = {
351 static struct crypto_alg cbc_des3_alg = {
474 static struct crypto_alg ctr_des_alg = {
517 static struct crypto_alg ctr_des3_alg = {
Daes_s390.c210 static struct crypto_alg aes_alg = {
391 static struct crypto_alg ecb_aes_alg = {
507 static struct crypto_alg cbc_aes_alg = {
714 static struct crypto_alg xts_aes_alg = {
868 static struct crypto_alg ctr_aes_alg = {
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_crypto.h103 struct crypto_alg { struct
122 int crypto_register_alg(struct crypto_alg *alg); argument
123 int crypto_unregister_alg(struct crypto_alg *alg);
196 struct crypto_alg *__crt_alg;
225 struct crypto_alg *alg = tfm->__crt_alg; in crypto_tfm_alg_modname()
/linux-4.1.27/drivers/crypto/amcc/
Dcrypto4xx_core.h146 struct crypto_alg cipher;
158 struct crypto_alg *x) in crypto_alg_to_crypto4xx_alg()
Dcrypto4xx_alg.c185 struct crypto_alg *alg = tfm->__crt_alg; in crypto4xx_hash_alg_init()
Dcrypto4xx_core.c994 struct crypto_alg *alg = tfm->__crt_alg; in crypto4xx_alg_init()
1027 struct crypto4xx_alg_common *crypto_alg, in crypto4xx_register_alg() argument
1039 alg->alg = crypto_alg[i]; in crypto4xx_register_alg()
/linux-4.1.27/drivers/crypto/qce/
Dcipher.h62 struct crypto_alg *alg = tfm->__crt_alg; in to_cipher_tmpl()
Dcommon.h90 struct crypto_alg crypto;
Dablkcipher.c350 struct crypto_alg *alg; in qce_ablkcipher_register_one()
Dsha.c504 struct crypto_alg *base; in qce_ahash_register_one()
/linux-4.1.27/arch/x86/crypto/
Dtwofish_glue.c64 static struct crypto_alg alg = {
Daes_glue.c35 static struct crypto_alg aes_alg = {
Dsalsa20_glue.c85 static struct crypto_alg alg = {
Dfpu.c105 struct crypto_alg *alg; in crypto_fpu_alloc()
Dtwofish_glue_3way.c335 static struct crypto_alg tf_algs[5] = { {
Dblowfish_glue.c358 static struct crypto_alg bf_algs[4] = { {
Ddes3_ede_glue.c385 static struct crypto_alg des3_ede_algs[4] = { {
Dcast5_avx_glue.c340 static struct crypto_alg cast5_algs[6] = { {
Dtwofish_avx_glue.c339 static struct crypto_alg twofish_algs[10] = { {
Dserpent_avx2_glue.c308 static struct crypto_alg srp_algs[10] = { {
Dcast6_avx_glue.c371 static struct crypto_alg cast6_algs[10] = { {
Dcamellia_aesni_avx2_glue.c342 static struct crypto_alg cmll_algs[10] = { {
Dserpent_avx_glue.c377 static struct crypto_alg serpent_algs[10] = { {
Dcamellia_aesni_avx_glue.c334 static struct crypto_alg cmll_algs[10] = { {
Dserpent_sse2_glue.c386 static struct crypto_alg serpent_algs[10] = { {
Dcamellia_glue.c1561 static struct crypto_alg camellia_algs[6] = { {
Daesni-intel_glue.c1244 static struct crypto_alg aesni_algs[] = { {
/linux-4.1.27/include/linux/
Dcrypto.h539 struct crypto_alg { struct
567 void (*cra_destroy)(struct crypto_alg *alg); argument
575 int crypto_register_alg(struct crypto_alg *alg); argument
576 int crypto_unregister_alg(struct crypto_alg *alg);
577 int crypto_register_algs(struct crypto_alg *algs, int count);
578 int crypto_unregister_algs(struct crypto_alg *algs, int count);
688 struct crypto_alg *__crt_alg;
/linux-4.1.27/drivers/crypto/
Dpicoxcell_crypto.c141 struct crypto_alg alg;
182 static inline struct spacc_alg *to_spacc_alg(struct crypto_alg *alg) in to_spacc_alg()
548 struct crypto_alg *alg = req->req->tfm->__crt_alg; in spacc_aead_need_fallback()
599 struct crypto_alg *alg = req->req->tfm->__crt_alg; in spacc_aead_submit()
684 struct crypto_alg *alg = req->base.tfm->__crt_alg; in spacc_aead_setup()
774 struct crypto_alg *alg = tfm->__crt_alg; in spacc_aead_cra_init()
914 struct crypto_alg *alg = req->req->tfm->__crt_alg; in spacc_ablk_need_fallback()
947 struct crypto_alg *alg = req->req->tfm->__crt_alg; in spacc_ablk_submit()
1003 struct crypto_alg *alg = req->base.tfm->__crt_alg; in spacc_ablk_setup()
1080 struct crypto_alg *alg = tfm->__crt_alg; in spacc_ablk_cra_init()
[all …]
Dpadlock-aes.c322 static struct crypto_alg aes_alg = {
400 static struct crypto_alg ecb_aes_alg = {
482 static struct crypto_alg cbc_aes_alg = {
Dgeode-aes.c280 static struct crypto_alg geode_alg = {
390 static struct crypto_alg geode_cbc_alg = {
476 static struct crypto_alg geode_ecb_alg = {
Dn2_core.c255 struct crypto_alg *alg = tfm->__crt_alg; in n2_ahash_alg()
270 struct crypto_alg *alg = tfm->__crt_alg; in n2_hmac_alg()
700 struct crypto_alg alg;
705 struct crypto_alg *alg = tfm->__crt_alg; in n2_cipher_alg()
1391 struct crypto_alg *alg; in __n2_register_one_cipher()
1428 struct crypto_alg *base; in __n2_register_one_hmac()
1466 struct crypto_alg *base; in __n2_register_one_ahash()
Domap-aes.c115 struct crypto_alg *algs_list;
832 static struct crypto_alg algs_ecb_cbc[] = {
880 static struct crypto_alg algs_ctr[] = {
1171 struct crypto_alg *algp; in omap_aes_probe()
Domap-des.c96 struct crypto_alg *algs_list;
779 static struct crypto_alg algs_ecb_cbc[] = {
1054 struct crypto_alg *algp; in omap_des_probe()
Dmv_cesa.c926 static struct crypto_alg mv_aes_alg_ecb = {
949 static struct crypto_alg mv_aes_alg_cbc = {
Ds5p-sss.c595 static struct crypto_alg algs[] = {
Datmel-aes.c959 static struct crypto_alg aes_algs[] = {
1129 static struct crypto_alg aes_cfb64_alg = {
Dixp4xx_crypto.c193 struct crypto_alg crypto;
1427 struct crypto_alg *cra = &ixp4xx_algos[i].crypto; in ixp_module_init()
Dhifn_795x.c633 struct crypto_alg alg;
2474 struct crypto_alg *alg = tfm->__crt_alg; in hifn_cra_init()
2595 dev = kzalloc(sizeof(struct hifn_device) + sizeof(struct crypto_alg), in hifn_probe()
Dtalitos.c1912 struct crypto_alg crypto;
2381 struct crypto_alg *alg = tfm->__crt_alg; in talitos_cra_init()
2508 struct crypto_alg *alg; in talitos_alg_alloc()
Dmxs-dcp.c779 static struct crypto_alg dcp_aes_algs[] = {
Datmel-tdes.c919 static struct crypto_alg tdes_algs[] = {
Dsahara.c1272 static struct crypto_alg aes_algs[] = {
/linux-4.1.27/arch/arm/crypto/
Daes_glue.c61 static struct crypto_alg aes_alg = {
Daesbs-glue.c300 static struct crypto_alg aesbs_algs[] = { {
Daes-ce-glue.c353 static struct crypto_alg aes_algs[] = { {
/linux-4.1.27/arch/arm64/crypto/
Daes-ce-cipher.c237 static struct crypto_alg aes_alg = {
Daes-ce-ccm-glue.c261 static struct crypto_alg ccm_aes_alg = {
Daes-glue.c283 static struct crypto_alg aes_algs[] = { {
/linux-4.1.27/arch/sparc/crypto/
Dcamellia_glue.c226 static struct crypto_alg algs[] = { {
Daes_glue.c385 static struct crypto_alg algs[] = { {
Ddes_glue.c381 static struct crypto_alg algs[] = { {
/linux-4.1.27/drivers/crypto/caam/
Dcaamalg.c4132 struct crypto_alg crypto_alg; member
4137 struct crypto_alg *alg = tfm->__crt_alg; in caam_cra_init()
4139 container_of(alg, struct caam_crypto_alg, crypto_alg); in caam_cra_init()
4191 crypto_unregister_alg(&t_alg->crypto_alg); in caam_algapi_exit()
4201 struct crypto_alg *alg; in caam_alg_alloc()
4209 alg = &t_alg->crypto_alg; in caam_alg_alloc()
4293 err = crypto_register_alg(&t_alg->crypto_alg); in caam_algapi_init()
4296 t_alg->crypto_alg.cra_driver_name); in caam_algapi_init()
Dcaamhash.c1751 struct crypto_alg *base = tfm->__crt_alg; in caam_hash_cra_init()
1843 struct crypto_alg *alg; in caam_hash_alloc()
/linux-4.1.27/arch/powerpc/crypto/
Daes-spe-glue.c391 static struct crypto_alg aes_algs[] = { {
/linux-4.1.27/drivers/crypto/ux500/cryp/
Dcryp_core.c1090 struct crypto_alg crypto;
1096 struct crypto_alg *alg = tfm->__crt_alg; in cryp_cra_init()
/linux-4.1.27/drivers/crypto/ux500/hash/
Dhash_core.c1498 struct crypto_alg *alg = tfm->__crt_alg; in hash_cra_init()
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dqat_algs.c1183 static struct crypto_alg qat_algs[] = { {