Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler.cpp144 int nKeyBits = 0; in LoadCryptInfo() local
146 nKeyBits = pDefFilter->GetIntegerFor("Length", 0); in LoadCryptInfo()
147 if (nKeyBits == 0) { in LoadCryptInfo()
148 nKeyBits = pEncryptDict->GetIntegerFor("Length", 128); in LoadCryptInfo()
151 nKeyBits = pEncryptDict->GetIntegerFor("Length", 256); in LoadCryptInfo()
153 if (nKeyBits < 40) { in LoadCryptInfo()
154 nKeyBits *= 8; in LoadCryptInfo()
156 keylen = nKeyBits / 8; in LoadCryptInfo()