Home
last modified time | relevance | path

Searched defs:g1_func (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/ciphers/twofish/
A Dtwofish.c287 #define g1_func(x, dum) (S2[LTC_BYTE(x,0)] ^ S3[LTC_BYTE(x,1)] ^ S4[LTC_BYTE(x,2)] ^ S1[LTC_BYTE(x,… macro
322 #define g1_func(x, key) g_func(ROLc(x, 8), key) macro

Completed in 3 milliseconds