Searched refs:crypto_comp (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dipcomp.h11 struct crypto_comp **tfms;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dipcomp.c35 struct crypto_comp **tfms;
52 struct crypto_comp *tfm = *per_cpu_ptr(ipcd->tfms, cpu);
107 struct crypto_comp *tfm = *per_cpu_ptr(ipcd->tfms, cpu);
294 static void ipcomp_free_tfms(struct crypto_comp **tfms)
316 struct crypto_comp *tfm = *per_cpu_ptr(tfms, cpu);
322 static struct crypto_comp **ipcomp_alloc_tfms(const char *alg_name)
325 struct crypto_comp **tfms;
332 struct crypto_comp *tfm;
351 pos->tfms = tfms = alloc_percpu(struct crypto_comp *);
356 struct crypto_comp *tf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dipcomp6.c56 struct crypto_comp **tfms;
73 struct crypto_comp *tfm;
131 struct crypto_comp *tfm;
305 static void ipcomp6_free_tfms(struct crypto_comp **tfms)
327 struct crypto_comp *tfm = *per_cpu_ptr(tfms, cpu);
333 static struct crypto_comp **ipcomp6_alloc_tfms(const char *alg_name)
336 struct crypto_comp **tfms;
343 struct crypto_comp *tfm;
362 pos->tfms = tfms = alloc_percpu(struct crypto_comp *);
367 struct crypto_comp *tf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h380 struct crypto_comp { struct
988 static inline struct crypto_comp *__crypto_comp_cast(struct crypto_tfm *tfm)
990 return (struct crypto_comp *)tfm;
993 static inline struct crypto_comp *crypto_comp_cast(struct crypto_tfm *tfm)
1000 static inline struct crypto_comp *crypto_alloc_comp(const char *alg_name,
1010 static inline struct crypto_tfm *crypto_comp_tfm(struct crypto_comp *tfm)
1015 static inline void crypto_free_comp(struct crypto_comp *tfm)
1029 static inline const char *crypto_comp_name(struct crypto_comp *tfm)
1034 static inline struct compress_tfm *crypto_comp_crt(struct crypto_comp *tfm)
1039 static inline int crypto_comp_compress(struct crypto_comp *tf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dtcrypt.c797 struct crypto_comp *tfm;

Completed in 66 milliseconds