Searched refs:crypto_tfm_ctx (Results 1 - 25 of 66) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/internal/
H A Drng.h23 return crypto_tfm_ctx(&tfm->base);
H A Dhash.h109 return crypto_tfm_ctx(crypto_ahash_tfm(tfm));
178 return crypto_tfm_ctx(&tfm->base);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dcompress.c26 return tfm->__crt_alg->cra_compress.coa_compress(crypto_tfm_ctx(tfm),
35 return tfm->__crt_alg->cra_compress.coa_decompress(crypto_tfm_ctx(tfm),
50 ret = tfm->__crt_alg->cra_compress.coa_init(crypto_tfm_ctx(tfm));
63 tfm->__crt_alg->cra_compress.coa_exit(crypto_tfm_ctx(tfm));
H A Ddigest.c24 tfm->__crt_alg->cra_digest.dia_init(crypto_tfm_ctx(tfm));
45 (crypto_tfm_ctx(tfm), p,
58 tfm->__crt_alg->cra_digest.dia_final(crypto_tfm_ctx(tfm), out);
66 return tfm->__crt_alg->cra_digest.dia_setkey(crypto_tfm_ctx(tfm),
79 tfm->__crt_alg->cra_digest.dia_update(crypto_tfm_ctx(tfm),
H A Dinternal.h49 static inline void *crypto_tfm_ctx(struct crypto_tfm *tfm) function
H A Dcipher.c110 fn(crypto_tfm_ctx(tfm), dst, iv);
116 fn(crypto_tfm_ctx(tfm), buf, src);
127 fn(crypto_tfm_ctx(tfm), dst, src);
138 return cia->cia_setkey(crypto_tfm_ctx(tfm), key, keylen,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dlzo.c31 struct lzo_ctx *ctx = crypto_tfm_ctx(tfm);
42 struct lzo_ctx *ctx = crypto_tfm_ctx(tfm);
50 struct lzo_ctx *ctx = crypto_tfm_ctx(tfm);
H A Dzlib.c55 struct zlib_ctx *ctx = crypto_tfm_ctx(tfm);
65 struct zlib_ctx *ctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm));
111 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm));
125 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm));
163 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm));
193 struct zlib_ctx *ctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm));
225 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm));
239 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm));
278 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm));
H A Dtea.c50 struct tea_ctx *ctx = crypto_tfm_ctx(tfm);
66 struct tea_ctx *ctx = crypto_tfm_ctx(tfm);
94 struct tea_ctx *ctx = crypto_tfm_ctx(tfm);
123 struct xtea_ctx *ctx = crypto_tfm_ctx(tfm);
139 struct xtea_ctx *ctx = crypto_tfm_ctx(tfm);
159 struct tea_ctx *ctx = crypto_tfm_ctx(tfm);
183 struct xtea_ctx *ctx = crypto_tfm_ctx(tfm);
203 struct tea_ctx *ctx = crypto_tfm_ctx(tfm);
H A Darc4.c30 struct arc4_ctx *ctx = crypto_tfm_ctx(tfm);
54 struct arc4_ctx *ctx = crypto_tfm_ctx(tfm);
H A Ddeflate.c82 struct deflate_ctx *ctx = crypto_tfm_ctx(tfm);
97 struct deflate_ctx *ctx = crypto_tfm_ctx(tfm);
107 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm);
137 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm);
H A Dctr.c35 struct crypto_ctr_ctx *ctx = crypto_tfm_ctx(parent);
156 struct crypto_ctr_ctx *ctx = crypto_tfm_ctx(tfm);
170 struct crypto_ctr_ctx *ctx = crypto_tfm_ctx(tfm);
249 struct crypto_rfc3686_ctx *ctx = crypto_tfm_ctx(parent);
306 struct crypto_rfc3686_ctx *ctx = crypto_tfm_ctx(tfm);
320 struct crypto_rfc3686_ctx *ctx = crypto_tfm_ctx(tfm);
H A Dtwofish_generic.c111 struct twofish_ctx *ctx = crypto_tfm_ctx(tfm);
148 struct twofish_ctx *ctx = crypto_tfm_ctx(tfm);
H A Decb.c28 struct crypto_ecb_ctx *ctx = crypto_tfm_ctx(parent);
101 struct crypto_ecb_ctx *ctx = crypto_tfm_ctx(tfm);
114 struct crypto_ecb_ctx *ctx = crypto_tfm_ctx(tfm);
H A Dcbc.c29 struct crypto_cbc_ctx *ctx = crypto_tfm_ctx(parent);
197 struct crypto_cbc_ctx *ctx = crypto_tfm_ctx(tfm);
210 struct crypto_cbc_ctx *ctx = crypto_tfm_ctx(tfm);
H A Dchainiv.c116 struct chainiv_ctx *ctx = crypto_tfm_ctx(tfm);
266 struct async_chainiv_ctx *ctx = crypto_tfm_ctx(tfm);
278 struct async_chainiv_ctx *ctx = crypto_tfm_ctx(tfm);
H A Dcts.c60 struct crypto_cts_ctx *ctx = crypto_tfm_ctx(parent);
256 struct crypto_cts_ctx *ctx = crypto_tfm_ctx(tfm);
269 struct crypto_cts_ctx *ctx = crypto_tfm_ctx(tfm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Daes_glue.c25 aes_enc_blk(crypto_tfm_ctx(tfm), dst, src);
30 aes_dec_blk(crypto_tfm_ctx(tfm), dst, src);
H A Dfpu.c29 struct crypto_fpu_ctx *ctx = crypto_tfm_ctx(parent);
84 struct crypto_fpu_ctx *ctx = crypto_tfm_ctx(tfm);
97 struct crypto_fpu_ctx *ctx = crypto_tfm_ctx(tfm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c74 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
88 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
110 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm);
186 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm);
238 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
255 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
274 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/crypto/
H A Daes_s390.c78 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm);
97 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm);
118 const struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm);
143 const struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm);
169 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm);
185 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm);
217 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm);
270 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm);
350 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tfm);
366 struct s390_aes_ctx *sctx = crypto_tfm_ctx(tf
[all...]
H A Ddes_s390.c40 struct crypt_s390_des_ctx *dctx = crypto_tfm_ctx(tfm);
56 struct crypt_s390_des_ctx *dctx = crypto_tfm_ctx(tfm);
63 struct crypt_s390_des_ctx *dctx = crypto_tfm_ctx(tfm);
241 struct crypt_s390_des3_192_ctx *dctx = crypto_tfm_ctx(tfm);
257 struct crypt_s390_des3_192_ctx *dctx = crypto_tfm_ctx(tfm);
265 struct crypt_s390_des3_192_ctx *dctx = crypto_tfm_ctx(tfm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dalgapi.h201 return PTR_ALIGN(crypto_tfm_ctx(tfm),
224 return crypto_tfm_ctx(&tfm->base);
239 return crypto_tfm_ctx(&tfm->base);
259 return crypto_tfm_ctx(&tfm->base);
291 return crypto_tfm_ctx(&tfm->base);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dgeode-aes.c119 struct geode_aes_op *op = crypto_tfm_ctx(tfm);
152 struct geode_aes_op *op = crypto_tfm_ctx(tfm);
218 struct geode_aes_op *op = crypto_tfm_ctx(tfm);
239 struct geode_aes_op *op = crypto_tfm_ctx(tfm);
259 struct geode_aes_op *op = crypto_tfm_ctx(tfm);
274 struct geode_aes_op *op = crypto_tfm_ctx(tfm);
370 struct geode_aes_op *op = crypto_tfm_ctx(tfm);
385 struct geode_aes_op *op = crypto_tfm_ctx(tfm);
H A Dmv_cesa.c168 struct mv_ctx *ctx = crypto_tfm_ctx(tfm);
231 struct mv_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
369 const struct mv_tfm_hash_ctx *tfm_ctx = crypto_tfm_ctx(req->base.tfm);
512 const struct mv_tfm_hash_ctx *tfm_ctx = crypto_tfm_ctx(req->base.tfm);
640 struct mv_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
662 struct mv_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
699 const struct mv_tfm_hash_ctx *tfm_ctx = crypto_tfm_ctx(req->base.tfm);
736 const struct mv_tfm_hash_ctx *tfm_ctx = crypto_tfm_ctx(req->base.tfm);
757 struct mv_tfm_hash_ctx *ctx = crypto_tfm_ctx(&tfm->base);
824 struct mv_tfm_hash_ctx *ctx = crypto_tfm_ctx(tf
[all...]

Completed in 419 milliseconds

123