Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/ciphers/twofish/
Dtwofish.c288 #define g1_func(x, dum) (S2[byte(x,0)] ^ S3[byte(x,1)] ^ S4[byte(x,2)] ^ S1[byte(x,3)]) macro
323 #define g1_func(x, key) g_func(ROLc(x, 8), key) macro