Home
last modified time | relevance | path

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

/external/pdfium/core/include/fdrm/
Dfx_crypt.h42 void CRYPT_SHA1Update(void* context, const uint8_t* data, FX_DWORD size);
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_checksum.cpp186 CRYPT_SHA1Update(m_pByteContext, bsText.GetPtr(), bsText.GetLength()); in Update()
/external/pdfium/core/src/fdrm/crypto/
Dfx_crypt_sha.cpp87 void CRYPT_SHA1Update(void* context, const uint8_t* data, FX_DWORD size) { in CRYPT_SHA1Update() function
132 CRYPT_SHA1Update(s, c, pad); in CRYPT_SHA1Finish()
141 CRYPT_SHA1Update(s, c, 8); in CRYPT_SHA1Finish()
154 CRYPT_SHA1Update(&s, data, size); in CRYPT_SHA1Generate()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_encrypt.cpp651 CRYPT_SHA1Update(sha, key, 32); in AES256_SetPassword()
652 CRYPT_SHA1Update(sha, (uint8_t*)"hello", 5); in AES256_SetPassword()