Searched refs:g_func (Results 1 – 2 of 2) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/ciphers/twofish/ |
A D | twofish.c | 286 #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 294 static ulong32 g_func(ulong32 x, const symmetric_key *key) in _g_func() 322 #define g1_func(x, key) g_func(ROLc(x, 8), key) 325 static ulong32 g_func(ulong32 x, const symmetric_key *key) in g_func() function 505 t1 = g_func(a, skey) + t2; in _twofish_ecb_encrypt() 510 t1 = g_func(c, skey) + t2; in _twofish_ecb_encrypt() 582 t1 = g_func(c, skey) + t2; in _twofish_ecb_decrypt() 587 t1 = g_func(a, skey) + t2; in _twofish_ecb_decrypt()
|
/optee_os/core/lib/libtomcrypt/src/ciphers/ |
A D | skipjack.c | 90 tmp = g_func(w1, &kp, skey->skipjack.key); \ 96 tmp = g_func(w1, &kp, skey->skipjack.key); \ 111 static unsigned g_func(unsigned w, int *kp, const unsigned char *key) in g_func() function
|
Completed in 5 milliseconds