Searched refs:s_pass (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/hashes/ |
| H A D | tiger.c | 583 static void s_pass(ulong64 *a, ulong64 *b, ulong64 *c, const ulong64 *x, int mul) in s_pass() function 633 s_pass(&a,&b,&c,x,5); in ss_tiger_compress() 635 s_pass(&c,&a,&b,x,7); in ss_tiger_compress() 637 s_pass(&b,&c,&a,x,9); in ss_tiger_compress() 640 s_pass(&a,&b,&c,x,9); in ss_tiger_compress()
|