Botan 3.11.0
Crypto and TLS for C&
CK_SSL3_KEY_MAT_OUT Struct Reference

#include <pkcs11.h>

Public Attributes

CK_OBJECT_HANDLE hClientKey
CK_OBJECT_HANDLE hClientMacSecret
CK_OBJECT_HANDLE hServerKey
CK_OBJECT_HANDLE hServerMacSecret
CK_BYTEpIVClient
CK_BYTEpIVServer

Detailed Description

Definition at line 2018 of file pkcs11.h.

Member Data Documentation

◆ hClientKey

CK_OBJECT_HANDLE CK_SSL3_KEY_MAT_OUT::hClientKey

Definition at line 2021 of file pkcs11.h.

◆ hClientMacSecret

CK_OBJECT_HANDLE CK_SSL3_KEY_MAT_OUT::hClientMacSecret

Definition at line 2019 of file pkcs11.h.

◆ hServerKey

CK_OBJECT_HANDLE CK_SSL3_KEY_MAT_OUT::hServerKey

Definition at line 2022 of file pkcs11.h.

◆ hServerMacSecret

CK_OBJECT_HANDLE CK_SSL3_KEY_MAT_OUT::hServerMacSecret

Definition at line 2020 of file pkcs11.h.

◆ pIVClient

CK_BYTE* CK_SSL3_KEY_MAT_OUT::pIVClient

Definition at line 2023 of file pkcs11.h.

◆ pIVServer

CK_BYTE* CK_SSL3_KEY_MAT_OUT::pIVServer

Definition at line 2024 of file pkcs11.h.


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