Home
last modified time | relevance | path

Searched refs:tiger_round (Results 1 – 1 of 1) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/
A Dtiger.c551 LTC_INLINE static void tiger_round(ulong64 *a, ulong64 *b, ulong64 *c, ulong64 x, int mul) in tiger_round() function
567 tiger_round(a,b,c,x[0],mul); in s_pass()
568 tiger_round(b,c,a,x[1],mul); in s_pass()
569 tiger_round(c,a,b,x[2],mul); in s_pass()
570 tiger_round(a,b,c,x[3],mul); in s_pass()
571 tiger_round(b,c,a,x[4],mul); in s_pass()
572 tiger_round(c,a,b,x[5],mul); in s_pass()
573 tiger_round(a,b,c,x[6],mul); in s_pass()
574 tiger_round(b,c,a,x[7],mul); in s_pass()

Completed in 4 milliseconds