Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/pkcs11/include/
H A Dcryptoki.h47 #ifndef CK_DECLARE_FUNCTION_POINTER
48 #define CK_DECLARE_FUNCTION_POINTER(returnType, name) returnType (* name) macro
H A Dpkcs11.h257 typedef CK_DECLARE_FUNCTION_POINTER(CK_RV, __PASTE(CK_,name))