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

/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11.h116 * 3. CK_DECLARE_FUNCTION(returnType, name): A macro which makes
121 * extern CK_DECLARE_FUNCTION(CK_RV, C_Initialize)(
128 * #define CK_DECLARE_FUNCTION(returnType, name) \
135 * #define CK_DECLARE_FUNCTION(returnType, name) \
140 * #define CK_DECLARE_FUNCTION(returnType, name) \
238 extern CK_DECLARE_FUNCTION(CK_RV, name)
H A Dcryptoki.h43 #ifndef CK_DECLARE_FUNCTION
44 #define CK_DECLARE_FUNCTION(returnType, name) returnType name macro

Completed in 57 milliseconds