Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/library/
Dcamellia.c107 #define SBOX1(n) FSb[(n)] macro
194 #define SBOX1(n) FSb[(n)] macro
304 I0 = ((uint32_t) SBOX1((I0 >> 24) & 0xFF) << 24) | in camellia_feistel()
311 ((uint32_t) SBOX1((I1 ) & 0xFF) ); in camellia_feistel()