Home
last modified time | relevance | path

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

/freebsd/sys/crypto/camellia/
H A Dcamellia.c102 #define CAMELLIA_SP3033(INDEX) (camellia_sp3033[(INDEX)]) macro
113 ^ CAMELLIA_SP3033(t1 & 0xff) \
117 ^ CAMELLIA_SP3033((il >> 8) & 0xff) \
147 ir ^= CAMELLIA_SP3033((xr>>16) & 0xff); \
148 il ^= CAMELLIA_SP3033((xl>>8) & 0xff); \