#include "pkcs11t.h"
#include "pkcs11f.h"
Go to the source code of this file.
Data Structures | |
struct | CK_FUNCTION_LIST |
Defines | |
#define | _PKCS11_H_ 1 |
#define | __PASTE(x, y) x##y |
#define | CK_NEED_ARG_LIST 1 |
#define | CK_PKCS11_FUNCTION_INFO(name) extern CK_DECLARE_FUNCTION(CK_RV, name) |
#define | CK_NEED_ARG_LIST 1 |
#define | CK_PKCS11_FUNCTION_INFO(name) typedef CK_DECLARE_FUNCTION_POINTER(CK_RV, __PASTE(CK_,name)) |
#define | CK_PKCS11_FUNCTION_INFO(name) __PASTE(CK_,name) name; |