Home
last modified time | relevance | path

Searched refs:AES256_CheckPassword (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler.h69 bool AES256_CheckPassword(const ByteString& password,
Dcpdf_security_handler.cpp307 bool CPDF_SecurityHandler::AES256_CheckPassword(const ByteString& password, in AES256_CheckPassword() function in CPDF_SecurityHandler
394 return AES256_CheckPassword(password, bOwner, key); in CheckPassword()