Home
last modified time | relevance | path

Searched refs:blkcipher_walk (Results 1 – 33 of 33) sorted by relevance

/linux-4.4.14/arch/s390/crypto/
Ddes_s390.c87 u8 *key, struct blkcipher_walk *walk) in ecb_desall_crypt()
110 struct blkcipher_walk *walk) in cbc_desall_crypt()
149 struct blkcipher_walk walk; in ecb_des_encrypt()
160 struct blkcipher_walk walk; in ecb_des_decrypt()
190 struct blkcipher_walk walk; in cbc_des_encrypt()
200 struct blkcipher_walk walk; in cbc_des_decrypt()
295 struct blkcipher_walk walk; in ecb_des3_encrypt()
306 struct blkcipher_walk walk; in ecb_des3_decrypt()
336 struct blkcipher_walk walk; in cbc_des3_encrypt()
346 struct blkcipher_walk walk; in cbc_des3_decrypt()
[all …]
Daes_s390.c317 struct blkcipher_walk *walk) in ecb_aes_crypt()
344 struct blkcipher_walk walk; in ecb_aes_encrypt()
358 struct blkcipher_walk walk; in ecb_aes_decrypt()
446 struct blkcipher_walk *walk) in cbc_aes_crypt()
485 struct blkcipher_walk walk; in cbc_aes_encrypt()
499 struct blkcipher_walk walk; in cbc_aes_decrypt()
619 struct blkcipher_walk *walk) in xts_aes_crypt()
668 struct blkcipher_walk walk; in xts_aes_encrypt()
682 struct blkcipher_walk walk; in xts_aes_decrypt()
779 struct s390_aes_ctx *sctx, struct blkcipher_walk *walk) in ctr_aes_crypt()
[all …]
/linux-4.4.14/arch/x86/crypto/
Dglue_helper.c37 struct blkcipher_walk *walk) in __glue_ecb_crypt_128bit()
85 struct blkcipher_walk walk; in glue_ecb_crypt_128bit()
94 struct blkcipher_walk *walk) in __glue_cbc_encrypt_128bit()
122 struct blkcipher_walk walk; in glue_cbc_encrypt_128bit()
140 struct blkcipher_walk *walk) in __glue_cbc_decrypt_128bit()
198 struct blkcipher_walk walk; in glue_cbc_decrypt_128bit()
218 struct blkcipher_walk *walk) in glue_ctr_crypt_final_128bit()
238 struct blkcipher_walk *walk) in __glue_ctr_crypt_128bit()
281 struct blkcipher_walk walk; in glue_ctr_crypt_128bit()
309 struct blkcipher_walk *walk) in __glue_xts_crypt_128bit()
[all …]
Dblowfish_glue.c80 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, in ecb_crypt()
128 struct blkcipher_walk walk; in ecb_encrypt()
137 struct blkcipher_walk walk; in ecb_decrypt()
144 struct blkcipher_walk *walk) in __cbc_encrypt()
170 struct blkcipher_walk walk; in cbc_encrypt()
185 struct blkcipher_walk *walk) in __cbc_decrypt()
251 struct blkcipher_walk walk; in cbc_decrypt()
265 static void ctr_crypt_final(struct bf_ctx *ctx, struct blkcipher_walk *walk) in ctr_crypt_final()
281 struct blkcipher_walk *walk) in __ctr_crypt()
339 struct blkcipher_walk walk; in ctr_crypt()
Ddes3_ede_glue.c86 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, in ecb_crypt()
134 struct blkcipher_walk walk; in ecb_encrypt()
144 struct blkcipher_walk walk; in ecb_decrypt()
151 struct blkcipher_walk *walk) in __cbc_encrypt()
177 struct blkcipher_walk walk; in cbc_encrypt()
192 struct blkcipher_walk *walk) in __cbc_decrypt()
256 struct blkcipher_walk walk; in cbc_decrypt()
271 struct blkcipher_walk *walk) in ctr_crypt_final()
287 struct blkcipher_walk *walk) in __ctr_crypt()
340 struct blkcipher_walk walk; in ctr_crypt()
Dcast5_avx_glue.c59 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, in ecb_crypt()
116 struct blkcipher_walk walk; in ecb_encrypt()
125 struct blkcipher_walk walk; in ecb_decrypt()
132 struct blkcipher_walk *walk) in __cbc_encrypt()
158 struct blkcipher_walk walk; in cbc_encrypt()
173 struct blkcipher_walk *walk) in __cbc_decrypt()
231 struct blkcipher_walk walk; in cbc_decrypt()
249 struct blkcipher_walk *walk) in ctr_crypt_final()
266 struct blkcipher_walk *walk) in __ctr_crypt()
315 struct blkcipher_walk walk; in ctr_crypt()
Dsalsa20_glue.c52 struct blkcipher_walk walk; in encrypt()
Dchacha20_glue.c70 struct blkcipher_walk walk; in chacha20_simd()
Daesni-intel_glue.c379 struct blkcipher_walk walk; in ecb_encrypt()
403 struct blkcipher_walk walk; in ecb_decrypt()
427 struct blkcipher_walk walk; in cbc_encrypt()
451 struct blkcipher_walk walk; in cbc_decrypt()
472 struct blkcipher_walk *walk) in ctr_crypt_final()
510 struct blkcipher_walk walk; in ctr_crypt()
/linux-4.4.14/crypto/
Dblkcipher.c41 struct blkcipher_walk *walk);
43 struct blkcipher_walk *walk);
45 static inline void blkcipher_map_src(struct blkcipher_walk *walk) in blkcipher_map_src()
50 static inline void blkcipher_map_dst(struct blkcipher_walk *walk) in blkcipher_map_dst()
55 static inline void blkcipher_unmap_src(struct blkcipher_walk *walk) in blkcipher_unmap_src()
60 static inline void blkcipher_unmap_dst(struct blkcipher_walk *walk) in blkcipher_unmap_dst()
74 static inline unsigned int blkcipher_done_slow(struct blkcipher_walk *walk, in blkcipher_done_slow()
85 static inline unsigned int blkcipher_done_fast(struct blkcipher_walk *walk, in blkcipher_done_fast()
105 struct blkcipher_walk *walk, int err) in blkcipher_walk_done()
148 struct blkcipher_walk *walk, in blkcipher_next_slow()
[all …]
Dpcbc.c46 struct blkcipher_walk *walk, in crypto_pcbc_encrypt_segment()
71 struct blkcipher_walk *walk, in crypto_pcbc_encrypt_inplace()
101 struct blkcipher_walk walk; in crypto_pcbc_encrypt()
124 struct blkcipher_walk *walk, in crypto_pcbc_decrypt_segment()
151 struct blkcipher_walk *walk, in crypto_pcbc_decrypt_inplace()
181 struct blkcipher_walk walk; in crypto_pcbc_decrypt()
Dcbc.c43 struct blkcipher_walk *walk, in crypto_cbc_encrypt_segment()
67 struct blkcipher_walk *walk, in crypto_cbc_encrypt_inplace()
94 struct blkcipher_walk walk; in crypto_cbc_encrypt()
115 struct blkcipher_walk *walk, in crypto_cbc_decrypt_segment()
141 struct blkcipher_walk *walk, in crypto_cbc_decrypt_inplace()
173 struct blkcipher_walk walk; in crypto_cbc_decrypt()
Decb.c42 struct blkcipher_walk *walk, in crypto_ecb_crypt()
73 struct blkcipher_walk walk; in crypto_ecb_encrypt()
87 struct blkcipher_walk walk; in crypto_ecb_decrypt()
Dxts.c94 struct blkcipher_walk *w, struct priv *ctx, in crypt()
151 struct blkcipher_walk w; in encrypt()
162 struct blkcipher_walk w; in decrypt()
175 struct blkcipher_walk walk; in xts_crypt()
Dlrw.c139 struct blkcipher_walk *w, struct priv *ctx, in crypt()
199 struct blkcipher_walk w; in encrypt()
210 struct blkcipher_walk w; in decrypt()
224 struct blkcipher_walk walk; in lrw_crypt()
Dctr.c55 static void crypto_ctr_crypt_final(struct blkcipher_walk *walk, in crypto_ctr_crypt_final()
74 static int crypto_ctr_crypt_segment(struct blkcipher_walk *walk, in crypto_ctr_crypt_segment()
100 static int crypto_ctr_crypt_inplace(struct blkcipher_walk *walk, in crypto_ctr_crypt_inplace()
131 struct blkcipher_walk walk; in crypto_ctr_crypt()
Darc4.c99 struct blkcipher_walk walk; in ecb_arc4_crypt()
Dcrypto_null.c81 struct blkcipher_walk walk; in skcipher_null_crypt()
Dsalsa20_generic.c181 struct blkcipher_walk walk; in encrypt()
Dchacha20_generic.c146 struct blkcipher_walk walk; in crypto_chacha20_crypt()
/linux-4.4.14/include/crypto/
Dalgapi.h84 struct blkcipher_walk { struct
193 struct blkcipher_walk *walk, int err);
195 struct blkcipher_walk *walk);
197 struct blkcipher_walk *walk);
199 struct blkcipher_walk *walk,
202 struct blkcipher_walk *walk,
296 static inline void blkcipher_walk_init(struct blkcipher_walk *walk, in blkcipher_walk_init()
/linux-4.4.14/arch/arm64/crypto/
Daes-glue.c104 struct blkcipher_walk walk; in ecb_encrypt()
126 struct blkcipher_walk walk; in ecb_decrypt()
148 struct blkcipher_walk walk; in cbc_encrypt()
171 struct blkcipher_walk walk; in cbc_decrypt()
194 struct blkcipher_walk walk; in ctr_encrypt()
240 struct blkcipher_walk walk; in xts_encrypt()
264 struct blkcipher_walk walk; in xts_decrypt()
Daes-ce-ccm-glue.c153 struct blkcipher_walk walk; in ccm_encrypt()
218 struct blkcipher_walk walk; in ccm_decrypt()
/linux-4.4.14/arch/powerpc/crypto/
Daes-spe-glue.c183 struct blkcipher_walk walk; in ppc_ecb_encrypt()
211 struct blkcipher_walk walk; in ppc_ecb_decrypt()
239 struct blkcipher_walk walk; in ppc_cbc_encrypt()
267 struct blkcipher_walk walk; in ppc_cbc_decrypt()
295 struct blkcipher_walk walk; in ppc_ctr_crypt()
325 struct blkcipher_walk walk; in ppc_xts_encrypt()
356 struct blkcipher_walk walk; in ppc_xts_decrypt()
/linux-4.4.14/arch/arm/crypto/
Daes-ce-glue.c170 struct blkcipher_walk walk; in ecb_encrypt()
193 struct blkcipher_walk walk; in ecb_decrypt()
216 struct blkcipher_walk walk; in cbc_encrypt()
240 struct blkcipher_walk walk; in cbc_decrypt()
264 struct blkcipher_walk walk; in ctr_encrypt()
308 struct blkcipher_walk walk; in xts_encrypt()
333 struct blkcipher_walk walk; in xts_decrypt()
Daesbs-glue.c109 struct blkcipher_walk walk; in aesbs_cbc_encrypt()
150 struct blkcipher_walk walk; in aesbs_cbc_decrypt()
208 struct blkcipher_walk walk; in aesbs_ctr_encrypt()
257 struct blkcipher_walk walk; in aesbs_xts_encrypt()
281 struct blkcipher_walk walk; in aesbs_xts_decrypt()
/linux-4.4.14/arch/sparc/crypto/
Daes_glue.c220 struct blkcipher_walk walk; in ecb_encrypt()
249 struct blkcipher_walk walk; in ecb_decrypt()
280 struct blkcipher_walk walk; in cbc_encrypt()
309 struct blkcipher_walk walk; in cbc_decrypt()
337 struct blkcipher_walk *walk) in ctr_crypt_final()
357 struct blkcipher_walk walk; in ctr_crypt()
Ddes_glue.c98 struct blkcipher_walk walk; in __ecb_crypt()
146 struct blkcipher_walk walk; in cbc_encrypt()
177 struct blkcipher_walk walk; in cbc_decrypt()
266 struct blkcipher_walk walk; in __ecb3_crypt()
318 struct blkcipher_walk walk; in cbc3_encrypt()
354 struct blkcipher_walk walk; in cbc3_decrypt()
Dcamellia_glue.c90 struct blkcipher_walk walk; in __ecb_crypt()
153 struct blkcipher_walk walk; in cbc_encrypt()
192 struct blkcipher_walk walk; in cbc_decrypt()
/linux-4.4.14/drivers/crypto/vmx/
Daes_ctr.c94 struct blkcipher_walk *walk) in p8_aes_ctr_final()
119 struct blkcipher_walk walk; in p8_aes_ctr_crypt()
Daes_cbc.c103 struct blkcipher_walk walk; in p8_aes_cbc_encrypt()
144 struct blkcipher_walk walk; in p8_aes_cbc_decrypt()
/linux-4.4.14/drivers/crypto/
Dpadlock-aes.c347 struct blkcipher_walk walk; in ecb_aes_encrypt()
376 struct blkcipher_walk walk; in ecb_aes_decrypt()
426 struct blkcipher_walk walk; in cbc_aes_encrypt()
457 struct blkcipher_walk walk; in cbc_aes_decrypt()
Dgeode-aes.c309 struct blkcipher_walk walk; in geode_cbc_decrypt()
341 struct blkcipher_walk walk; in geode_cbc_encrypt()
422 struct blkcipher_walk walk; in geode_ecb_decrypt()
452 struct blkcipher_walk walk; in geode_ecb_encrypt()