HomeSort by relevance Sort by last modified time
    Searched defs:CK_ULONG (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/common/crypto/fips/
fips_post.h 38 #define CK_ULONG ulong_t
  /onnv/onnv-gate/usr/src/common/crypto/rsa/
rsa_impl.h 49 #define CK_ULONG ulong_t
  /onnv/onnv-gate/usr/src/lib/pkcs11/include/
pkcs11t.h 56 typedef unsigned long int CK_ULONG;
58 /* a signed value, the same size as a CK_ULONG */
63 typedef CK_ULONG CK_FLAGS;
66 /* some special values for certain CK_ULONG variables */
74 typedef CK_ULONG CK_PTR CK_ULONG_PTR;
111 /* CK_NOTIFICATION has been changed from an enum to a CK_ULONG
113 typedef CK_ULONG CK_NOTIFICATION;
120 typedef CK_ULONG CK_SLOT_ID;
160 * changed from CK_USHORT to CK_ULONG for v2.0 */
161 CK_ULONG ulMaxSessionCount; /* max open sessions *
    [all...]

Completed in 240 milliseconds