Explorar o código

[CRYPTO] camellia: Code cleanup

Move code blocks around so that related pieces are closer together:
e.g. CAMELLIA_ROUNDSM macro does not need to be separated
from the rest of the code by huge array of constants.

Remove unused macros (COPY4WORD, SWAP4WORD, XOR4WORD[2])

Drop SUBL(), SUBR() macros which only obscure things.
Same for CAMELLIA_SP1110() macro and KEY_TABLE_TYPE typedef.

Remove useless comments:
/* encryption */ -- well it's obvious enough already!
void camellia_encrypt128(...)

Combine swap with copying at the beginning/end of encrypt/decrypt.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Acked-by: Noriaki TAKAMIYA <takamiya@po.ntts.co.jp>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Denys Vlasenko %!s(int64=17) %!d(string=hai) anos
pai
achega
1721a81256
Modificáronse 1 ficheiros con 397 adicións e 457 borrados
  1. 397 457
      crypto/camellia.c

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 397 - 457
crypto/camellia.c


Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio