AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Macros | Variables
PKCS11API.h File Reference
#include <pkcs11.h>
Include dependency graph for PKCS11API.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CK_PTR   *
 
#define CK_DECLARE_FUNCTION(returnType, name)   returnType name
 
#define CK_DECLARE_FUNCTION_POINTER(returnType, name)   returnType(*name)
 
#define CK_CALLBACK_FUNCTION(returnType, name)   returnType(*name)
 
#define NULL_PTR   nullptr
 

Variables

static constexpr CK_OBJECT_CLASS UNDEFINED_OBJECT_CLASS = static_cast<CK_OBJECT_CLASS>(-1)
 Constant for object class initialization. More...
 
static constexpr CK_KEY_TYPE UNDEFINED_KEY_TYPE = static_cast<CK_KEY_TYPE>(-1)
 Constant for key type initialization. More...
 

Variable Documentation

◆ UNDEFINED_KEY_TYPE

constexpr CK_KEY_TYPE UNDEFINED_KEY_TYPE = static_cast<CK_KEY_TYPE>(-1)
staticconstexpr

Constant for key type initialization.

◆ UNDEFINED_OBJECT_CLASS

constexpr CK_OBJECT_CLASS UNDEFINED_OBJECT_CLASS = static_cast<CK_OBJECT_CLASS>(-1)
staticconstexpr

Constant for object class initialization.

AlexaClientSDK 1.26.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0