Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/whirl/
A Dwhirl.c39 #define theta_pi_gamma(a, i) \ macro
72 K[1][y] = theta_pi_gamma(K[0], y); in ss_whirlpool_compress()
79 T[1][y] = theta_pi_gamma(T[0], y) ^ K[1][y]; in ss_whirlpool_compress()
85 K[0][y] = theta_pi_gamma(K[1], y); in ss_whirlpool_compress()
92 T[0][y] = theta_pi_gamma(T[1], y) ^ K[0][y]; in ss_whirlpool_compress()

Completed in 2 milliseconds