HomeSort by relevance Sort by last modified time
    Searched refs:FXCIPHER_NONE (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fpdfapi/parser/
cpdf_crypto_handler.cpp 23 if (m_Cipher == FXCIPHER_NONE) {
87 if (m_Cipher == FXCIPHER_NONE) {
142 if (m_Cipher == FXCIPHER_NONE) {
200 if (m_Cipher == FXCIPHER_NONE) {
257 if (m_Cipher != FXCIPHER_NONE) {
326 m_Cipher = FXCIPHER_NONE;
cpdf_security_handler.h 13 #define FXCIPHER_NONE 0
cpdf_security_handler.cpp 81 m_Cipher(FXCIPHER_NONE),
97 if (m_Cipher == FXCIPHER_NONE) {
132 cipher = FXCIPHER_NONE;

Completed in 398 milliseconds