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.cpp458 #define GET_FX_64WORD(n, b, i) \ macro
481 GET_FX_64WORD(W[0], data, 0); in sha384_process()
482 GET_FX_64WORD(W[1], data, 8); in sha384_process()
483 GET_FX_64WORD(W[2], data, 16); in sha384_process()
484 GET_FX_64WORD(W[3], data, 24); in sha384_process()
485 GET_FX_64WORD(W[4], data, 32); in sha384_process()
486 GET_FX_64WORD(W[5], data, 40); in sha384_process()
487 GET_FX_64WORD(W[6], data, 48); in sha384_process()
488 GET_FX_64WORD(W[7], data, 56); in sha384_process()
489 GET_FX_64WORD(W[8], data, 64); in sha384_process()
[all …]