Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
AESCryptContext Struct Reference
Collaboration diagram for AESCryptContext:

Public Attributes

bool m_bIV
uint32_t m_BlockOffset
CRYPT_aes_context m_Context
uint8_t m_Block [16]

Detailed Description

Definition at line 105 of file cpdf_crypto_handler.cpp.

Member Data Documentation

◆ m_bIV

bool AESCryptContext::m_bIV

Definition at line 106 of file cpdf_crypto_handler.cpp.

◆ m_Block

uint8_t AESCryptContext::m_Block

Definition at line 109 of file cpdf_crypto_handler.cpp.

◆ m_BlockOffset

uint32_t AESCryptContext::m_BlockOffset

Definition at line 107 of file cpdf_crypto_handler.cpp.

◆ m_Context

CRYPT_aes_context AESCryptContext::m_Context

Definition at line 108 of file cpdf_crypto_handler.cpp.


The documentation for this struct was generated from the following file: