#include <unistd.h>
#include <pkcs11/pkcs11.h>
Go to the source code of this file.
Defines | |
#define | CK_PTR * |
#define | CK_DEFINE_FUNCTION(returnType, name) returnType name |
#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 NULL |
#define CK_PTR * |
Definition at line 44 of file cryptoki.h.
Definition at line 46 of file cryptoki.h.
Definition at line 49 of file cryptoki.h.
Definition at line 52 of file cryptoki.h.
Definition at line 55 of file cryptoki.h.
#define NULL_PTR NULL |
Definition at line 60 of file cryptoki.h.
Referenced by choose_slots(), ISC_LIST(), pk11_finalize(), and setup_session().