diff options
Diffstat (limited to 'include/crypto/algapi.h')
| -rw-r--r-- | include/crypto/algapi.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/crypto/algapi.h b/include/crypto/algapi.h index d9d14a0f0653..016c2f110f63 100644 --- a/include/crypto/algapi.h +++ b/include/crypto/algapi.h | |||
| @@ -195,6 +195,10 @@ int blkcipher_walk_phys(struct blkcipher_desc *desc, | |||
| 195 | int blkcipher_walk_virt_block(struct blkcipher_desc *desc, | 195 | int blkcipher_walk_virt_block(struct blkcipher_desc *desc, |
| 196 | struct blkcipher_walk *walk, | 196 | struct blkcipher_walk *walk, |
| 197 | unsigned int blocksize); | 197 | unsigned int blocksize); |
| 198 | int blkcipher_aead_walk_virt_block(struct blkcipher_desc *desc, | ||
| 199 | struct blkcipher_walk *walk, | ||
| 200 | struct crypto_aead *tfm, | ||
| 201 | unsigned int blocksize); | ||
| 198 | 202 | ||
| 199 | int ablkcipher_walk_done(struct ablkcipher_request *req, | 203 | int ablkcipher_walk_done(struct ablkcipher_request *req, |
| 200 | struct ablkcipher_walk *walk, int err); | 204 | struct ablkcipher_walk *walk, int err); |
