Botan 3.6.1
Crypto and TLS for C&
|
#include <pkcs11t.h>
Public Attributes | |
CK_MECHANISM_TYPE | mechanism |
CK_VOID_PTR | pParameter |
CK_ULONG | ulParameterLen |
CK_MECHANISM_TYPE CK_MECHANISM::mechanism |
Definition at line 984 of file pkcs11t.h.
Referenced by Botan::PKCS11::MechanismWrapper::mechanism_type().
CK_VOID_PTR CK_MECHANISM::pParameter |
Definition at line 985 of file pkcs11t.h.
Referenced by Botan::PKCS11::MechanismWrapper::create_ecdh_mechanism(), Botan::PKCS11::MechanismWrapper::create_rsa_crypt_mechanism(), and Botan::PKCS11::MechanismWrapper::create_rsa_sign_mechanism().
CK_ULONG CK_MECHANISM::ulParameterLen |
Definition at line 986 of file pkcs11t.h.
Referenced by Botan::PKCS11::MechanismWrapper::create_ecdh_mechanism(), Botan::PKCS11::MechanismWrapper::create_rsa_crypt_mechanism(), and Botan::PKCS11::MechanismWrapper::create_rsa_sign_mechanism().