Home
last modified time | relevance | path

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

/mbedtls-3.4.0/library/
Dcamellia.c71 #define SBOX1(n) FSb[(n)] macro
158 #define SBOX1(n) FSb[(n)] macro
268 I0 = ((uint32_t) SBOX1( MBEDTLS_BYTE_3( I0 )) << 24) | in camellia_feistel()
275 ((uint32_t) SBOX1( MBEDTLS_BYTE_0( I1 )) ); in camellia_feistel()