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

1234567

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 = {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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)

Completed in 389 milliseconds

1234567