Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fpdfapi/parser/cpdf_security_handler.h"
#include <stdint.h>
#include <time.h>
#include <algorithm>
#include <utility>
#include "core/fdrm/fx_crypt.h"
#include "core/fpdfapi/parser/cpdf_array.h"
#include "core/fpdfapi/parser/cpdf_crypto_handler.h"
#include "core/fpdfapi/parser/cpdf_dictionary.h"
#include "core/fpdfapi/parser/cpdf_object.h"
#include "core/fpdfapi/parser/cpdf_string.h"
#include "core/fxcrt/data_vector.h"
#include "core/fxcrt/fx_memcpy_wrappers.h"
#include "core/fxcrt/fx_random.h"
#include "third_party/base/check.h"
#include "third_party/base/check_op.h"
#include "third_party/base/notreached.h"
Go to the source code of this file.
Macros | |
#define | FX_GET_32WORD(n, b, i) |
Functions | |
static bool | LoadCryptInfo (const CPDF_Dictionary *pEncryptDict, const ByteString &name, CPDF_CryptoHandler::Cipher *cipher, size_t *keylen_out) |
Definition at line 92 of file cpdf_security_handler.cpp.
|
static |
Definition at line 231 of file cpdf_security_handler.cpp.
References CPDF_Dictionary::GetIntegerFor(), CPDF_Dictionary::GetIntegerFor(), CPDF_CryptoHandler::kAES, CPDF_CryptoHandler::kNone, CPDF_CryptoHandler::kRC4, and fxcrt::ByteString::operator==().