Home
last modified time | relevance | path

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

/external/pdfium/core/fdrm/crypto/
Dfx_crypt.cpp63 #define GET_UINT32(n, b, i) \ macro
80 GET_UINT32(X[0], data, 0); in md5_process()
81 GET_UINT32(X[1], data, 4); in md5_process()
82 GET_UINT32(X[2], data, 8); in md5_process()
83 GET_UINT32(X[3], data, 12); in md5_process()
84 GET_UINT32(X[4], data, 16); in md5_process()
85 GET_UINT32(X[5], data, 20); in md5_process()
86 GET_UINT32(X[6], data, 24); in md5_process()
87 GET_UINT32(X[7], data, 28); in md5_process()
88 GET_UINT32(X[8], data, 32); in md5_process()
[all …]
Dfx_crypt_sha.cpp153 #define GET_UINT32(n, b, i) \ macro
182 GET_UINT32(W[0], data, 0); in sha256_process()
183 GET_UINT32(W[1], data, 4); in sha256_process()
184 GET_UINT32(W[2], data, 8); in sha256_process()
185 GET_UINT32(W[3], data, 12); in sha256_process()
186 GET_UINT32(W[4], data, 16); in sha256_process()
187 GET_UINT32(W[5], data, 20); in sha256_process()
188 GET_UINT32(W[6], data, 24); in sha256_process()
189 GET_UINT32(W[7], data, 28); in sha256_process()
190 GET_UINT32(W[8], data, 32); in sha256_process()
[all …]