Home
last modified time | relevance | path

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

/external/pdfium/core/fdrm/
Dfx_crypt.h76 void CRYPT_SHA1Update(CRYPT_sha1_context* context,
Dfx_crypt_sha.cpp368 void CRYPT_SHA1Update(CRYPT_sha1_context* context, in CRYPT_SHA1Update() function
406 CRYPT_SHA1Update(context, c, pad); in CRYPT_SHA1Finish()
415 CRYPT_SHA1Update(context, c, 8); in CRYPT_SHA1Finish()
429 CRYPT_SHA1Update(&s, data, size); in CRYPT_SHA1Generate()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler.cpp643 CRYPT_SHA1Update(&sha, m_EncryptKey, sizeof(m_EncryptKey)); in AES256_SetPassword()
644 CRYPT_SHA1Update(&sha, (uint8_t*)"hello", 5); in AES256_SetPassword()