HomeSort by: relevance | last modified time | path
    Searched defs:ck_session_handle_t (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hx509/ref/
pkcs11.h 142 #define ck_session_handle_t CK_SESSION_HANDLE
313 typedef unsigned long ck_session_handle_t;
1035 typedef ck_rv_t (*ck_notify_t) (ck_session_handle_t session,
1071 (ck_session_handle_t session, unsigned char *pin,
1074 (ck_session_handle_t session, unsigned char *old_pin,
1081 ck_session_handle_t *session));
1082 _CK_DECLARE_FUNCTION (C_CloseSession, (ck_session_handle_t session));
1085 (ck_session_handle_t session,
1088 (ck_session_handle_t session,
1092 (ck_session_handle_t session
141 #define ck_session_handle_t macro
311 typedef unsigned long ck_session_handle_t; typedef
1640 #undef ck_session_handle_t macro
    [all...]
  /src/crypto/external/bsd/openssh/dist/
pkcs11.h 136 #define ck_session_handle_t CK_SESSION_HANDLE macro
281 typedef unsigned long ck_session_handle_t; typedef
982 typedef ck_rv_t (*ck_notify_t) (ck_session_handle_t session,
1027 (ck_session_handle_t session, unsigned char *pin,
1030 (ck_session_handle_t session, unsigned char *old_pin,
1037 ck_session_handle_t *session));
1038 _CK_DECLARE_FUNCTION (C_CloseSession, (ck_session_handle_t session));
1041 (ck_session_handle_t session,
1044 (ck_session_handle_t session,
1048 (ck_session_handle_t session
1839 #undef ck_session_handle_t macro
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/pkcs11/
pkcs11.h 133 #define ck_session_handle_t CK_SESSION_HANDLE macro
290 typedef unsigned long ck_session_handle_t; typedef
1024 typedef ck_rv_t (*ck_notify_t)(ck_session_handle_t session,
1058 _CK_DECLARE_FUNCTION(C_InitPIN, (ck_session_handle_t session,
1060 _CK_DECLARE_FUNCTION(C_SetPIN, (ck_session_handle_t session,
1066 ck_notify_t notify, ck_session_handle_t *session));
1067 _CK_DECLARE_FUNCTION(C_CloseSession, (ck_session_handle_t session));
1069 _CK_DECLARE_FUNCTION(C_GetSessionInfo, (ck_session_handle_t session,
1071 _CK_DECLARE_FUNCTION(C_GetOperationState, (ck_session_handle_t session,
1075 (ck_session_handle_t session
1589 #undef ck_session_handle_t macro
    [all...]

Completed in 53 milliseconds