Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Dskipjack.c104 static unsigned g_func(unsigned w, int *kp, const unsigned char *key) in g_func() function
/optee_os/core/lib/libtomcrypt/src/ciphers/twofish/
H A Dtwofish.c279 #define g_func(x, dum) (S1[LTC_BYTE(x,0)] ^ S2[LTC_BYTE(x,1)] ^ S3[LTC_BYTE(x,2)] ^ S4[LTC_BYTE(x,… macro
318 static ulong32 g_func(ulong32 x, const symmetric_key *key) in g_func() function