Home
last modified time | relevance | path

Searched refs:SBOX4 (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dcamellia.c110 static const uint8_t SBOX4[256] = { variable
345 z = SBOX4[i]; in computeSP()
/third_party/mbedtls/library/
H A Dcamellia.c62 #define SBOX4(n) FSb[((n) << 1 ^ (n) >> 7) &0xff] macro
149 #define SBOX4(n) FSb4[(n)] macro
259 ((uint32_t) SBOX4(MBEDTLS_BYTE_0(I0))); in camellia_feistel()
262 ((uint32_t) SBOX4(MBEDTLS_BYTE_1(I1)) << 8) | in camellia_feistel()

Completed in 2 milliseconds