Home
last modified time | relevance | path

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

/mbedtls-latest/library/
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()