Home
last modified time | relevance | path

Searched defs:SBOX2 (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dcamellia.c72 static const uint8_t SBOX2[256] = { variable
/third_party/mbedtls/library/
H A Dcamellia.c60 #define SBOX2(n) (unsigned char) ((FSb[(n)] >> 7 ^ FSb[(n)] << 1) & 0xff) macro
147 #define SBOX2(n) FSb2[(n)] macro

Completed in 3 milliseconds