/Linux-v4.19/arch/s390/crypto/ |
D | paes_s390.c | 109 ret = blkcipher_walk_done(desc, walk, nbytes - k); in ecb_paes_crypt() 112 return blkcipher_walk_done(desc, walk, -EIO); in ecb_paes_crypt() 210 ret = blkcipher_walk_done(desc, walk, nbytes - k); in cbc_paes_crypt() 213 return blkcipher_walk_done(desc, walk, -EIO); in cbc_paes_crypt() 347 ret = blkcipher_walk_done(desc, walk, nbytes - k); in xts_paes_crypt() 350 return blkcipher_walk_done(desc, walk, -EIO); in xts_paes_crypt() 470 ret = blkcipher_walk_done(desc, walk, nbytes - n); in ctr_paes_crypt() 476 return blkcipher_walk_done(desc, walk, -EIO); in ctr_paes_crypt() 493 return blkcipher_walk_done(desc, walk, -EIO); in ctr_paes_crypt() 497 ret = blkcipher_walk_done(desc, walk, 0); in ctr_paes_crypt()
|
D | des_s390.c | 97 ret = blkcipher_walk_done(desc, walk, nbytes - n); in ecb_desall_crypt() 121 ret = blkcipher_walk_done(desc, walk, nbytes - n); in cbc_desall_crypt() 404 ret = blkcipher_walk_done(desc, walk, nbytes - n); in ctr_desall_crypt() 414 ret = blkcipher_walk_done(desc, walk, 0); in ctr_desall_crypt()
|
D | aes_s390.c | 270 ret = blkcipher_walk_done(desc, walk, nbytes - n); in ecb_aes_crypt() 392 ret = blkcipher_walk_done(desc, walk, nbytes - n); in cbc_aes_crypt() 576 ret = blkcipher_walk_done(desc, walk, nbytes - n); in xts_aes_crypt() 716 ret = blkcipher_walk_done(desc, walk, nbytes - n); in ctr_aes_crypt() 729 ret = blkcipher_walk_done(desc, walk, 0); in ctr_aes_crypt()
|
/Linux-v4.19/arch/powerpc/crypto/ |
D | aes-spe-glue.c | 208 err = blkcipher_walk_done(desc, &walk, ubytes); in ppc_ecb_encrypt() 236 err = blkcipher_walk_done(desc, &walk, ubytes); in ppc_ecb_decrypt() 264 err = blkcipher_walk_done(desc, &walk, ubytes); in ppc_cbc_encrypt() 292 err = blkcipher_walk_done(desc, &walk, ubytes); in ppc_cbc_decrypt() 322 err = blkcipher_walk_done(desc, &walk, ubytes); in ppc_ctr_crypt() 353 err = blkcipher_walk_done(desc, &walk, ubytes); in ppc_xts_encrypt() 384 err = blkcipher_walk_done(desc, &walk, ubytes); in ppc_xts_decrypt()
|
/Linux-v4.19/arch/sparc/crypto/ |
D | aes_glue.c | 238 err = blkcipher_walk_done(desc, &walk, nbytes); in ecb_encrypt() 268 err = blkcipher_walk_done(desc, &walk, nbytes); in ecb_decrypt() 298 err = blkcipher_walk_done(desc, &walk, nbytes); in cbc_encrypt() 329 err = blkcipher_walk_done(desc, &walk, nbytes); in cbc_decrypt() 374 err = blkcipher_walk_done(desc, &walk, nbytes); in ctr_crypt() 378 err = blkcipher_walk_done(desc, &walk, 0); in ctr_crypt()
|
D | des_glue.c | 118 err = blkcipher_walk_done(desc, &walk, nbytes); in __ecb_crypt() 163 err = blkcipher_walk_done(desc, &walk, nbytes); in cbc_encrypt() 194 err = blkcipher_walk_done(desc, &walk, nbytes); in cbc_decrypt() 289 err = blkcipher_walk_done(desc, &walk, nbytes); in __ecb3_crypt() 339 err = blkcipher_walk_done(desc, &walk, nbytes); in cbc3_encrypt() 375 err = blkcipher_walk_done(desc, &walk, nbytes); in cbc3_decrypt()
|
D | camellia_glue.c | 120 err = blkcipher_walk_done(desc, &walk, nbytes); in __ecb_crypt() 181 err = blkcipher_walk_done(desc, &walk, nbytes); in cbc_encrypt() 220 err = blkcipher_walk_done(desc, &walk, nbytes); in cbc_decrypt()
|
/Linux-v4.19/drivers/crypto/vmx/ |
D | aes_ctr.c | 153 ret = blkcipher_walk_done(desc, &walk, nbytes); in p8_aes_ctr_crypt() 157 ret = blkcipher_walk_done(desc, &walk, 0); in p8_aes_ctr_crypt()
|
D | aes_cbc.c | 125 ret = blkcipher_walk_done(desc, &walk, nbytes); in p8_aes_cbc_encrypt() 164 ret = blkcipher_walk_done(desc, &walk, nbytes); in p8_aes_cbc_decrypt()
|
D | aes_xts.c | 150 ret = blkcipher_walk_done(desc, &walk, nbytes); in p8_aes_xts_crypt()
|
/Linux-v4.19/drivers/crypto/ |
D | padlock-aes.c | 358 err = blkcipher_walk_done(desc, &walk, nbytes); in ecb_aes_encrypt() 384 err = blkcipher_walk_done(desc, &walk, nbytes); in ecb_aes_decrypt() 433 err = blkcipher_walk_done(desc, &walk, nbytes); in cbc_aes_encrypt() 459 err = blkcipher_walk_done(desc, &walk, nbytes); in cbc_aes_decrypt()
|
D | geode-aes.c | 331 err = blkcipher_walk_done(desc, &walk, nbytes); in geode_cbc_decrypt() 362 err = blkcipher_walk_done(desc, &walk, nbytes); in geode_cbc_encrypt() 442 err = blkcipher_walk_done(desc, &walk, nbytes); in geode_ecb_decrypt() 472 ret = blkcipher_walk_done(desc, &walk, nbytes); in geode_ecb_encrypt()
|
/Linux-v4.19/crypto/ |
D | blkcipher.c | 100 int blkcipher_walk_done(struct blkcipher_desc *desc, in blkcipher_walk_done() function 142 EXPORT_SYMBOL_GPL(blkcipher_walk_done); 163 return blkcipher_walk_done(desc, walk, -ENOMEM); in blkcipher_next_slow() 231 return blkcipher_walk_done(desc, walk, -EINVAL); in blkcipher_walk_next()
|
D | arc4.c | 112 err = blkcipher_walk_done(desc, &walk, 0); in ecb_arc4_crypt()
|
D | crypto_null.c | 91 err = blkcipher_walk_done(desc, &walk, 0); in skcipher_null_crypt()
|
D | ecb.c | 63 err = blkcipher_walk_done(desc, walk, nbytes); in crypto_ecb_crypt()
|
D | ctr.c | 146 err = blkcipher_walk_done(desc, &walk, nbytes); in crypto_ctr_crypt() 151 err = blkcipher_walk_done(desc, &walk, 0); in crypto_ctr_crypt()
|
/Linux-v4.19/include/crypto/ |
D | algapi.h | 240 int blkcipher_walk_done(struct blkcipher_desc *desc,
|