Home
last modified time | relevance | path

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

/external/pdfium/core/fdrm/crypto/
Dfx_crypt_sha.cpp11 #define SHA_GET_UINT32(n, b, i) \ macro
149 SHA_GET_UINT32(W[0], data, 0); in sha256_process()
150 SHA_GET_UINT32(W[1], data, 4); in sha256_process()
151 SHA_GET_UINT32(W[2], data, 8); in sha256_process()
152 SHA_GET_UINT32(W[3], data, 12); in sha256_process()
153 SHA_GET_UINT32(W[4], data, 16); in sha256_process()
154 SHA_GET_UINT32(W[5], data, 20); in sha256_process()
155 SHA_GET_UINT32(W[6], data, 24); in sha256_process()
156 SHA_GET_UINT32(W[7], data, 28); in sha256_process()
157 SHA_GET_UINT32(W[8], data, 32); in sha256_process()
[all …]