Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dcamellia.c60 #define SBOX2(n) (unsigned char) ((FSb[(n)] >> 7 ^ FSb[(n)] << 1) & 0xff) macro
147 #define SBOX2(n) FSb2[(n)] macro
257 ((uint32_t) SBOX2(MBEDTLS_BYTE_2(I0)) << 16) | in camellia_feistel()
260 I1 = ((uint32_t) SBOX2(MBEDTLS_BYTE_3(I1)) << 24) | in camellia_feistel()