Botan 3.11.0
Crypto and TLS for C&
CK_GCM_MESSAGE_PARAMS Struct Reference

#include <pkcs11.h>

Public Attributes

CK_GENERATOR_FUNCTION ivGenerator
CK_BYTEpIv
CK_BYTEpTag
CK_ULONG ulIvFixedBits
CK_ULONG ulIvLen
CK_ULONG ulTagBits

Detailed Description

Definition at line 1593 of file pkcs11.h.

Member Data Documentation

◆ ivGenerator

CK_GENERATOR_FUNCTION CK_GCM_MESSAGE_PARAMS::ivGenerator

Definition at line 1597 of file pkcs11.h.

◆ pIv

CK_BYTE* CK_GCM_MESSAGE_PARAMS::pIv

Definition at line 1594 of file pkcs11.h.

◆ pTag

CK_BYTE* CK_GCM_MESSAGE_PARAMS::pTag

Definition at line 1598 of file pkcs11.h.

◆ ulIvFixedBits

CK_ULONG CK_GCM_MESSAGE_PARAMS::ulIvFixedBits

Definition at line 1596 of file pkcs11.h.

◆ ulIvLen

CK_ULONG CK_GCM_MESSAGE_PARAMS::ulIvLen

Definition at line 1595 of file pkcs11.h.

◆ ulTagBits

CK_ULONG CK_GCM_MESSAGE_PARAMS::ulTagBits

Definition at line 1599 of file pkcs11.h.


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