Home
last modified time | relevance | path

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

/Linux-v4.19/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 void blkcipher_done_slow(struct blkcipher_walk *walk, in blkcipher_done_slow()
83 static inline void blkcipher_done_fast(struct blkcipher_walk *walk, in blkcipher_done_fast()
101 struct blkcipher_walk *walk, int err) in blkcipher_walk_done()
145 struct blkcipher_walk *walk, in blkcipher_next_slow()
[all …]
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()
Dctr.c55 static void crypto_ctr_crypt_final(struct blkcipher_walk *walk, in crypto_ctr_crypt_final()
73 static int crypto_ctr_crypt_segment(struct blkcipher_walk *walk, in crypto_ctr_crypt_segment()
99 static int crypto_ctr_crypt_inplace(struct blkcipher_walk *walk, in crypto_ctr_crypt_inplace()
130 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()
/Linux-v4.19/arch/s390/crypto/
Ddes_s390.c85 struct blkcipher_walk *walk) in ecb_desall_crypt()
103 struct blkcipher_walk *walk) in cbc_desall_crypt()
131 struct blkcipher_walk walk; in ecb_des_encrypt()
141 struct blkcipher_walk walk; in ecb_des_decrypt()
171 struct blkcipher_walk walk; in cbc_des_encrypt()
181 struct blkcipher_walk walk; in cbc_des_decrypt()
288 struct blkcipher_walk walk; in ecb_des3_encrypt()
298 struct blkcipher_walk walk; in ecb_des3_decrypt()
329 struct blkcipher_walk walk; in cbc_des3_encrypt()
339 struct blkcipher_walk walk; in cbc_des3_decrypt()
[all …]
Dpaes_s390.c96 struct blkcipher_walk *walk) in ecb_paes_crypt()
122 struct blkcipher_walk walk; in ecb_paes_encrypt()
132 struct blkcipher_walk walk; in ecb_paes_decrypt()
191 struct blkcipher_walk *walk) in cbc_paes_crypt()
225 struct blkcipher_walk walk; in cbc_paes_encrypt()
235 struct blkcipher_walk walk; in cbc_paes_decrypt()
312 struct blkcipher_walk *walk) in xts_paes_crypt()
361 struct blkcipher_walk walk; in xts_paes_encrypt()
371 struct blkcipher_walk walk; in xts_paes_decrypt()
447 struct blkcipher_walk *walk) in ctr_paes_crypt()
[all …]
Daes_s390.c258 struct blkcipher_walk *walk) in ecb_aes_crypt()
281 struct blkcipher_walk walk; in ecb_aes_encrypt()
295 struct blkcipher_walk walk; in ecb_aes_decrypt()
374 struct blkcipher_walk *walk) in cbc_aes_crypt()
403 struct blkcipher_walk walk; in cbc_aes_encrypt()
417 struct blkcipher_walk walk; in cbc_aes_decrypt()
542 struct blkcipher_walk *walk) in xts_aes_crypt()
586 struct blkcipher_walk walk; in xts_aes_encrypt()
600 struct blkcipher_walk walk; in xts_aes_decrypt()
694 struct blkcipher_walk *walk) in ctr_aes_crypt()
[all …]
/Linux-v4.19/include/crypto/
Dalgapi.h91 struct blkcipher_walk { struct
241 struct blkcipher_walk *walk, int err);
243 struct blkcipher_walk *walk);
245 struct blkcipher_walk *walk);
247 struct blkcipher_walk *walk,
250 struct blkcipher_walk *walk,
326 static inline void blkcipher_walk_init(struct blkcipher_walk *walk, in blkcipher_walk_init()
/Linux-v4.19/arch/powerpc/crypto/
Daes-spe-glue.c190 struct blkcipher_walk walk; in ppc_ecb_encrypt()
218 struct blkcipher_walk walk; in ppc_ecb_decrypt()
246 struct blkcipher_walk walk; in ppc_cbc_encrypt()
274 struct blkcipher_walk walk; in ppc_cbc_decrypt()
302 struct blkcipher_walk walk; in ppc_ctr_crypt()
332 struct blkcipher_walk walk; in ppc_xts_encrypt()
363 struct blkcipher_walk walk; in ppc_xts_decrypt()
/Linux-v4.19/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()
356 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-v4.19/drivers/crypto/vmx/
Daes_ctr.c91 struct blkcipher_walk *walk) in p8_aes_ctr_final()
117 struct blkcipher_walk walk; in p8_aes_ctr_crypt()
Daes_cbc.c98 struct blkcipher_walk walk; in p8_aes_cbc_encrypt()
137 struct blkcipher_walk walk; in p8_aes_cbc_decrypt()
Daes_xts.c107 struct blkcipher_walk walk; in p8_aes_xts_crypt()
/Linux-v4.19/drivers/crypto/
Dpadlock-aes.c345 struct blkcipher_walk walk; in ecb_aes_encrypt()
371 struct blkcipher_walk walk; in ecb_aes_decrypt()
418 struct blkcipher_walk walk; in cbc_aes_encrypt()
446 struct blkcipher_walk walk; in cbc_aes_decrypt()
Dgeode-aes.c311 struct blkcipher_walk walk; in geode_cbc_decrypt()
343 struct blkcipher_walk walk; in geode_cbc_encrypt()
424 struct blkcipher_walk walk; in geode_ecb_decrypt()
454 struct blkcipher_walk walk; in geode_ecb_encrypt()