Home
last modified time | relevance | path

Searched refs:CAMELLIA_SP4404 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/crypto/camellia/
H A Dcamellia.c103 #define CAMELLIA_SP4404(INDEX) (camellia_sp4404[(INDEX)]) macro
114 ^ CAMELLIA_SP4404((ir >> 8) & 0xff); \
118 ^ CAMELLIA_SP4404(il & 0xff); \
149 ir ^= CAMELLIA_SP4404((xr>>8) & 0xff); \
150 il ^= CAMELLIA_SP4404(xl & 0xff); \