Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/crypto/
Ddes_s390.c86 u8 *key, struct blkcipher_walk *walk) in ecb_desall_crypt()
109 struct blkcipher_walk *walk) in cbc_desall_crypt()
148 struct blkcipher_walk walk; in ecb_des_encrypt()
159 struct blkcipher_walk walk; in ecb_des_decrypt()
189 struct blkcipher_walk walk; in cbc_des_encrypt()
199 struct blkcipher_walk walk; in cbc_des_decrypt()
294 struct blkcipher_walk walk; in ecb_des3_encrypt()
305 struct blkcipher_walk walk; in ecb_des3_decrypt()
335 struct blkcipher_walk walk; in cbc_des3_encrypt()
345 struct blkcipher_walk walk; in cbc_des3_decrypt()
[all …]
Daes_s390.c316 struct blkcipher_walk *walk) in ecb_aes_crypt()
343 struct blkcipher_walk walk; in ecb_aes_encrypt()
357 struct blkcipher_walk walk; in ecb_aes_decrypt()
445 struct blkcipher_walk *walk) in cbc_aes_crypt()
484 struct blkcipher_walk walk; in cbc_aes_encrypt()
498 struct blkcipher_walk walk; in cbc_aes_decrypt()
618 struct blkcipher_walk *walk) in xts_aes_crypt()
667 struct blkcipher_walk walk; in xts_aes_encrypt()
681 struct blkcipher_walk walk; in xts_aes_decrypt()
778 struct s390_aes_ctx *sctx, struct blkcipher_walk *walk) in ctr_aes_crypt()
[all …]
/linux-4.1.27/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.c60 static int ecb_crypt(struct blkcipher_desc *desc, struct blkcipher_walk *walk, in ecb_crypt()
117 struct blkcipher_walk walk; in ecb_encrypt()
126 struct blkcipher_walk walk; in ecb_decrypt()
133 struct blkcipher_walk *walk) in __cbc_encrypt()
159 struct blkcipher_walk walk; in cbc_encrypt()
174 struct blkcipher_walk *walk) in __cbc_decrypt()
232 struct blkcipher_walk walk; in cbc_decrypt()
250 struct blkcipher_walk *walk) in ctr_crypt_final()
267 struct blkcipher_walk *walk) in __ctr_crypt()
316 struct blkcipher_walk walk; in ctr_crypt()
Dsalsa20_glue.c52 struct blkcipher_walk walk; in encrypt()
Daesni-intel_glue.c378 struct blkcipher_walk walk; in ecb_encrypt()
402 struct blkcipher_walk walk; in ecb_decrypt()
426 struct blkcipher_walk walk; in cbc_encrypt()
450 struct blkcipher_walk walk; in cbc_decrypt()
471 struct blkcipher_walk *walk) in ctr_crypt_final()
509 struct blkcipher_walk walk; in ctr_crypt()
/linux-4.1.27/crypto/
Dblkcipher.c40 struct blkcipher_walk *walk);
42 struct blkcipher_walk *walk);
44 static inline void blkcipher_map_src(struct blkcipher_walk *walk) in blkcipher_map_src()
49 static inline void blkcipher_map_dst(struct blkcipher_walk *walk) in blkcipher_map_dst()
54 static inline void blkcipher_unmap_src(struct blkcipher_walk *walk) in blkcipher_unmap_src()
59 static inline void blkcipher_unmap_dst(struct blkcipher_walk *walk) in blkcipher_unmap_dst()
73 static inline unsigned int blkcipher_done_slow(struct blkcipher_walk *walk, in blkcipher_done_slow()
84 static inline unsigned int blkcipher_done_fast(struct blkcipher_walk *walk, in blkcipher_done_fast()
104 struct blkcipher_walk *walk, int err) in blkcipher_walk_done()
147 struct blkcipher_walk *walk, in blkcipher_next_slow()
[all …]
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()
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()
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()
Dcrypto_null.c77 struct blkcipher_walk walk; in skcipher_null_crypt()
Darc4.c99 struct blkcipher_walk walk; in ecb_arc4_crypt()
Dsalsa20_generic.c181 struct blkcipher_walk walk; in encrypt()
/linux-4.1.27/include/crypto/
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, in blkcipher_walk_init()
/linux-4.1.27/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.1.27/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()
209 struct blkcipher_walk walk; in ccm_decrypt()
/linux-4.1.27/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.1.27/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.1.27/drivers/crypto/vmx/
Daes_ctr.c91 struct blkcipher_walk *walk) in p8_aes_ctr_final()
115 struct blkcipher_walk walk; in p8_aes_ctr_crypt()
Daes_cbc.c98 struct blkcipher_walk walk; in p8_aes_cbc_encrypt()
134 struct blkcipher_walk walk; in p8_aes_cbc_decrypt()
/linux-4.1.27/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()