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 96 of file cpdf_crypto_handler.cpp.

Member Data Documentation

◆ m_bIV

bool AESCryptContext::m_bIV

Definition at line 97 of file cpdf_crypto_handler.cpp.

◆ m_Block

uint8_t AESCryptContext::m_Block

Definition at line 100 of file cpdf_crypto_handler.cpp.

◆ m_BlockOffset

uint32_t AESCryptContext::m_BlockOffset

Definition at line 98 of file cpdf_crypto_handler.cpp.

◆ m_Context

CRYPT_aes_context AESCryptContext::m_Context

Definition at line 99 of file cpdf_crypto_handler.cpp.


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