Home
last modified time | relevance | path

Searched refs:crypto_blkcipher_ctx (Results 1 – 16 of 16) sorted by relevance

/linux-2.6.39/arch/s390/crypto/
Ddes_s390.c142 struct crypt_s390_des_ctx *sctx = crypto_blkcipher_ctx(desc->tfm); in ecb_des_encrypt()
153 struct crypt_s390_des_ctx *sctx = crypto_blkcipher_ctx(desc->tfm); in ecb_des_decrypt()
185 struct crypt_s390_des_ctx *sctx = crypto_blkcipher_ctx(desc->tfm); in cbc_des_encrypt()
196 struct crypt_s390_des_ctx *sctx = crypto_blkcipher_ctx(desc->tfm); in cbc_des_decrypt()
295 struct crypt_s390_des3_192_ctx *sctx = crypto_blkcipher_ctx(desc->tfm); in ecb_des3_192_encrypt()
306 struct crypt_s390_des3_192_ctx *sctx = crypto_blkcipher_ctx(desc->tfm); in ecb_des3_192_decrypt()
339 struct crypt_s390_des3_192_ctx *sctx = crypto_blkcipher_ctx(desc->tfm); in cbc_des3_192_encrypt()
350 struct crypt_s390_des3_192_ctx *sctx = crypto_blkcipher_ctx(desc->tfm); in cbc_des3_192_decrypt()
Daes_s390.c239 struct s390_aes_ctx *sctx = crypto_blkcipher_ctx(desc->tfm); in fallback_blk_dec()
256 struct s390_aes_ctx *sctx = crypto_blkcipher_ctx(desc->tfm); in fallback_blk_enc()
323 struct s390_aes_ctx *sctx = crypto_blkcipher_ctx(desc->tfm); in ecb_aes_encrypt()
337 struct s390_aes_ctx *sctx = crypto_blkcipher_ctx(desc->tfm); in ecb_aes_decrypt()
458 struct s390_aes_ctx *sctx = crypto_blkcipher_ctx(desc->tfm); in cbc_aes_encrypt()
472 struct s390_aes_ctx *sctx = crypto_blkcipher_ctx(desc->tfm); in cbc_aes_decrypt()
/linux-2.6.39/drivers/crypto/
Dgeode-aes.c188 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in fallback_blk_dec()
204 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in fallback_blk_enc()
309 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in geode_cbc_decrypt()
341 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in geode_cbc_encrypt()
422 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in geode_ecb_decrypt()
452 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in geode_ecb_encrypt()
Dpadlock-aes.c100 return aes_ctx_common(crypto_blkcipher_ctx(tfm)); in blk_aes_ctx()
/linux-2.6.39/arch/x86/crypto/
Dfpu.c47 struct crypto_fpu_ctx *ctx = crypto_blkcipher_ctx(desc_in->tfm); in crypto_fpu_encrypt()
66 struct crypto_fpu_ctx *ctx = crypto_blkcipher_ctx(desc_in->tfm); in crypto_fpu_decrypt()
Dsalsa20_glue.c59 struct salsa20_ctx *ctx = crypto_blkcipher_ctx(tfm); in encrypt()
Daesni-intel_glue.c279 struct crypto_aes_ctx *ctx = aes_ctx(crypto_blkcipher_ctx(desc->tfm)); in ecb_encrypt()
303 struct crypto_aes_ctx *ctx = aes_ctx(crypto_blkcipher_ctx(desc->tfm)); in ecb_decrypt()
349 struct crypto_aes_ctx *ctx = aes_ctx(crypto_blkcipher_ctx(desc->tfm)); in cbc_encrypt()
373 struct crypto_aes_ctx *ctx = aes_ctx(crypto_blkcipher_ctx(desc->tfm)); in cbc_decrypt()
435 struct crypto_aes_ctx *ctx = aes_ctx(crypto_blkcipher_ctx(desc->tfm)); in ctr_crypt()
/linux-2.6.39/crypto/
Decb.c75 struct crypto_ecb_ctx *ctx = crypto_blkcipher_ctx(tfm); in crypto_ecb_encrypt()
89 struct crypto_ecb_ctx *ctx = crypto_blkcipher_ctx(tfm); in crypto_ecb_decrypt()
Dxts.c149 struct priv *ctx = crypto_blkcipher_ctx(desc->tfm); in encrypt()
160 struct priv *ctx = crypto_blkcipher_ctx(desc->tfm); in decrypt()
Dlrw.c190 struct priv *ctx = crypto_blkcipher_ctx(desc->tfm); in encrypt()
201 struct priv *ctx = crypto_blkcipher_ctx(desc->tfm); in decrypt()
Dcbc.c96 struct crypto_cbc_ctx *ctx = crypto_blkcipher_ctx(tfm); in crypto_cbc_encrypt()
175 struct crypto_cbc_ctx *ctx = crypto_blkcipher_ctx(tfm); in crypto_cbc_decrypt()
Dpcbc.c103 struct crypto_pcbc_ctx *ctx = crypto_blkcipher_ctx(tfm); in crypto_pcbc_encrypt()
183 struct crypto_pcbc_ctx *ctx = crypto_blkcipher_ctx(tfm); in crypto_pcbc_decrypt()
Dcts.c129 struct crypto_cts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in crypto_cts_encrypt()
223 struct crypto_cts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in crypto_cts_decrypt()
Dctr.c127 struct crypto_ctr_ctx *ctx = crypto_blkcipher_ctx(tfm); in crypto_ctr_crypt()
277 struct crypto_rfc3686_ctx *ctx = crypto_blkcipher_ctx(tfm); in crypto_rfc3686_crypt()
Dsalsa20_generic.c183 struct salsa20_ctx *ctx = crypto_blkcipher_ctx(tfm); in encrypt()
/linux-2.6.39/include/crypto/
Dalgapi.h257 static inline void *crypto_blkcipher_ctx(struct crypto_blkcipher *tfm) in crypto_blkcipher_ctx() function