Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

crypto: algif_aead - fix comment regarding memory layout

Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Stephan Mueller and committed by
Herbert Xu
75d11e75 e90c48ef

+2 -2
+2 -2
crypto/algif_aead.c
··· 201 201 * Encryption operation - The in-place cipher operation is 202 202 * achieved by the following operation: 203 203 * 204 - * TX SGL: AAD || PT || Tag 204 + * TX SGL: AAD || PT 205 205 * | | 206 206 * | copy | 207 207 * v v 208 - * RX SGL: AAD || PT 208 + * RX SGL: AAD || PT || Tag 209 209 */ 210 210 err = crypto_aead_copy_sgl(null_tfm, tsgl->sg, 211 211 areq->first_rsgl.sgl.sg, processed);