Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/library/
A Dcamellia.c114 #define SBOX2(n) (unsigned char)((FSb[(n)] >> 7 ^ FSb[(n)] << 1) & 0xff) macro
201 #define SBOX2(n) FSb2[(n)] macro
311 ((uint32_t) SBOX2((I0 >> 16) & 0xFF) << 16) | in camellia_feistel()
314 I1 = ((uint32_t) SBOX2((I1 >> 24) & 0xFF) << 24) | in camellia_feistel()

Completed in 5 milliseconds