HomeSort by: relevance | last modified time | path
    Searched defs:camellia_sp0222 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/crypto/camellia/
camellia.c 101 #define CAMELLIA_SP0222(INDEX) (camellia_sp0222[(INDEX)])
112 ^ CAMELLIA_SP0222((t1 >> 8) & 0xff) \
116 ^ CAMELLIA_SP0222(t0 & 0xff) \
145 ir ^= CAMELLIA_SP0222((xr>>24) & 0xff); \
146 il ^= CAMELLIA_SP0222((xl>>16) & 0xff); \
228 static const uint32_t camellia_sp0222[256] = { variable in typeref:typename:const uint32_t[256]

Completed in 33 milliseconds