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

/linux-4.1.27/arch/s390/crypto/
H A Ddes_s390.c86 u8 *key, struct blkcipher_walk *walk) ecb_desall_crypt()
109 struct blkcipher_walk *walk) cbc_desall_crypt()
148 struct blkcipher_walk walk; ecb_des_encrypt()
159 struct blkcipher_walk walk; ecb_des_decrypt()
189 struct blkcipher_walk walk; cbc_des_encrypt()
199 struct blkcipher_walk walk; cbc_des_decrypt()
294 struct blkcipher_walk walk; ecb_des3_encrypt()
305 struct blkcipher_walk walk; ecb_des3_decrypt()
335 struct blkcipher_walk walk; cbc_des3_encrypt()
345 struct blkcipher_walk walk; cbc_des3_decrypt()
387 struct blkcipher_walk *walk) ctr_desall_crypt()
457 struct blkcipher_walk walk; ctr_des_encrypt()
468 struct blkcipher_walk walk; ctr_des_decrypt()
500 struct blkcipher_walk walk; ctr_des3_encrypt()
511 struct blkcipher_walk walk; ctr_des3_decrypt()
H A Daes_s390.c316 struct blkcipher_walk *walk) ecb_aes_crypt()
343 struct blkcipher_walk walk; ecb_aes_encrypt()
357 struct blkcipher_walk walk; ecb_aes_decrypt()
445 struct blkcipher_walk *walk) cbc_aes_crypt()
484 struct blkcipher_walk walk; cbc_aes_encrypt()
498 struct blkcipher_walk walk; cbc_aes_decrypt()
618 struct blkcipher_walk *walk) xts_aes_crypt()
667 struct blkcipher_walk walk; xts_aes_encrypt()
681 struct blkcipher_walk walk; xts_aes_decrypt()
778 struct s390_aes_ctx *sctx, struct blkcipher_walk *walk) ctr_aes_crypt()
851 struct blkcipher_walk walk; ctr_aes_encrypt()
862 struct blkcipher_walk walk; ctr_aes_decrypt()
/linux-4.1.27/arch/x86/crypto/
H A Dglue_helper.c37 struct blkcipher_walk *walk) __glue_ecb_crypt_128bit()
85 struct blkcipher_walk walk; glue_ecb_crypt_128bit()
94 struct blkcipher_walk *walk) __glue_cbc_encrypt_128bit()
122 struct blkcipher_walk walk; glue_cbc_encrypt_128bit()
140 struct blkcipher_walk *walk) __glue_cbc_decrypt_128bit()
198 struct blkcipher_walk walk; glue_cbc_decrypt_128bit()
218 struct blkcipher_walk *walk) glue_ctr_crypt_final_128bit()
238 struct blkcipher_walk *walk) __glue_ctr_crypt_128bit()
281 struct blkcipher_walk walk; glue_ctr_crypt_128bit()
309 struct blkcipher_walk *walk) __glue_xts_crypt_128bit()
351 struct blkcipher_walk walk; glue_xts_crypt_128bit()
H A Dblowfish_glue.c80 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, ecb_crypt()
128 struct blkcipher_walk walk; ecb_encrypt()
137 struct blkcipher_walk walk; ecb_decrypt()
144 struct blkcipher_walk *walk) __cbc_encrypt()
170 struct blkcipher_walk walk; cbc_encrypt()
185 struct blkcipher_walk *walk) __cbc_decrypt()
251 struct blkcipher_walk walk; cbc_decrypt()
265 static void ctr_crypt_final(struct bf_ctx *ctx, struct blkcipher_walk *walk) ctr_crypt_final()
281 struct blkcipher_walk *walk) __ctr_crypt()
339 struct blkcipher_walk walk; ctr_crypt()
H A Dcast5_avx_glue.c60 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, ecb_crypt()
117 struct blkcipher_walk walk; ecb_encrypt()
126 struct blkcipher_walk walk; ecb_decrypt()
133 struct blkcipher_walk *walk) __cbc_encrypt()
159 struct blkcipher_walk walk; cbc_encrypt()
174 struct blkcipher_walk *walk) __cbc_decrypt()
232 struct blkcipher_walk walk; cbc_decrypt()
250 struct blkcipher_walk *walk) ctr_crypt_final()
267 struct blkcipher_walk *walk) __ctr_crypt()
316 struct blkcipher_walk walk; ctr_crypt()
H A Ddes3_ede_glue.c86 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, ecb_crypt()
134 struct blkcipher_walk walk; ecb_encrypt()
144 struct blkcipher_walk walk; ecb_decrypt()
151 struct blkcipher_walk *walk) __cbc_encrypt()
177 struct blkcipher_walk walk; cbc_encrypt()
192 struct blkcipher_walk *walk) __cbc_decrypt()
256 struct blkcipher_walk walk; cbc_decrypt()
271 struct blkcipher_walk *walk) ctr_crypt_final()
287 struct blkcipher_walk *walk) __ctr_crypt()
340 struct blkcipher_walk walk; ctr_crypt()
H A Dsalsa20_glue.c52 struct blkcipher_walk walk; encrypt()
H A Daesni-intel_glue.c378 struct blkcipher_walk walk; ecb_encrypt()
402 struct blkcipher_walk walk; ecb_decrypt()
426 struct blkcipher_walk walk; cbc_encrypt()
450 struct blkcipher_walk walk; cbc_decrypt()
471 struct blkcipher_walk *walk) ctr_crypt_final()
509 struct blkcipher_walk walk; ctr_crypt()
/linux-4.1.27/crypto/
H A Dblkcipher.c40 struct blkcipher_walk *walk);
42 struct blkcipher_walk *walk);
44 static inline void blkcipher_map_src(struct blkcipher_walk *walk) blkcipher_map_src()
49 static inline void blkcipher_map_dst(struct blkcipher_walk *walk) blkcipher_map_dst()
54 static inline void blkcipher_unmap_src(struct blkcipher_walk *walk) blkcipher_unmap_src()
59 static inline void blkcipher_unmap_dst(struct blkcipher_walk *walk) blkcipher_unmap_dst()
73 static inline unsigned int blkcipher_done_slow(struct blkcipher_walk *walk, blkcipher_done_slow()
84 static inline unsigned int blkcipher_done_fast(struct blkcipher_walk *walk, blkcipher_done_fast()
104 struct blkcipher_walk *walk, int err) blkcipher_walk_done()
147 struct blkcipher_walk *walk, blkcipher_next_slow()
182 static inline int blkcipher_next_copy(struct blkcipher_walk *walk) blkcipher_next_copy()
197 struct blkcipher_walk *walk) blkcipher_next_fast()
224 struct blkcipher_walk *walk) blkcipher_walk_next()
275 static inline int blkcipher_copy_iv(struct blkcipher_walk *walk) blkcipher_copy_iv()
299 struct blkcipher_walk *walk) blkcipher_walk_virt()
311 struct blkcipher_walk *walk) blkcipher_walk_phys()
323 struct blkcipher_walk *walk) blkcipher_walk_first()
348 struct blkcipher_walk *walk, blkcipher_walk_virt_block()
361 struct blkcipher_walk *walk, blkcipher_aead_walk_virt_block()
H A Dcbc.c43 struct blkcipher_walk *walk, crypto_cbc_encrypt_segment()
67 struct blkcipher_walk *walk, crypto_cbc_encrypt_inplace()
94 struct blkcipher_walk walk; crypto_cbc_encrypt()
115 struct blkcipher_walk *walk, crypto_cbc_decrypt_segment()
141 struct blkcipher_walk *walk, crypto_cbc_decrypt_inplace()
173 struct blkcipher_walk walk; crypto_cbc_decrypt()
H A Dpcbc.c46 struct blkcipher_walk *walk, crypto_pcbc_encrypt_segment()
71 struct blkcipher_walk *walk, crypto_pcbc_encrypt_inplace()
101 struct blkcipher_walk walk; crypto_pcbc_encrypt()
124 struct blkcipher_walk *walk, crypto_pcbc_decrypt_segment()
151 struct blkcipher_walk *walk, crypto_pcbc_decrypt_inplace()
181 struct blkcipher_walk walk; crypto_pcbc_decrypt()
H A Decb.c42 struct blkcipher_walk *walk, crypto_ecb_crypt()
73 struct blkcipher_walk walk; crypto_ecb_encrypt()
87 struct blkcipher_walk walk; crypto_ecb_decrypt()
H A Dlrw.c139 struct blkcipher_walk *w, struct priv *ctx, crypt()
199 struct blkcipher_walk w; encrypt()
210 struct blkcipher_walk w; decrypt()
224 struct blkcipher_walk walk; lrw_crypt()
H A Dxts.c94 struct blkcipher_walk *w, struct priv *ctx, crypt()
151 struct blkcipher_walk w; encrypt()
162 struct blkcipher_walk w; decrypt()
175 struct blkcipher_walk walk; xts_crypt()
H A Darc4.c99 struct blkcipher_walk walk; ecb_arc4_crypt()
H A Dctr.c55 static void crypto_ctr_crypt_final(struct blkcipher_walk *walk, crypto_ctr_crypt_final()
74 static int crypto_ctr_crypt_segment(struct blkcipher_walk *walk, crypto_ctr_crypt_segment()
100 static int crypto_ctr_crypt_inplace(struct blkcipher_walk *walk, crypto_ctr_crypt_inplace()
131 struct blkcipher_walk walk; crypto_ctr_crypt()
H A Dcrypto_null.c77 struct blkcipher_walk walk; skcipher_null_crypt()
H A Dsalsa20_generic.c181 struct blkcipher_walk walk; encrypt()
/linux-4.1.27/include/crypto/
H A Dalgapi.h81 struct blkcipher_walk { struct
190 struct blkcipher_walk *walk, int err);
192 struct blkcipher_walk *walk);
194 struct blkcipher_walk *walk);
196 struct blkcipher_walk *walk,
199 struct blkcipher_walk *walk,
309 static inline void blkcipher_walk_init(struct blkcipher_walk *walk, blkcipher_walk_init()
/linux-4.1.27/arch/powerpc/crypto/
H A Daes-spe-glue.c183 struct blkcipher_walk walk; ppc_ecb_encrypt()
211 struct blkcipher_walk walk; ppc_ecb_decrypt()
239 struct blkcipher_walk walk; ppc_cbc_encrypt()
267 struct blkcipher_walk walk; ppc_cbc_decrypt()
295 struct blkcipher_walk walk; ppc_ctr_crypt()
325 struct blkcipher_walk walk; ppc_xts_encrypt()
356 struct blkcipher_walk walk; ppc_xts_decrypt()
/linux-4.1.27/arch/arm64/crypto/
H A Daes-glue.c104 struct blkcipher_walk walk; ecb_encrypt()
126 struct blkcipher_walk walk; ecb_decrypt()
148 struct blkcipher_walk walk; cbc_encrypt()
171 struct blkcipher_walk walk; cbc_decrypt()
194 struct blkcipher_walk walk; ctr_encrypt()
240 struct blkcipher_walk walk; xts_encrypt()
264 struct blkcipher_walk walk; xts_decrypt()
H A Daes-ce-ccm-glue.c153 struct blkcipher_walk walk; ccm_encrypt()
209 struct blkcipher_walk walk; ccm_decrypt()
/linux-4.1.27/arch/arm/crypto/
H A Daes-ce-glue.c170 struct blkcipher_walk walk; ecb_encrypt()
193 struct blkcipher_walk walk; ecb_decrypt()
216 struct blkcipher_walk walk; cbc_encrypt()
240 struct blkcipher_walk walk; cbc_decrypt()
264 struct blkcipher_walk walk; ctr_encrypt()
308 struct blkcipher_walk walk; xts_encrypt()
333 struct blkcipher_walk walk; xts_decrypt()
H A Daesbs-glue.c109 struct blkcipher_walk walk; aesbs_cbc_encrypt()
150 struct blkcipher_walk walk; aesbs_cbc_decrypt()
208 struct blkcipher_walk walk; aesbs_ctr_encrypt()
257 struct blkcipher_walk walk; aesbs_xts_encrypt()
281 struct blkcipher_walk walk; aesbs_xts_decrypt()
/linux-4.1.27/arch/sparc/crypto/
H A Daes_glue.c220 struct blkcipher_walk walk; ecb_encrypt()
249 struct blkcipher_walk walk; ecb_decrypt()
280 struct blkcipher_walk walk; cbc_encrypt()
309 struct blkcipher_walk walk; cbc_decrypt()
337 struct blkcipher_walk *walk) ctr_crypt_final()
357 struct blkcipher_walk walk; ctr_crypt()
H A Ddes_glue.c98 struct blkcipher_walk walk; __ecb_crypt()
146 struct blkcipher_walk walk; cbc_encrypt()
177 struct blkcipher_walk walk; cbc_decrypt()
266 struct blkcipher_walk walk; __ecb3_crypt()
318 struct blkcipher_walk walk; cbc3_encrypt()
354 struct blkcipher_walk walk; cbc3_decrypt()
H A Dcamellia_glue.c90 struct blkcipher_walk walk; __ecb_crypt()
153 struct blkcipher_walk walk; cbc_encrypt()
192 struct blkcipher_walk walk; cbc_decrypt()
/linux-4.1.27/drivers/crypto/vmx/
H A Daes_cbc.c98 struct blkcipher_walk walk; p8_aes_cbc_encrypt()
134 struct blkcipher_walk walk; p8_aes_cbc_decrypt()
H A Daes_ctr.c91 struct blkcipher_walk *walk) p8_aes_ctr_final()
115 struct blkcipher_walk walk; p8_aes_ctr_crypt()
/linux-4.1.27/drivers/crypto/
H A Dgeode-aes.c309 struct blkcipher_walk walk; geode_cbc_decrypt()
341 struct blkcipher_walk walk; geode_cbc_encrypt()
422 struct blkcipher_walk walk; geode_ecb_decrypt()
452 struct blkcipher_walk walk; geode_ecb_encrypt()
H A Dpadlock-aes.c347 struct blkcipher_walk walk; ecb_aes_encrypt()
376 struct blkcipher_walk walk; ecb_aes_decrypt()
426 struct blkcipher_walk walk; cbc_aes_encrypt()
457 struct blkcipher_walk walk; cbc_aes_decrypt()

Completed in 221 milliseconds