Home
last modified time | relevance | path

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

/dports/security/hashcat/hashcat-6.2.5/OpenCL/
H A Dinc_hash_sha384.h13 #define SHA384_S2_S(x) (hc_rotr64_S ((x), 1) ^ hc_rotr64_S ((x), 8) ^ SHIFT_RIGHT_64 ((x), 7)) macro
43 #define SHA384_EXPAND_S(x,y,z,w) (SHA384_S3_S (x) + y + SHA384_S2_S (z) + w)