Searched refs:tiger_round (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/hashes/ |
| H A D | tiger.c | 569 LTC_INLINE static void tiger_round(ulong64 *a, ulong64 *b, ulong64 *c, ulong64 x, int mul) in tiger_round() function 585 tiger_round(a,b,c,x[0],mul); in s_pass() 586 tiger_round(b,c,a,x[1],mul); in s_pass() 587 tiger_round(c,a,b,x[2],mul); in s_pass() 588 tiger_round(a,b,c,x[3],mul); in s_pass() 589 tiger_round(b,c,a,x[4],mul); in s_pass() 590 tiger_round(c,a,b,x[5],mul); in s_pass() 591 tiger_round(a,b,c,x[6],mul); in s_pass() 592 tiger_round(b,c,a,x[7],mul); in s_pass()
|