Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dinternal.h42 struct crypto_alg alg;
43 struct crypto_alg *adult;
62 static inline unsigned int crypto_cipher_ctxsize(struct crypto_alg *alg) in crypto_cipher_ctxsize()
67 static inline unsigned int crypto_compress_ctxsize(struct crypto_alg *alg) in crypto_compress_ctxsize()
72 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg);
73 struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, u32 mask);
74 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask);
83 void crypto_larval_kill(struct crypto_alg *alg);
84 struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, u32 mask);
87 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 …]
Dalgapi.c28 static inline int crypto_set_driver_name(struct crypto_alg *alg) in crypto_set_driver_name()
52 static int crypto_check_alg(struct crypto_alg *alg) in crypto_check_alg()
80 static void crypto_destroy_instance(struct crypto_alg *alg) in crypto_destroy_instance()
89 static struct list_head *crypto_more_spawns(struct crypto_alg *alg, in crypto_more_spawns()
135 void crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list, in crypto_remove_spawns()
136 struct crypto_alg *nalg) in crypto_remove_spawns()
184 static struct crypto_larval *__crypto_register_alg(struct crypto_alg *alg) in __crypto_register_alg()
186 struct crypto_alg *q; in __crypto_register_alg()
249 struct crypto_alg *alg; in crypto_alg_tested()
250 struct crypto_alg *q; in crypto_alg_tested()
[all …]
Dpcompress.c47 static int crypto_pcomp_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_pcomp_report()
61 static int crypto_pcomp_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_pcomp_report()
67 static void crypto_pcomp_show(struct seq_file *m, struct crypto_alg *alg)
69 static void crypto_pcomp_show(struct seq_file *m, struct crypto_alg *alg) in crypto_pcomp_show()
97 struct crypto_alg *base = &alg->base; in crypto_register_pcomp()
Dcrypto_user.c48 static struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact) in crypto_alg_match()
50 struct crypto_alg *q, *alg = NULL; in crypto_alg_match()
81 static int crypto_report_cipher(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_cipher()
100 static int crypto_report_comp(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_comp()
114 static int crypto_report_akcipher(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_akcipher()
129 static int crypto_report_one(struct crypto_alg *alg, in crypto_report_one()
188 static int crypto_report_alg(struct crypto_alg *alg, in crypto_report_alg()
222 struct crypto_alg *alg; in crypto_report()
257 struct crypto_alg *alg; in crypto_dump_report()
291 struct crypto_alg *alg; in crypto_update_alg()
[all …]
Dakcipher.c27 static int crypto_akcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_akcipher_report()
42 static int crypto_akcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_akcipher_report()
48 static void crypto_akcipher_show(struct seq_file *m, struct crypto_alg *alg)
51 static void crypto_akcipher_show(struct seq_file *m, struct crypto_alg *alg) in crypto_akcipher_show()
100 struct crypto_alg *base = &alg->base; in crypto_register_akcipher()
Drng.c66 static unsigned int seedsize(struct crypto_alg *alg) in seedsize()
74 static int crypto_rng_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_rng_report()
91 static int crypto_rng_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_rng_report()
97 static void crypto_rng_show(struct seq_file *m, struct crypto_alg *alg)
99 static void crypto_rng_show(struct seq_file *m, struct crypto_alg *alg) in crypto_rng_show()
187 struct crypto_alg *base = &alg->base; in crypto_register_rng()
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()
525 static int crypto_shash_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_shash_report()
544 static int crypto_shash_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_shash_report()
550 static void crypto_shash_show(struct seq_file *m, struct crypto_alg *alg)
552 static void crypto_shash_show(struct seq_file *m, struct crypto_alg *alg) in crypto_shash_show()
585 struct crypto_alg *base = &alg->base; in shash_prepare_alg()
613 struct crypto_alg *base = &alg->base; in crypto_register_shash()
697 struct crypto_alg *alg; in shash_attr_alg()
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()
Daead.c107 static int crypto_aead_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_aead_report()
128 static int crypto_aead_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_aead_report()
134 static void crypto_aead_show(struct seq_file *m, struct crypto_alg *alg)
136 static void crypto_aead_show(struct seq_file *m, struct crypto_alg *alg) in crypto_aead_show()
347 struct crypto_alg *base = &alg->base; in aead_prepare_alg()
361 struct crypto_alg *base = &alg->base; in crypto_register_aead()
Dproc.c43 struct crypto_alg *alg = list_entry(p, struct crypto_alg, cra_list); in c_show()
Dskcipher.c23 static unsigned int crypto_skcipher_extsize(struct crypto_alg *alg) in crypto_skcipher_extsize()
96 struct crypto_alg *calg = tfm->__crt_alg; in crypto_init_skcipher_ops_blkcipher()
188 struct crypto_alg *calg = tfm->__crt_alg; in crypto_init_skcipher_ops_ablkcipher()
Dblkcipher.c446 static unsigned int crypto_blkcipher_ctxsize(struct crypto_alg *alg, u32 type, in crypto_blkcipher_ctxsize()
512 static int crypto_blkcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_blkcipher_report()
534 static int crypto_blkcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_blkcipher_report()
540 static void crypto_blkcipher_show(struct seq_file *m, struct crypto_alg *alg)
542 static void crypto_blkcipher_show(struct seq_file *m, struct crypto_alg *alg) in crypto_blkcipher_show()
566 struct crypto_alg *alg; in crypto_grab_nivcipher()
601 struct crypto_alg *alg; in skcipher_geniv_alloc()
D842.c55 static struct crypto_alg alg = {
Dlzo.c83 static struct crypto_alg alg = {
Dlz4hc.c79 static struct crypto_alg alg_lz4hc = {
Dlz4.c79 static struct crypto_alg alg_lz4 = {
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 = {
Dcrypto_null.c113 static struct crypto_alg null_algs[3] = { {
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 struct crypto_alg *alg) in cryptd_init_instance()
314 static void *cryptd_alloc_instance(struct crypto_alg *alg, unsigned int head, in cryptd_alloc_instance()
346 struct crypto_alg *alg; in cryptd_create_blkcipher()
608 struct crypto_alg *alg; in cryptd_create_hash()
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()
Dauthenc.c386 struct crypto_alg *auth_base; in crypto_authenc_create()
387 struct crypto_alg *enc; in crypto_authenc_create()
Dauthencesn.c402 struct crypto_alg *auth_base; in crypto_authenc_esn_create()
403 struct crypto_alg *enc; in crypto_authenc_esn_create()
Dsalsa20_generic.c214 static struct crypto_alg alg = {
Dxcbc.c202 struct crypto_alg *alg; in xcbc_create()
Dalgboss.c233 static int cryptomgr_schedule_test(struct crypto_alg *alg) in cryptomgr_schedule_test()
Dchacha20_generic.c172 static struct crypto_alg alg = {
Dcmac.c228 struct crypto_alg *alg; in cmac_create()
Dseed.c443 static struct crypto_alg seed_alg = {
Danubis.c674 static struct crypto_alg anubis_alg = {
Dhmac.c184 struct crypto_alg *alg; in hmac_create()
Dkeywrap.c346 struct crypto_alg *alg = NULL; in crypto_kw_alloc()
Dpcbc.c227 struct crypto_alg *alg; in crypto_pcbc_alloc()
Dcbc.c217 struct crypto_alg *alg; in crypto_cbc_alloc()
Dtea.c222 static struct crypto_alg tea_algs[3] = { {
Dchacha20poly1305.c574 struct crypto_alg *chacha; in chachapoly_create()
575 struct crypto_alg *poly; in chachapoly_create()
Dxts.c290 struct crypto_alg *alg; in alloc()
Dcts.c277 struct crypto_alg *alg; in crypto_cts_alloc()
Dcast6_generic.c260 static struct crypto_alg alg = {
Dlrw.c329 struct crypto_alg *alg; in alloc()
Dccm.c512 struct crypto_alg *ctr; in crypto_ccm_create_common()
513 struct crypto_alg *cipher; in crypto_ccm_create_common()
Dpcrypt.c258 struct crypto_alg *alg) in pcrypt_init_instance()
Daes_generic.c1442 static struct crypto_alg aes_alg = {
Dcast5_generic.c517 static struct crypto_alg alg = {
Dgcm.c627 struct crypto_alg *ctr; in crypto_gcm_create_common()
628 struct crypto_alg *ghash_alg; in crypto_gcm_create_common()
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.4.14/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.c131 struct crypto_alg p8_aes_alg = {
Daes_ctr.c165 struct crypto_alg p8_aes_ctr_alg = {
Daes_cbc.c181 struct crypto_alg p8_aes_cbc_alg = {
/linux-4.4.14/include/crypto/
Dalgapi.h27 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask);
28 unsigned int (*extsize)(struct crypto_alg *alg);
31 void (*show)(struct seq_file *m, struct crypto_alg *alg);
32 int (*report)(struct sk_buff *skb, struct crypto_alg *alg);
33 struct crypto_alg *(*lookup)(const char *name, u32 type, u32 mask);
43 struct crypto_alg alg;
65 struct crypto_alg *alg;
134 void crypto_mod_put(struct crypto_alg *alg);
144 int crypto_init_spawn(struct crypto_spawn *spawn, struct crypto_alg *alg,
146 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;
192 struct crypto_alg base;
283 struct crypto_alg *alg) in __crypto_hash_alg_common()
680 static inline struct shash_alg *__crypto_shash_alg(struct crypto_alg *alg) in __crypto_shash_alg()
Dakcipher.h106 struct crypto_alg base;
139 static inline struct akcipher_alg *__crypto_akcipher_alg(struct crypto_alg *alg) in __crypto_akcipher_alg()
Drng.h56 struct crypto_alg base;
Daead.h148 struct crypto_alg base;
/linux-4.4.14/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()
/linux-4.4.14/drivers/crypto/marvell/
Dcesa.h371 struct crypto_alg **cipher_algs;
818 extern struct crypto_alg mv_cesa_ecb_des_alg;
819 extern struct crypto_alg mv_cesa_cbc_des_alg;
820 extern struct crypto_alg mv_cesa_ecb_des3_ede_alg;
821 extern struct crypto_alg mv_cesa_cbc_des3_ede_alg;
822 extern struct crypto_alg mv_cesa_ecb_aes_alg;
823 extern struct crypto_alg mv_cesa_cbc_aes_alg;
Dcipher.c462 struct crypto_alg mv_cesa_ecb_des_alg = {
514 struct crypto_alg mv_cesa_cbc_des_alg = {
584 struct crypto_alg mv_cesa_ecb_des3_ede_alg = {
640 struct crypto_alg mv_cesa_cbc_des3_ede_alg = {
724 struct crypto_alg mv_cesa_ecb_aes_alg = {
775 struct crypto_alg mv_cesa_cbc_aes_alg = {
Dcesa.c175 static struct crypto_alg *orion_cipher_algs[] = {
191 static struct crypto_alg *armada_370_cipher_algs[] = {
/linux-4.4.14/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.c385 struct crypto_alg *base; in ccp_register_hmac_alg()
429 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.c375 struct crypto_alg *base; in ccp_register_aes_cmac_algs()
/linux-4.4.14/arch/s390/crypto/
Ddes_s390.c67 static struct crypto_alg des_alg = {
166 static struct crypto_alg ecb_des_alg = {
206 static struct crypto_alg cbc_des_alg = {
271 static struct crypto_alg des3_alg = {
312 static struct crypto_alg ecb_des3_alg = {
352 static struct crypto_alg cbc_des3_alg = {
475 static struct crypto_alg ctr_des_alg = {
518 static struct crypto_alg ctr_des3_alg = {
Daes_s390.c211 static struct crypto_alg aes_alg = {
392 static struct crypto_alg ecb_aes_alg = {
508 static struct crypto_alg cbc_aes_alg = {
715 static struct crypto_alg xts_aes_alg = {
869 static struct crypto_alg ctr_aes_alg = {
/linux-4.4.14/drivers/crypto/nx/
Dnx.h188 extern struct crypto_alg nx_cbc_aes_alg;
189 extern struct crypto_alg nx_ecb_aes_alg;
192 extern struct crypto_alg nx_ctr3686_aes_alg;
Dnx-aes-ecb.c130 struct crypto_alg nx_ecb_aes_alg = {
Dnx-aes-cbc.c130 struct crypto_alg nx_cbc_aes_alg = {
Dnx-aes-ctr.c147 struct crypto_alg nx_ctr3686_aes_alg = {
Dnx.c527 static int nx_register_alg(struct crypto_alg *alg, u32 fc, u32 mode) in nx_register_alg()
547 static void nx_unregister_alg(struct crypto_alg *alg, u32 fc, u32 mode) in nx_unregister_alg()
Dnx-842-powernv.c592 static struct crypto_alg nx842_powernv_alg = {
Dnx-842-pseries.c974 static struct crypto_alg nx842_pseries_alg = {
/linux-4.4.14/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.c974 struct crypto_alg *alg = tfm->__crt_alg; in crypto4xx_alg_init()
1007 struct crypto4xx_alg_common *crypto_alg, in crypto4xx_register_alg() argument
1019 alg->alg = crypto_alg[i]; in crypto4xx_register_alg()
/linux-4.4.14/include/linux/
Dcrypto.h441 struct crypto_alg { struct
467 void (*cra_destroy)(struct crypto_alg *alg); argument
475 int crypto_register_alg(struct crypto_alg *alg); argument
476 int crypto_unregister_alg(struct crypto_alg *alg);
477 int crypto_register_algs(struct crypto_alg *algs, int count);
478 int crypto_unregister_algs(struct crypto_alg *algs, int count);
563 struct crypto_alg *__crt_alg;
/linux-4.4.14/drivers/crypto/qce/
Dcipher.h58 struct crypto_alg *alg = tfm->__crt_alg; in to_cipher_tmpl()
Dcommon.h90 struct crypto_alg crypto;
Dablkcipher.c340 struct crypto_alg *alg; in qce_ablkcipher_register_one()
Dsha.c500 struct crypto_alg *base; in qce_ahash_register_one()
/linux-4.4.14/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 = {
Dchacha20_glue.c103 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.c339 static struct crypto_alg cast5_algs[6] = { {
Dserpent_avx2_glue.c307 static struct crypto_alg srp_algs[10] = { {
Dtwofish_avx_glue.c337 static struct crypto_alg twofish_algs[10] = { {
Dcamellia_aesni_avx_glue.c333 static struct crypto_alg cmll_algs[10] = { {
Dserpent_sse2_glue.c386 static struct crypto_alg serpent_algs[10] = { {
Dcast6_avx_glue.c370 static struct crypto_alg cast6_algs[10] = { {
Dserpent_avx_glue.c376 static struct crypto_alg serpent_algs[10] = { {
Dcamellia_aesni_avx2_glue.c341 static struct crypto_alg cmll_algs[10] = { {
Dcamellia_glue.c1561 static struct crypto_alg camellia_algs[6] = { {
Daesni-intel_glue.c1127 static struct crypto_alg aesni_algs[] = { {
/linux-4.4.14/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.4.14/drivers/crypto/
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 = {
Dpicoxcell_crypto.c150 struct crypto_alg alg;
189 static inline struct spacc_alg *to_spacc_alg(struct crypto_alg *alg) in to_spacc_alg()
825 struct crypto_alg *alg = req->req->tfm->__crt_alg; in spacc_ablk_need_fallback()
858 struct crypto_alg *alg = req->req->tfm->__crt_alg; in spacc_ablk_submit()
914 struct crypto_alg *alg = req->base.tfm->__crt_alg; in spacc_ablk_setup()
991 struct crypto_alg *alg = tfm->__crt_alg; in spacc_ablk_cra_init()
1115 struct crypto_alg *alg = req->req->tfm->__crt_alg; in spacc_req_submit()
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.c116 struct crypto_alg *algs_list;
830 static struct crypto_alg algs_ecb_cbc[] = {
878 static struct crypto_alg algs_ctr[] = {
1167 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.c931 static struct crypto_alg mv_aes_alg_ecb = {
954 static struct crypto_alg mv_aes_alg_cbc = {
Ds5p-sss.c577 static struct crypto_alg algs[] = {
Datmel-aes.c959 static struct crypto_alg aes_algs[] = {
1129 static struct crypto_alg aes_cfb64_alg = {
Dtalitos.c2101 struct crypto_alg crypto;
2622 struct crypto_alg *alg = tfm->__crt_alg; in talitos_cra_init()
2734 struct crypto_alg *alg; in talitos_alg_alloc()
3018 struct crypto_alg *alg = NULL; in talitos_probe()
Dixp4xx_crypto.c194 struct crypto_alg crypto;
1405 struct crypto_alg *cra = &ixp4xx_algos[i].crypto; in ixp_module_init()
Dhifn_795x.c631 struct crypto_alg alg;
2472 struct crypto_alg *alg = tfm->__crt_alg; in hifn_cra_init()
2593 dev = kzalloc(sizeof(struct hifn_device) + sizeof(struct crypto_alg), in hifn_probe()
Dmxs-dcp.c779 static struct crypto_alg dcp_aes_algs[] = {
Datmel-tdes.c919 static struct crypto_alg tdes_algs[] = {
Dsahara.c1208 static struct crypto_alg aes_algs[] = {
/linux-4.4.14/drivers/crypto/sunxi-ss/
Dsun4i-ss.h143 struct crypto_alg crypto;
Dsun4i-ss-cipher.c459 struct crypto_alg *alg = tfm->__crt_alg; in sun4i_ss_cipher_init()
/linux-4.4.14/arch/arm64/crypto/
Daes-ce-cipher.c237 static struct crypto_alg aes_alg = {
Daes-glue.c283 static struct crypto_alg aes_algs[] = { {
/linux-4.4.14/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.4.14/drivers/crypto/caam/
Dcaamalg.c4323 struct crypto_alg crypto_alg; member
4346 struct crypto_alg *alg = tfm->__crt_alg; in caam_cra_init()
4348 container_of(alg, struct caam_crypto_alg, crypto_alg); in caam_cra_init()
4415 crypto_unregister_alg(&t_alg->crypto_alg); in caam_algapi_exit()
4425 struct crypto_alg *alg; in caam_alg_alloc()
4433 alg = &t_alg->crypto_alg; in caam_alg_alloc()
4552 err = crypto_register_alg(&t_alg->crypto_alg); in caam_algapi_init()
4555 t_alg->crypto_alg.cra_driver_name); in caam_algapi_init()
Dcaamhash.c1762 struct crypto_alg *base = tfm->__crt_alg; in caam_hash_cra_init()
1854 struct crypto_alg *alg; in caam_hash_alloc()
/linux-4.4.14/arch/powerpc/crypto/
Daes-spe-glue.c391 static struct crypto_alg aes_algs[] = { {
/linux-4.4.14/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.4.14/drivers/crypto/ux500/hash/
Dhash_core.c1498 struct crypto_alg *alg = tfm->__crt_alg; in hash_cra_init()
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dqat_algs.c1204 static struct crypto_alg qat_algs[] = { {