Home
last modified time | relevance | path

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

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