Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dcfx_checksumcontext.cpp151 CRYPT_SHA1Update(m_pByteContext.get(), bsText.raw_str(), bsText.GetLength()); in Update()
/external/pdfium/core/fdrm/crypto/
Dfx_crypt.h85 void CRYPT_SHA1Update(CRYPT_sha1_context* context,
Dfx_crypt_sha.cpp370 void CRYPT_SHA1Update(CRYPT_sha1_context* s, in CRYPT_SHA1Update() function
416 CRYPT_SHA1Update(s, c, pad); in CRYPT_SHA1Finish()
425 CRYPT_SHA1Update(s, c, 8); in CRYPT_SHA1Finish()
438 CRYPT_SHA1Update(&s, data, size); in CRYPT_SHA1Generate()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler.cpp631 CRYPT_SHA1Update(&sha, key, 32); in AES256_SetPassword()
632 CRYPT_SHA1Update(&sha, (uint8_t*)"hello", 5); in AES256_SetPassword()