ReactOS 0.4.17-dev-470-gf9e3448
_BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO Struct Reference

#include <bcrypt.h>

Public Attributes

ULONG cbSize
 
ULONG dwInfoVersion
 
UCHARpbNonce
 
ULONG cbNonce
 
UCHARpbAuthData
 
ULONG cbAuthData
 
UCHARpbTag
 
ULONG cbTag
 
UCHARpbMacContext
 
ULONG cbMacContext
 
ULONG cbAAD
 
ULONGLONG cbData
 
ULONG dwFlags
 

Detailed Description

Definition at line 258 of file bcrypt.h.

Member Data Documentation

◆ cbAAD

ULONG _BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO::cbAAD

Definition at line 270 of file bcrypt.h.

◆ cbAuthData

ULONG _BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO::cbAuthData

Definition at line 265 of file bcrypt.h.

◆ cbData

ULONGLONG _BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO::cbData

Definition at line 271 of file bcrypt.h.

◆ cbMacContext

ULONG _BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO::cbMacContext

Definition at line 269 of file bcrypt.h.

◆ cbNonce

ULONG _BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO::cbNonce

Definition at line 263 of file bcrypt.h.

◆ cbSize

ULONG _BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO::cbSize

Definition at line 260 of file bcrypt.h.

◆ cbTag

ULONG _BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO::cbTag

Definition at line 267 of file bcrypt.h.

◆ dwFlags

ULONG _BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO::dwFlags

Definition at line 272 of file bcrypt.h.

◆ dwInfoVersion

ULONG _BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO::dwInfoVersion

Definition at line 261 of file bcrypt.h.

◆ pbAuthData

UCHAR* _BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO::pbAuthData

Definition at line 264 of file bcrypt.h.

◆ pbMacContext

UCHAR* _BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO::pbMacContext

Definition at line 268 of file bcrypt.h.

◆ pbNonce

UCHAR* _BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO::pbNonce

Definition at line 262 of file bcrypt.h.

◆ pbTag

UCHAR* _BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO::pbTag

Definition at line 266 of file bcrypt.h.


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