From fec567dedda10ad1d81ca95f6c859e1d0a83cdc7 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Fri, 21 Sep 2012 12:04:51 -0700 Subject: [PATCH] --- yaml --- r: 327366 b: refs/heads/master c: 274504f5e62882bb43ea6599b1308607956f20d9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/sparc/crypto/camellia_asm.S | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ea10c6ed5c67..90daf6c58eb9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 65d5fcf5c284735d3a4254cb17691842385984bb +refs/heads/master: 274504f5e62882bb43ea6599b1308607956f20d9 diff --git a/trunk/arch/sparc/crypto/camellia_asm.S b/trunk/arch/sparc/crypto/camellia_asm.S index d3ef9c7bbd02..cc39553a4e43 100644 --- a/trunk/arch/sparc/crypto/camellia_asm.S +++ b/trunk/arch/sparc/crypto/camellia_asm.S @@ -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]