Home
last modified time | relevance | path

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

/external/pdfium/core/fdrm/crypto/
Dfx_crypt.cpp11 #define GET_UINT32(n, b, i) \ macro
35 GET_UINT32(X[0], data, 0); in md5_process()
36 GET_UINT32(X[1], data, 4); in md5_process()
37 GET_UINT32(X[2], data, 8); in md5_process()
38 GET_UINT32(X[3], data, 12); in md5_process()
39 GET_UINT32(X[4], data, 16); in md5_process()
40 GET_UINT32(X[5], data, 20); in md5_process()
41 GET_UINT32(X[6], data, 24); in md5_process()
42 GET_UINT32(X[7], data, 28); in md5_process()
43 GET_UINT32(X[8], data, 32); in md5_process()
[all …]