Searched refs:crypto_instance (Results 1 - 25 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/internal/
H A Dhash.h71 void ahash_free_instance(struct crypto_instance *inst);
75 struct crypto_instance *inst);
88 void shash_free_instance(struct crypto_instance *inst);
92 struct crypto_instance *inst);
124 static inline struct crypto_instance *ahash_crypto_instance(
127 return container_of(&inst->alg.halg.base, struct crypto_instance, alg);
131 struct crypto_instance *inst)
181 static inline struct crypto_instance *shash_crypto_instance(
184 return container_of(&inst->alg.base, struct crypto_instance, alg);
188 struct crypto_instance *ins
[all...]
H A Daead.h29 struct crypto_aead_spawn *spawn, struct crypto_instance *inst)
56 struct crypto_instance *aead_geniv_alloc(struct crypto_template *tmpl,
59 void aead_geniv_free(struct crypto_instance *inst);
H A Dskcipher.h29 struct crypto_skcipher_spawn *spawn, struct crypto_instance *inst)
60 struct crypto_instance *skcipher_geniv_alloc(struct crypto_template *tmpl,
63 void skcipher_geniv_free(struct crypto_instance *inst);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dalgapi.h37 struct crypto_instance { struct
51 struct crypto_instance *(*alloc)(struct rtattr **tb);
52 void (*free)(struct crypto_instance *inst);
61 struct crypto_instance *inst;
134 struct crypto_instance *inst);
137 struct crypto_instance *inst, u32 mask);
139 struct crypto_instance *inst,
148 struct crypto_instance *inst)
169 struct crypto_instance *crypto_alloc_instance(const char *name,
205 static inline struct crypto_instance *crypto_tfm_alg_instanc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Dfpu.c82 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm);
101 static struct crypto_instance *crypto_fpu_alloc(struct rtattr **tb)
103 struct crypto_instance *inst;
140 static void crypto_fpu_free(struct crypto_instance *inst)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dseqiv.c261 static struct crypto_instance *seqiv_ablkcipher_alloc(struct rtattr **tb)
263 struct crypto_instance *inst;
281 static struct crypto_instance *seqiv_aead_alloc(struct rtattr **tb)
283 struct crypto_instance *inst;
301 static struct crypto_instance *seqiv_alloc(struct rtattr **tb)
304 struct crypto_instance *inst;
335 static void seqiv_free(struct crypto_instance *inst)
H A Decb.c99 struct crypto_instance *inst = (void *)tfm->__crt_alg;
118 static struct crypto_instance *crypto_ecb_alloc(struct rtattr **tb)
120 struct crypto_instance *inst;
160 static void crypto_ecb_free(struct crypto_instance *inst)
H A Dctr.c154 struct crypto_instance *inst = (void *)tfm->__crt_alg;
175 static struct crypto_instance *crypto_ctr_alloc(struct rtattr **tb)
177 struct crypto_instance *inst;
233 static void crypto_ctr_free(struct crypto_instance *inst)
304 struct crypto_instance *inst = (void *)tfm->__crt_alg;
325 static struct crypto_instance *crypto_rfc3686_alloc(struct rtattr **tb)
327 struct crypto_instance *inst;
H A Dcbc.c195 struct crypto_instance *inst = (void *)tfm->__crt_alg;
214 static struct crypto_instance *crypto_cbc_alloc(struct rtattr **tb)
216 struct crypto_instance *inst;
264 static void crypto_cbc_free(struct crypto_instance *inst)
H A Dcts.c254 struct crypto_instance *inst = (void *)tfm->__crt_alg;
273 static struct crypto_instance *crypto_cts_alloc(struct rtattr **tb)
275 struct crypto_instance *inst;
326 static void crypto_cts_free(struct crypto_instance *inst)
H A Dlrw.c212 struct crypto_instance *inst = (void *)tfm->__crt_alg;
238 static struct crypto_instance *alloc(struct rtattr **tb)
240 struct crypto_instance *inst;
287 static void free(struct crypto_instance *inst)
H A Dpcbc.c205 struct crypto_instance *inst = (void *)tfm->__crt_alg;
224 static struct crypto_instance *crypto_pcbc_alloc(struct rtattr **tb)
226 struct crypto_instance *inst;
270 static void crypto_pcbc_free(struct crypto_instance *inst)
H A Dxts.c171 struct crypto_instance *inst = (void *)tfm->__crt_alg;
214 static struct crypto_instance *alloc(struct rtattr **tb)
216 struct crypto_instance *inst;
264 static void free(struct crypto_instance *inst)
H A Deseqiv.c220 static struct crypto_instance *eseqiv_alloc(struct rtattr **tb)
222 struct crypto_instance *inst;
256 static void eseqiv_free(struct crypto_instance *inst)
H A Dpcrypt.c276 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm);
309 static struct crypto_instance *pcrypt_alloc_instance(struct crypto_alg *alg)
311 struct crypto_instance *inst;
347 static struct crypto_instance *pcrypt_alloc_aead(struct rtattr **tb,
350 struct crypto_instance *inst;
384 static struct crypto_instance *pcrypt_alloc(struct rtattr **tb)
400 static void pcrypt_free(struct crypto_instance *inst)
H A Dgcm.c646 struct crypto_instance *inst = (void *)tfm->__crt_alg;
690 static struct crypto_instance *crypto_gcm_alloc_common(struct rtattr **tb,
696 struct crypto_instance *inst;
788 static struct crypto_instance *crypto_gcm_alloc(struct rtattr **tb)
811 static void crypto_gcm_free(struct crypto_instance *inst)
827 static struct crypto_instance *crypto_gcm_base_alloc(struct rtattr **tb)
935 struct crypto_instance *inst = (void *)tfm->__crt_alg;
964 static struct crypto_instance *crypto_rfc4106_alloc(struct rtattr **tb)
967 struct crypto_instance *inst;
1050 static void crypto_rfc4106_free(struct crypto_instance *ins
[all...]
H A Dalgapi.c78 struct crypto_instance *inst = (void *)alg;
111 struct crypto_instance *inst = spawn->inst;
154 struct crypto_instance *inst;
432 struct crypto_instance *inst;
486 struct crypto_instance *inst)
522 struct crypto_instance *inst, u32 mask)
542 struct crypto_instance *inst,
737 struct crypto_instance *inst;
765 struct crypto_instance *crypto_alloc_instance(const char *name,
768 struct crypto_instance *ins
[all...]
H A Dccm.c433 struct crypto_instance *inst = (void *)tfm->__crt_alg;
474 static struct crypto_instance *crypto_ccm_alloc_common(struct rtattr **tb,
480 struct crypto_instance *inst;
574 static struct crypto_instance *crypto_ccm_alloc(struct rtattr **tb)
597 static void crypto_ccm_free(struct crypto_instance *inst)
613 static struct crypto_instance *crypto_ccm_base_alloc(struct rtattr **tb)
724 struct crypto_instance *inst = (void *)tfm->__crt_alg;
753 static struct crypto_instance *crypto_rfc4309_alloc(struct rtattr **tb)
756 struct crypto_instance *inst;
839 static void crypto_rfc4309_free(struct crypto_instance *ins
[all...]
H A Dchainiv.c287 static struct crypto_instance *chainiv_alloc(struct rtattr **tb)
290 struct crypto_instance *inst;
335 static void chainiv_free(struct crypto_instance *inst)
H A Dinternal.h39 struct crypto_instance;
H A Daead.c211 struct crypto_instance *aead_geniv_alloc(struct crypto_template *tmpl,
218 struct crypto_instance *inst;
308 void aead_geniv_free(struct crypto_instance *inst)
317 struct crypto_instance *inst = (void *)tfm->__crt_alg;
349 struct crypto_instance *inst;
H A Dcryptd.c140 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm);
235 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm);
262 struct crypto_instance *inst;
296 struct crypto_instance *inst;
350 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm);
624 static void cryptd_free(struct crypto_instance *inst)
H A Dahash.c479 void ahash_free_instance(struct crypto_instance *inst)
488 struct crypto_instance *inst)
H A Dalgboss.c64 struct crypto_instance *inst;
H A Dauthenc.c550 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm);
597 static struct crypto_instance *crypto_authenc_alloc(struct rtattr **tb)
600 struct crypto_instance *inst;
695 static void crypto_authenc_free(struct crypto_instance *inst)

Completed in 146 milliseconds

12