Home
last modified time | relevance | path

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

/php-src/ext/hash/
H A Dhash_sha.c379 #define SHA512_F1(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) macro
492 T2 = SHA512_F2(a) + SHA512_F1(a,b,c); in SHA512Transform()

Completed in 6 milliseconds