Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/ciphers/
Dskipjack.c112 static unsigned g_func(unsigned w, int *kp, unsigned char *key) in g_func() function
/external/dropbear/libtomcrypt/src/ciphers/twofish/
Dtwofish.c287 #define g_func(x, dum) (S1[byte(x,0)] ^ S2[byte(x,1)] ^ S3[byte(x,2)] ^ S4[byte(x,3)]) macro
326 static ulong32 g_func(ulong32 x, symmetric_key *key) in g_func() function