| /Linux-v5.4/arch/s390/crypto/ | 
| D | des_s390.c | 131 	blkcipher_walk_init(&walk, dst, src, nbytes);  in ecb_des_encrypt()141 	blkcipher_walk_init(&walk, dst, src, nbytes);  in ecb_des_decrypt()
 171 	blkcipher_walk_init(&walk, dst, src, nbytes);  in cbc_des_encrypt()
 181 	blkcipher_walk_init(&walk, dst, src, nbytes);  in cbc_des_decrypt()
 275 	blkcipher_walk_init(&walk, dst, src, nbytes);  in ecb_des3_encrypt()
 285 	blkcipher_walk_init(&walk, dst, src, nbytes);  in ecb_des3_decrypt()
 316 	blkcipher_walk_init(&walk, dst, src, nbytes);  in cbc_des3_encrypt()
 326 	blkcipher_walk_init(&walk, dst, src, nbytes);  in cbc_des3_decrypt()
 410 	blkcipher_walk_init(&walk, dst, src, nbytes);  in ctr_des_encrypt()
 420 	blkcipher_walk_init(&walk, dst, src, nbytes);  in ctr_des_decrypt()
 [all …]
 
 | 
| D | paes_s390.c | 190 	blkcipher_walk_init(&walk, dst, src, nbytes);  in ecb_paes_encrypt()200 	blkcipher_walk_init(&walk, dst, src, nbytes);  in ecb_paes_decrypt()
 316 	blkcipher_walk_init(&walk, dst, src, nbytes);  in cbc_paes_encrypt()
 326 	blkcipher_walk_init(&walk, dst, src, nbytes);  in cbc_paes_decrypt()
 485 	blkcipher_walk_init(&walk, dst, src, nbytes);  in xts_paes_encrypt()
 495 	blkcipher_walk_init(&walk, dst, src, nbytes);  in xts_paes_decrypt()
 654 	blkcipher_walk_init(&walk, dst, src, nbytes);  in ctr_paes_encrypt()
 664 	blkcipher_walk_init(&walk, dst, src, nbytes);  in ctr_paes_decrypt()
 
 | 
| D | aes_s390.c | 287 	blkcipher_walk_init(&walk, dst, src, nbytes);  in ecb_aes_encrypt()301 	blkcipher_walk_init(&walk, dst, src, nbytes);  in ecb_aes_decrypt()
 408 	blkcipher_walk_init(&walk, dst, src, nbytes);  in cbc_aes_encrypt()
 422 	blkcipher_walk_init(&walk, dst, src, nbytes);  in cbc_aes_decrypt()
 595 	blkcipher_walk_init(&walk, dst, src, nbytes);  in xts_aes_encrypt()
 612 	blkcipher_walk_init(&walk, dst, src, nbytes);  in xts_aes_decrypt()
 751 	blkcipher_walk_init(&walk, dst, src, nbytes);  in ctr_aes_encrypt()
 765 	blkcipher_walk_init(&walk, dst, src, nbytes);  in ctr_aes_decrypt()
 
 | 
| /Linux-v5.4/arch/powerpc/crypto/ | 
| D | aes-spe-glue.c | 190 	blkcipher_walk_init(&walk, dst, src, nbytes);  in ppc_ecb_encrypt()218 	blkcipher_walk_init(&walk, dst, src, nbytes);  in ppc_ecb_decrypt()
 246 	blkcipher_walk_init(&walk, dst, src, nbytes);  in ppc_cbc_encrypt()
 274 	blkcipher_walk_init(&walk, dst, src, nbytes);  in ppc_cbc_decrypt()
 302 	blkcipher_walk_init(&walk, dst, src, nbytes);  in ppc_ctr_crypt()
 333 	blkcipher_walk_init(&walk, dst, src, nbytes);  in ppc_xts_encrypt()
 364 	blkcipher_walk_init(&walk, dst, src, nbytes);  in ppc_xts_decrypt()
 
 | 
| /Linux-v5.4/arch/sparc/crypto/ | 
| D | des_glue.c | 98 	blkcipher_walk_init(&walk, dst, src, nbytes);  in __ecb_crypt()146 	blkcipher_walk_init(&walk, dst, src, nbytes);  in cbc_encrypt()
 177 	blkcipher_walk_init(&walk, dst, src, nbytes);  in cbc_decrypt()
 263 	blkcipher_walk_init(&walk, dst, src, nbytes);  in __ecb3_crypt()
 315 	blkcipher_walk_init(&walk, dst, src, nbytes);  in cbc3_encrypt()
 351 	blkcipher_walk_init(&walk, dst, src, nbytes);  in cbc3_decrypt()
 
 | 
| D | aes_glue.c | 224 	blkcipher_walk_init(&walk, dst, src, nbytes);  in ecb_encrypt()254 	blkcipher_walk_init(&walk, dst, src, nbytes);  in ecb_decrypt()
 284 	blkcipher_walk_init(&walk, dst, src, nbytes);  in cbc_encrypt()
 314 	blkcipher_walk_init(&walk, dst, src, nbytes);  in cbc_decrypt()
 360 	blkcipher_walk_init(&walk, dst, src, nbytes);  in ctr_crypt()
 
 | 
| D | camellia_glue.c | 100 	blkcipher_walk_init(&walk, dst, src, nbytes);  in __ecb_crypt()163 	blkcipher_walk_init(&walk, dst, src, nbytes);  in cbc_encrypt()
 202 	blkcipher_walk_init(&walk, dst, src, nbytes);  in cbc_decrypt()
 
 | 
| /Linux-v5.4/drivers/crypto/ | 
| D | padlock-aes.c | 351 	blkcipher_walk_init(&walk, dst, src, nbytes);  in ecb_aes_encrypt()377 	blkcipher_walk_init(&walk, dst, src, nbytes);  in ecb_aes_decrypt()
 424 	blkcipher_walk_init(&walk, dst, src, nbytes);  in cbc_aes_encrypt()
 452 	blkcipher_walk_init(&walk, dst, src, nbytes);  in cbc_aes_decrypt()
 
 | 
| D | geode-aes.c | 313 	blkcipher_walk_init(&walk, dst, src, nbytes);  in geode_cbc_decrypt()345 	blkcipher_walk_init(&walk, dst, src, nbytes);  in geode_cbc_encrypt()
 426 	blkcipher_walk_init(&walk, dst, src, nbytes);  in geode_ecb_decrypt()
 456 	blkcipher_walk_init(&walk, dst, src, nbytes);  in geode_ecb_encrypt()
 
 | 
| /Linux-v5.4/include/crypto/ | 
| D | algapi.h | 322 static inline void blkcipher_walk_init(struct blkcipher_walk *walk,  in blkcipher_walk_init()  function
 |