Searched refs:s_pass (Results 1 – 1 of 1) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/ |
A D | tiger.c | 565 static void s_pass(ulong64 *a, ulong64 *b, ulong64 *c, const ulong64 *x, int mul) in s_pass() function 615 s_pass(&a,&b,&c,x,5); in ss_tiger_compress() 617 s_pass(&c,&a,&b,x,7); in ss_tiger_compress() 619 s_pass(&b,&c,&a,x,9); in ss_tiger_compress()
|
Completed in 3 milliseconds