LibreOffice Module filter (master) 1
Public Member Functions | Public Attributes | List of all members
msfilter::EncryptionVerifierAES Struct Reference

#include <mscodec.hxx>

Public Member Functions

 EncryptionVerifierAES ()
 

Public Attributes

sal_uInt32 saltSize
 
sal_uInt8 salt [SALT_LENGTH] = {}
 
sal_uInt8 encryptedVerifier [ENCRYPTED_VERIFIER_LENGTH] = {}
 
sal_uInt32 encryptedVerifierHashSize
 
sal_uInt8 encryptedVerifierHash [comphelper::SHA256_HASH_LENGTH] = {}
 

Detailed Description

Definition at line 461 of file mscodec.hxx.

Constructor & Destructor Documentation

◆ EncryptionVerifierAES()

msfilter::EncryptionVerifierAES::EncryptionVerifierAES ( )

Definition at line 628 of file mscodec.cxx.

References SHA1_HASH_LENGTH.

Member Data Documentation

◆ encryptedVerifier

sal_uInt8 msfilter::EncryptionVerifierAES::encryptedVerifier[ENCRYPTED_VERIFIER_LENGTH] = {}

Definition at line 465 of file mscodec.hxx.

◆ encryptedVerifierHash

sal_uInt8 msfilter::EncryptionVerifierAES::encryptedVerifierHash[comphelper::SHA256_HASH_LENGTH] = {}

Definition at line 467 of file mscodec.hxx.

◆ encryptedVerifierHashSize

sal_uInt32 msfilter::EncryptionVerifierAES::encryptedVerifierHashSize

Definition at line 466 of file mscodec.hxx.

◆ salt

sal_uInt8 msfilter::EncryptionVerifierAES::salt[SALT_LENGTH] = {}

Definition at line 464 of file mscodec.hxx.

◆ saltSize

sal_uInt32 msfilter::EncryptionVerifierAES::saltSize

Definition at line 463 of file mscodec.hxx.


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