Home
last modified time | relevance | path

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

/external/pdfium/core/src/fdrm/crypto/
Dfx_crypt_sha.cpp454 #define SHA384_R(t) (W[t] = SHA384_S1(W[t - 2]) + W[t - 7] + SHA384_S0(W[t - 15]) + W[t - 16]) macro
600 temp[0] = SHA384_R(i * 8); in sha384_process()
601 temp[1] = SHA384_R(i * 8 + 1); in sha384_process()
602 temp[2] = SHA384_R(i * 8 + 2); in sha384_process()
603 temp[3] = SHA384_R(i * 8 + 3); in sha384_process()
604 temp[4] = SHA384_R(i * 8 + 4); in sha384_process()
605 temp[5] = SHA384_R(i * 8 + 5); in sha384_process()
606 temp[6] = SHA384_R(i * 8 + 6); in sha384_process()
607 temp[7] = SHA384_R(i * 8 + 7); in sha384_process()