Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dcamellia.c59 #define SBOX1(n) FSb[(n)] macro
146 #define SBOX1(n) FSb[(n)] macro
256 I0 = ((uint32_t) SBOX1(MBEDTLS_BYTE_3(I0)) << 24) | in camellia_feistel()
263 ((uint32_t) SBOX1(MBEDTLS_BYTE_0(I1))); in camellia_feistel()