Searched refs:CK_DECLARE_FUNCTION_POINTER (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/include/
H A Dpkcs11.h144 * 4. CK_DECLARE_FUNCTION_POINTER(returnType, name): A macro
151 * CK_DECLARE_FUNCTION_POINTER(CK_RV, funcPtr)(args);
159 * typedef CK_DECLARE_FUNCTION_POINTER(CK_RV, funcPtrType)(args);
165 * #define CK_DECLARE_FUNCTION_POINTER(returnType, name) \
172 * #define CK_DECLARE_FUNCTION_POINTER(returnType, name) \
177 * #define CK_DECLARE_FUNCTION_POINTER(returnType, name) \
257 typedef CK_DECLARE_FUNCTION_POINTER(CK_RV, __PASTE(CK_,name))
H A Dcryptoki.h44 #ifndef CK_DECLARE_FUNCTION_POINTER
45 #define CK_DECLARE_FUNCTION_POINTER(returnType, name) returnType (* name) macro

Completed in 27 milliseconds