Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler.cpp49 CRYPT_MD5Update(&md5, passcode); in CalcEncryptKey()
51 CRYPT_MD5Update(&md5, okey.raw_span()); in CalcEncryptKey()
53 CRYPT_MD5Update(&md5, pdfium::as_bytes(pdfium::make_span(&perm, 1))); in CalcEncryptKey()
55 CRYPT_MD5Update(&md5, file_id.raw_span()); in CalcEncryptKey()
60 CRYPT_MD5Update(&md5, pdfium::as_bytes(pdfium::make_span(&tag, 1))); in CalcEncryptKey()
463 CRYPT_MD5Update(&md5, kDefaultPasscode); in CheckUserPassword()
465 CRYPT_MD5Update(&md5, m_FileId.raw_span()); in CheckUserPassword()
604 CRYPT_MD5Update(&md5, kDefaultPasscode); in OnCreateInternal()
606 CRYPT_MD5Update(&md5, file_id.raw_span()); in OnCreateInternal()
/external/pdfium/core/fdrm/
Dfx_crypt.cpp185 void CRYPT_MD5Update(CRYPT_md5_context* context, in CRYPT_MD5Update() function
219 CRYPT_MD5Update(context, {md5_padding, padn}); in CRYPT_MD5Finish()
220 CRYPT_MD5Update(context, msglen); in CRYPT_MD5Finish()
229 CRYPT_MD5Update(&ctx, data); in CRYPT_MD5Generate()
Dfx_crypt.h70 void CRYPT_MD5Update(CRYPT_md5_context* context,
Dfx_crypt_unittest.cpp114 CRYPT_MD5Update(&ctx, data_span.subspan(total, len)); in TEST()
183 CRYPT_MD5Update(&ctx, pdfium::as_bytes(pdfium::make_span("abc", 3))); in TEST()
/external/pdfium/testing/
Dembedder_test.cpp622 CRYPT_MD5Update(&context, span.subspan(i * stride, usable_bytes_per_row)); in HashBitmap()