Home
last modified time | relevance | path

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

/external/pdfium/core/fdrm/crypto/
Dfx_crypt_sha.cpp35 #define SHA384_P(a, b, c, d, e, f, g, h, x, K) \ macro
343 SHA384_P(A, B, C, D, E, F, G, H, temp[0], constants[i * 8]); in sha384_process()
344 SHA384_P(H, A, B, C, D, E, F, G, temp[1], constants[i * 8 + 1]); in sha384_process()
345 SHA384_P(G, H, A, B, C, D, E, F, temp[2], constants[i * 8 + 2]); in sha384_process()
346 SHA384_P(F, G, H, A, B, C, D, E, temp[3], constants[i * 8 + 3]); in sha384_process()
347 SHA384_P(E, F, G, H, A, B, C, D, temp[4], constants[i * 8 + 4]); in sha384_process()
348 SHA384_P(D, E, F, G, H, A, B, C, temp[5], constants[i * 8 + 5]); in sha384_process()
349 SHA384_P(C, D, E, F, G, H, A, B, temp[6], constants[i * 8 + 6]); in sha384_process()
350 SHA384_P(B, C, D, E, F, G, H, A, temp[7], constants[i * 8 + 7]); in sha384_process()