mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-28 06:34:12 +08:00
crypto: arm64/aes-neon - Fix typo in comment
Delete the redundant word 'the'. Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
882f0a5937
commit
1b069597c2
@ -66,7 +66,7 @@
|
|||||||
prepare crypto_aes_inv_sbox, .LReverse_ShiftRows, \temp
|
prepare crypto_aes_inv_sbox, .LReverse_ShiftRows, \temp
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
/* apply SubBytes transformation using the the preloaded Sbox */
|
/* apply SubBytes transformation using the preloaded Sbox */
|
||||||
.macro sub_bytes, in
|
.macro sub_bytes, in
|
||||||
sub v9.16b, \in\().16b, v15.16b
|
sub v9.16b, \in\().16b, v15.16b
|
||||||
tbl \in\().16b, {v16.16b-v19.16b}, \in\().16b
|
tbl \in\().16b, {v16.16b-v19.16b}, \in\().16b
|
||||||
|
Loading…
Reference in New Issue
Block a user