Searched refs:crypto_alg (Results 1 - 25 of 81) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dinternal.h43 struct crypto_alg alg;
44 struct crypto_alg *adult;
63 static inline unsigned int crypto_cipher_ctxsize(struct crypto_alg *alg)
68 static inline unsigned int crypto_compress_ctxsize(struct crypto_alg *alg)
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_looku
[all...]
H A Dapi.c37 static inline struct crypto_alg *crypto_alg_get(struct crypto_alg *alg)
43 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg)
49 void crypto_mod_put(struct crypto_alg *alg)
63 static struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type,
66 struct crypto_alg *q, *alg = NULL;
103 static void crypto_larval_destroy(struct crypto_alg *alg)
133 static struct crypto_alg *crypto_larval_add(const char *name, u32 type,
136 struct crypto_alg *al
[all...]
H A Dpcompress.c39 static unsigned int crypto_pcomp_extsize(struct crypto_alg *alg)
49 static void crypto_pcomp_show(struct seq_file *m, struct crypto_alg *alg)
51 static void crypto_pcomp_show(struct seq_file *m, struct crypto_alg *alg)
78 struct crypto_alg *base = &alg->base;
H A Drng.c61 static void crypto_rng_show(struct seq_file *m, struct crypto_alg *alg)
63 static void crypto_rng_show(struct seq_file *m, struct crypto_alg *alg)
69 static unsigned int crypto_rng_ctxsize(struct crypto_alg *alg, u32 type,
H A Dalgapi.c31 struct crypto_alg *alg;
45 static inline int crypto_set_driver_name(struct crypto_alg *alg)
62 static int crypto_check_alg(struct crypto_alg *alg)
76 static void crypto_destroy_instance(struct crypto_alg *alg)
85 static struct list_head *crypto_more_spawns(struct crypto_alg *alg,
132 static void crypto_remove_spawns(struct crypto_alg *alg,
134 struct crypto_alg *nalg)
181 static struct crypto_larval *__crypto_register_alg(struct crypto_alg *alg)
183 struct crypto_alg *q;
247 struct crypto_alg *al
[all...]
H A Dkrng.c30 static struct crypto_alg krng_alg = {
H A Daead.c80 static unsigned int crypto_aead_ctxsize(struct crypto_alg *alg, u32 type,
112 static void crypto_aead_show(struct seq_file *m, struct crypto_alg *alg)
114 static void crypto_aead_show(struct seq_file *m, struct crypto_alg *alg)
168 static void crypto_nivaead_show(struct seq_file *m, struct crypto_alg *alg)
170 static void crypto_nivaead_show(struct seq_file *m, struct crypto_alg *alg)
195 struct crypto_alg *alg;
219 struct crypto_alg *alg;
337 static int crypto_nivaead_default(struct crypto_alg *alg, u32 type, u32 mask)
350 struct crypto_alg *larval;
411 static struct crypto_alg *crypto_lookup_aea
[all...]
H A Dablkcipher.c347 static unsigned int crypto_ablkcipher_ctxsize(struct crypto_alg *alg, u32 type,
385 static void crypto_ablkcipher_show(struct seq_file *m, struct crypto_alg *alg)
387 static void crypto_ablkcipher_show(struct seq_file *m, struct crypto_alg *alg)
436 static void crypto_givcipher_show(struct seq_file *m, struct crypto_alg *alg)
438 static void crypto_givcipher_show(struct seq_file *m, struct crypto_alg *alg)
461 const char *crypto_default_geniv(const struct crypto_alg *alg)
473 static int crypto_givcipher_default(struct crypto_alg *alg, u32 type, u32 mask)
486 struct crypto_alg *larval;
555 static struct crypto_alg *crypto_lookup_skcipher(const char *name, u32 type,
558 struct crypto_alg *al
[all...]
H A Dcrypto_null.c97 static struct crypto_alg compress_null = {
125 static struct crypto_alg cipher_null = {
140 static struct crypto_alg skcipher_null = {
H A Dproc.c81 struct crypto_alg *alg = list_entry(p, struct crypto_alg, cra_list);
H A Dshash.c325 struct crypto_alg *calg = tfm->__crt_alg;
448 struct crypto_alg *calg = tfm->__crt_alg;
495 static unsigned int crypto_shash_ctxsize(struct crypto_alg *alg, u32 type,
514 static unsigned int crypto_shash_extsize(struct crypto_alg *alg)
519 static void crypto_shash_show(struct seq_file *m, struct crypto_alg *alg)
521 static void crypto_shash_show(struct seq_file *m, struct crypto_alg *alg)
553 struct crypto_alg *base = &alg->base;
581 struct crypto_alg *base = &alg->base;
629 struct crypto_alg *alg;
H A Dahash.c392 static unsigned int crypto_ahash_extsize(struct crypto_alg *alg)
400 static void crypto_ahash_show(struct seq_file *m, struct crypto_alg *alg)
402 static void crypto_ahash_show(struct seq_file *m, struct crypto_alg *alg)
434 struct crypto_alg *base = &alg->halg.base;
449 struct crypto_alg *base = &alg->halg.base;
497 struct crypto_alg *alg;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dautoload.c32 struct crypto_alg *crypto_alg_mod_lookup(const char *name)
34 struct crypto_alg *alg = crypto_alg_lookup(name);
H A Dapi.c30 static inline int crypto_alg_get(struct crypto_alg *alg)
35 static inline void crypto_alg_put(struct crypto_alg *alg)
41 struct crypto_alg *crypto_alg_lookup(const char *name)
43 struct crypto_alg *q, *alg = NULL;
128 struct crypto_alg *alg;
161 struct crypto_alg *alg = tfm->__crt_alg;
170 int crypto_register_alg(struct crypto_alg *alg)
173 struct crypto_alg *q;
190 int crypto_unregister_alg(struct crypto_alg *alg)
193 struct crypto_alg *
[all...]
H A Dproc.c33 return list_entry(v, struct crypto_alg, cra_list);
44 NULL : list_entry(v, struct crypto_alg, cra_list);
54 struct crypto_alg *alg = (struct crypto_alg *)p;
H A Dinternal.h54 struct crypto_alg *crypto_alg_lookup(const char *name);
58 struct crypto_alg *crypto_alg_mod_lookup(const char *name);
60 static inline struct crypto_alg *crypto_alg_mod_lookup(const char *name)
H A Dcrypto_compat.h39 struct crypto_alg *alg;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dalgapi.h24 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask);
25 unsigned int (*extsize)(struct crypto_alg *alg);
28 void (*show)(struct seq_file *m, struct crypto_alg *alg);
29 struct crypto_alg *(*lookup)(const char *name, u32 type, u32 mask);
38 struct crypto_alg alg;
60 struct crypto_alg *alg;
127 void crypto_mod_put(struct crypto_alg *alg);
136 int crypto_init_spawn(struct crypto_spawn *spawn, struct crypto_alg *alg,
138 int crypto_init_spawn2(struct crypto_spawn *spawn, struct crypto_alg *alg,
156 struct crypto_alg *crypto_attr_alg
[all...]
H A Dcompress.h73 struct crypto_alg base;
89 static inline struct pcomp_alg *__crypto_pcomp_alg(struct crypto_alg *alg)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/internal/
H A Dhash.h112 static inline struct ahash_alg *__crypto_ahash_alg(struct crypto_alg *alg)
143 return sizeof(struct ahash_alg) - sizeof(struct crypto_alg);
147 const char *name, struct crypto_alg *alg)
200 const char *name, struct crypto_alg *alg)
H A Dskcipher.h42 static inline struct crypto_alg *crypto_skcipher_spawn_alg(
58 const char *crypto_default_geniv(const struct crypto_alg *alg);
H A Daead.h42 static inline struct crypto_alg *crypto_aead_spawn_alg(
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Daes_glue.c33 static struct crypto_alg aes_alg = {
H A Dtwofish_glue.c60 static struct crypto_alg alg = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/crypto/
H A Ddes_s390.c68 static struct crypto_alg des_alg = {
160 static struct crypto_alg ecb_des_alg = {
203 static struct crypto_alg cbc_des_alg = {
271 static struct crypto_alg des3_192_alg = {
313 static struct crypto_alg ecb_des3_192_alg = {
357 static struct crypto_alg cbc_des3_192_alg = {

Completed in 276 milliseconds

1234