Searched refs:crypto_blkcipher_ctx (Results 1 - 40 of 40) sorted by relevance

/linux-4.1.27/arch/s390/crypto/
H A Daes_s390.c257 struct s390_aes_ctx *sctx = crypto_blkcipher_ctx(desc->tfm); fallback_blk_dec()
274 struct s390_aes_ctx *sctx = crypto_blkcipher_ctx(desc->tfm); fallback_blk_enc()
342 struct s390_aes_ctx *sctx = crypto_blkcipher_ctx(desc->tfm); ecb_aes_encrypt()
356 struct s390_aes_ctx *sctx = crypto_blkcipher_ctx(desc->tfm); ecb_aes_decrypt()
447 struct s390_aes_ctx *sctx = crypto_blkcipher_ctx(desc->tfm); cbc_aes_crypt()
483 struct s390_aes_ctx *sctx = crypto_blkcipher_ctx(desc->tfm); cbc_aes_encrypt()
497 struct s390_aes_ctx *sctx = crypto_blkcipher_ctx(desc->tfm); cbc_aes_decrypt()
554 struct s390_xts_ctx *xts_ctx = crypto_blkcipher_ctx(desc->tfm); xts_fallback_decrypt()
571 struct s390_xts_ctx *xts_ctx = crypto_blkcipher_ctx(desc->tfm); xts_fallback_encrypt()
666 struct s390_xts_ctx *xts_ctx = crypto_blkcipher_ctx(desc->tfm); xts_aes_encrypt()
680 struct s390_xts_ctx *xts_ctx = crypto_blkcipher_ctx(desc->tfm); xts_aes_decrypt()
850 struct s390_aes_ctx *sctx = crypto_blkcipher_ctx(desc->tfm); ctr_aes_encrypt()
861 struct s390_aes_ctx *sctx = crypto_blkcipher_ctx(desc->tfm); ctr_aes_decrypt()
H A Ddes_s390.c111 struct s390_des_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); cbc_desall_crypt()
147 struct s390_des_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ecb_des_encrypt()
158 struct s390_des_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ecb_des_decrypt()
293 struct s390_des_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ecb_des3_encrypt()
304 struct s390_des_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ecb_des3_decrypt()
456 struct s390_des_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ctr_des_encrypt()
467 struct s390_des_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ctr_des_decrypt()
499 struct s390_des_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ctr_des3_encrypt()
510 struct s390_des_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ctr_des3_decrypt()
/linux-4.1.27/arch/x86/crypto/
H A Ddes3_ede_glue.c133 struct des3_ede_x86_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ecb_encrypt()
143 struct des3_ede_x86_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ecb_decrypt()
153 struct des3_ede_x86_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); __cbc_encrypt()
194 struct des3_ede_x86_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); __cbc_decrypt()
289 struct des3_ede_x86_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); __ctr_crypt()
352 ctr_crypt_final(crypto_blkcipher_ctx(desc->tfm), &walk); ctr_crypt()
H A Dfpu.c48 struct crypto_fpu_ctx *ctx = crypto_blkcipher_ctx(desc_in->tfm); crypto_fpu_encrypt()
67 struct crypto_fpu_ctx *ctx = crypto_blkcipher_ctx(desc_in->tfm); crypto_fpu_decrypt()
H A Dblowfish_glue.c84 struct bf_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ecb_crypt()
146 struct bf_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); __cbc_encrypt()
187 struct bf_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); __cbc_decrypt()
283 struct bf_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); __ctr_crypt()
351 ctr_crypt_final(crypto_blkcipher_ctx(desc->tfm), &walk); ctr_crypt()
H A Dcast5_avx_glue.c64 struct cast5_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ecb_crypt()
135 struct cast5_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); __cbc_encrypt()
176 struct cast5_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); __cbc_decrypt()
252 struct cast5_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ctr_crypt_final()
269 struct cast5_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); __ctr_crypt()
H A Dglue_helper.c39 void *ctx = crypto_blkcipher_ctx(desc->tfm); __glue_ecb_crypt_128bit()
96 void *ctx = crypto_blkcipher_ctx(desc->tfm); __glue_cbc_encrypt_128bit()
142 void *ctx = crypto_blkcipher_ctx(desc->tfm); __glue_cbc_decrypt_128bit()
220 void *ctx = crypto_blkcipher_ctx(desc->tfm); glue_ctr_crypt_final_128bit()
241 void *ctx = crypto_blkcipher_ctx(desc->tfm); __glue_ctr_crypt_128bit()
H A Dcamellia_aesni_avx_glue.c265 struct camellia_lrw_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); lrw_encrypt()
291 struct camellia_lrw_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); lrw_decrypt()
317 struct camellia_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_encrypt()
327 struct camellia_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_decrypt()
H A Dserpent_avx2_glue.c239 struct serpent_lrw_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); lrw_encrypt()
265 struct serpent_lrw_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); lrw_decrypt()
291 struct serpent_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_encrypt()
301 struct serpent_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_decrypt()
H A Dtwofish_glue_3way.c234 struct twofish_lrw_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); lrw_encrypt()
251 struct twofish_lrw_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); lrw_decrypt()
302 struct twofish_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_encrypt()
320 struct twofish_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_decrypt()
H A Dcamellia_aesni_avx2_glue.c273 struct camellia_lrw_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); lrw_encrypt()
299 struct camellia_lrw_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); lrw_decrypt()
325 struct camellia_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_encrypt()
335 struct camellia_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_decrypt()
H A Dcast6_avx_glue.c265 struct cast6_lrw_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); lrw_encrypt()
291 struct cast6_lrw_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); lrw_decrypt()
354 struct cast6_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_encrypt()
364 struct cast6_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_decrypt()
H A Dsalsa20_glue.c54 struct salsa20_ctx *ctx = crypto_blkcipher_ctx(tfm); encrypt()
H A Dserpent_avx_glue.c275 struct serpent_lrw_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); lrw_encrypt()
301 struct serpent_lrw_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); lrw_decrypt()
360 struct serpent_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_encrypt()
370 struct serpent_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_decrypt()
H A Dserpent_sse2_glue.c247 struct serpent_lrw_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); lrw_encrypt()
273 struct serpent_lrw_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); lrw_decrypt()
335 struct serpent_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_encrypt()
362 struct serpent_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_decrypt()
H A Dtwofish_avx_glue.c270 struct twofish_lrw_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); lrw_encrypt()
296 struct twofish_lrw_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); lrw_decrypt()
322 struct twofish_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_encrypt()
332 struct twofish_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_decrypt()
H A Daesni-intel_glue.c377 struct crypto_aes_ctx *ctx = aes_ctx(crypto_blkcipher_ctx(desc->tfm)); ecb_encrypt()
401 struct crypto_aes_ctx *ctx = aes_ctx(crypto_blkcipher_ctx(desc->tfm)); ecb_decrypt()
425 struct crypto_aes_ctx *ctx = aes_ctx(crypto_blkcipher_ctx(desc->tfm)); cbc_encrypt()
449 struct crypto_aes_ctx *ctx = aes_ctx(crypto_blkcipher_ctx(desc->tfm)); cbc_decrypt()
508 struct crypto_aes_ctx *ctx = aes_ctx(crypto_blkcipher_ctx(desc->tfm)); ctr_crypt()
592 struct aesni_lrw_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); lrw_encrypt()
616 struct aesni_lrw_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); lrw_decrypt()
719 struct aesni_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_encrypt()
730 struct aesni_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_decrypt()
743 struct aesni_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_encrypt()
768 struct aesni_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_decrypt()
H A Dcamellia_glue.c1460 struct camellia_lrw_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); lrw_encrypt()
1477 struct camellia_lrw_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); lrw_decrypt()
1528 struct camellia_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_encrypt()
1546 struct camellia_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_decrypt()
/linux-4.1.27/arch/powerpc/crypto/
H A Daes-spe-glue.c182 struct ppc_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ppc_ecb_encrypt()
210 struct ppc_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ppc_ecb_decrypt()
238 struct ppc_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ppc_cbc_encrypt()
266 struct ppc_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ppc_cbc_decrypt()
294 struct ppc_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ppc_ctr_crypt()
324 struct ppc_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ppc_xts_encrypt()
355 struct ppc_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ppc_xts_decrypt()
/linux-4.1.27/arch/arm64/crypto/
H A Daes-glue.c102 struct crypto_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ecb_encrypt()
124 struct crypto_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ecb_decrypt()
146 struct crypto_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); cbc_encrypt()
169 struct crypto_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); cbc_decrypt()
192 struct crypto_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ctr_encrypt()
238 struct crypto_aes_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_encrypt()
262 struct crypto_aes_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_decrypt()
/linux-4.1.27/arch/arm/crypto/
H A Daes-ce-glue.c169 struct crypto_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ecb_encrypt()
192 struct crypto_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ecb_decrypt()
215 struct crypto_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); cbc_encrypt()
239 struct crypto_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); cbc_decrypt()
263 struct crypto_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ctr_encrypt()
306 struct crypto_aes_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_encrypt()
331 struct crypto_aes_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); xts_decrypt()
H A Daesbs-glue.c108 struct aesbs_cbc_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); aesbs_cbc_encrypt()
149 struct aesbs_cbc_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); aesbs_cbc_decrypt()
207 struct aesbs_ctr_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); aesbs_ctr_encrypt()
256 struct aesbs_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); aesbs_xts_encrypt()
280 struct aesbs_xts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); aesbs_xts_decrypt()
/linux-4.1.27/drivers/crypto/
H A Dgeode-aes.c188 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); fallback_blk_dec()
204 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); fallback_blk_enc()
308 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); geode_cbc_decrypt()
340 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); geode_cbc_encrypt()
421 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); geode_ecb_decrypt()
451 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); geode_ecb_encrypt()
H A Dpadlock-aes.c101 return aes_ctx_common(crypto_blkcipher_ctx(tfm)); blk_aes_ctx()
/linux-4.1.27/arch/sparc/crypto/
H A Ddes_glue.c97 struct des_sparc64_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); __ecb_crypt()
145 struct des_sparc64_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); cbc_encrypt()
176 struct des_sparc64_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); cbc_decrypt()
265 struct des3_ede_sparc64_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); __ecb3_crypt()
317 struct des3_ede_sparc64_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); cbc3_encrypt()
353 struct des3_ede_sparc64_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); cbc3_decrypt()
H A Dcamellia_glue.c89 struct camellia_sparc64_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); __ecb_crypt()
152 struct camellia_sparc64_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); cbc_encrypt()
191 struct camellia_sparc64_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); cbc_decrypt()
H A Daes_glue.c219 struct crypto_sparc64_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ecb_encrypt()
248 struct crypto_sparc64_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ecb_decrypt()
279 struct crypto_sparc64_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); cbc_encrypt()
308 struct crypto_sparc64_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); cbc_decrypt()
356 struct crypto_sparc64_aes_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ctr_crypt()
/linux-4.1.27/drivers/crypto/nx/
H A Dnx-aes-ctr.c89 struct nx_crypto_ctx *nx_ctx = crypto_blkcipher_ctx(desc->tfm); ctr_aes_nx_crypt()
133 struct nx_crypto_ctx *nx_ctx = crypto_blkcipher_ctx(desc->tfm); ctr3686_aes_nx_crypt()
H A Dnx-aes-cbc.c71 struct nx_crypto_ctx *nx_ctx = crypto_blkcipher_ctx(desc->tfm); cbc_aes_nx_crypt()
H A Dnx-aes-ecb.c71 struct nx_crypto_ctx *nx_ctx = crypto_blkcipher_ctx(desc->tfm); ecb_aes_nx_crypt()
/linux-4.1.27/crypto/
H A Decb.c75 struct crypto_ecb_ctx *ctx = crypto_blkcipher_ctx(tfm); crypto_ecb_encrypt()
89 struct crypto_ecb_ctx *ctx = crypto_blkcipher_ctx(tfm); crypto_ecb_decrypt()
H A Darc4.c98 struct arc4_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ecb_arc4_crypt()
H A Dcbc.c96 struct crypto_cbc_ctx *ctx = crypto_blkcipher_ctx(tfm); crypto_cbc_encrypt()
175 struct crypto_cbc_ctx *ctx = crypto_blkcipher_ctx(tfm); crypto_cbc_decrypt()
H A Dlrw.c198 struct priv *ctx = crypto_blkcipher_ctx(desc->tfm); encrypt()
209 struct priv *ctx = crypto_blkcipher_ctx(desc->tfm); decrypt()
H A Dpcbc.c103 struct crypto_pcbc_ctx *ctx = crypto_blkcipher_ctx(tfm); crypto_pcbc_encrypt()
183 struct crypto_pcbc_ctx *ctx = crypto_blkcipher_ctx(tfm); crypto_pcbc_decrypt()
H A Dxts.c150 struct priv *ctx = crypto_blkcipher_ctx(desc->tfm); encrypt()
161 struct priv *ctx = crypto_blkcipher_ctx(desc->tfm); decrypt()
H A Dsalsa20_generic.c183 struct salsa20_ctx *ctx = crypto_blkcipher_ctx(tfm); encrypt()
H A Dcts.c129 struct crypto_cts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); crypto_cts_encrypt()
224 struct crypto_cts_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); crypto_cts_decrypt()
H A Dctr.c133 struct crypto_ctr_ctx *ctx = crypto_blkcipher_ctx(tfm); crypto_ctr_crypt()
/linux-4.1.27/include/crypto/
H A Dalgapi.h267 static inline void *crypto_blkcipher_ctx(struct crypto_blkcipher *tfm) crypto_blkcipher_ctx() function

Completed in 214 milliseconds