Botan 3.4.0
Crypto and TLS for C&
Public Attributes | List of all members
CK_AES_GCM_PARAMS Struct Reference

#include <pkcs11t.h>

Public Attributes

CK_BYTE_PTR pAAD
 
CK_BYTE_PTR pIv
 
CK_ULONG ulAADLen
 
CK_ULONG ulIvBits
 
CK_ULONG ulIvLen
 
CK_ULONG ulTagBits
 

Detailed Description

Definition at line 1855 of file pkcs11t.h.

Member Data Documentation

◆ pAAD

CK_BYTE_PTR CK_AES_GCM_PARAMS::pAAD

Definition at line 1859 of file pkcs11t.h.

◆ pIv

CK_BYTE_PTR CK_AES_GCM_PARAMS::pIv

Definition at line 1856 of file pkcs11t.h.

◆ ulAADLen

CK_ULONG CK_AES_GCM_PARAMS::ulAADLen

Definition at line 1860 of file pkcs11t.h.

◆ ulIvBits

CK_ULONG CK_AES_GCM_PARAMS::ulIvBits

Definition at line 1858 of file pkcs11t.h.

◆ ulIvLen

CK_ULONG CK_AES_GCM_PARAMS::ulIvLen

Definition at line 1857 of file pkcs11t.h.

◆ ulTagBits

CK_ULONG CK_AES_GCM_PARAMS::ulTagBits

Definition at line 1861 of file pkcs11t.h.


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