mirror of
https://github.com/V4bel/dirtyfrag.git
synced 2026-05-16 10:50:10 +00:00
typo
This commit is contained in:
parent
f351f5a0c2
commit
892d9a31d3
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ static int crypto_authenc_esn_decrypt(struct aead_request *req)
|
||||||
scatterwalk_map_and_copy(tmp, src, 0, 8, 0);
|
scatterwalk_map_and_copy(tmp, src, 0, 8, 0);
|
||||||
if (src == dst) {
|
if (src == dst) {
|
||||||
scatterwalk_map_and_copy(tmp, dst, 4, 4, 1);
|
scatterwalk_map_and_copy(tmp, dst, 4, 4, 1);
|
||||||
scatterwalk_map_and_copy(tmp + 1, dst, assoclen + cryptlen, 4, 1);
|
scatterwalk_map_and_copy(tmp + 1, dst, assoclen + cryptlen, 4, 1); // <=[3]
|
||||||
dst = scatterwalk_ffwd(areq_ctx->dst, dst, 4);
|
dst = scatterwalk_ffwd(areq_ctx->dst, dst, 4);
|
||||||
[...]
|
[...]
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue