Home
last modified time | relevance | path

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

/external/pdfium/core/fdrm/
Dfx_crypt_sha.cpp42 #define SHA384_SHR(x, n) (x >> n) macro
43 #define SHA384_ROTR(x, n) (SHA384_SHR(x, n) | x << (64 - n))
44 #define SHA384_S0(x) (SHA384_ROTR(x, 1) ^ SHA384_ROTR(x, 8) ^ SHA384_SHR(x, 7))
46 (SHA384_ROTR(x, 19) ^ SHA384_ROTR(x, 61) ^ SHA384_SHR(x, 6))