Commit 274504f5 authored by David S. Miller's avatar David S. Miller

sparc64: Fix function argument comment in camellia_sparc64_key_expand asm.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 65d5fcf5
......@@ -30,7 +30,7 @@ SIGMA: .xword 0xA09E667F3BCC908B
.align 32
ENTRY(camellia_sparc64_key_expand)
/* %o0=in_key, %o1=out_key, %o2=key_len */
/* %o0=in_key, %o1=encrypt_key, %o2=key_len, %o3=decrypt_key */
VISEntry
ld [%o0 + 0x00], %f0 ! i0, k[0]
ld [%o0 + 0x04], %f1 ! i1, k[1]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment