Home
last modified time | relevance | path

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

/external/pdfium/core/fdrm/crypto/
Dfx_crypt_sha.cpp45 #define GET_FX_64WORD(n, b, i) \ macro
298 GET_FX_64WORD(W[0], data, 0); in sha384_process()
299 GET_FX_64WORD(W[1], data, 8); in sha384_process()
300 GET_FX_64WORD(W[2], data, 16); in sha384_process()
301 GET_FX_64WORD(W[3], data, 24); in sha384_process()
302 GET_FX_64WORD(W[4], data, 32); in sha384_process()
303 GET_FX_64WORD(W[5], data, 40); in sha384_process()
304 GET_FX_64WORD(W[6], data, 48); in sha384_process()
305 GET_FX_64WORD(W[7], data, 56); in sha384_process()
306 GET_FX_64WORD(W[8], data, 64); in sha384_process()
[all …]