Symbol: _CK_DECLARE_FUNCTION
usr.bin/ssh/pkcs11.h
1000
_CK_DECLARE_FUNCTION (C_Finalize, (void *reserved));
usr.bin/ssh/pkcs11.h
1001
_CK_DECLARE_FUNCTION (C_GetInfo, (struct ck_info *info));
usr.bin/ssh/pkcs11.h
1002
_CK_DECLARE_FUNCTION (C_GetFunctionList,
usr.bin/ssh/pkcs11.h
1005
_CK_DECLARE_FUNCTION (C_GetSlotList,
usr.bin/ssh/pkcs11.h
1008
_CK_DECLARE_FUNCTION (C_GetSlotInfo,
usr.bin/ssh/pkcs11.h
1010
_CK_DECLARE_FUNCTION (C_GetTokenInfo,
usr.bin/ssh/pkcs11.h
1012
_CK_DECLARE_FUNCTION (C_WaitForSlotEvent,
usr.bin/ssh/pkcs11.h
1014
_CK_DECLARE_FUNCTION (C_GetMechanismList,
usr.bin/ssh/pkcs11.h
1018
_CK_DECLARE_FUNCTION (C_GetMechanismInfo,
usr.bin/ssh/pkcs11.h
1021
_CK_DECLARE_FUNCTION (C_InitToken,
usr.bin/ssh/pkcs11.h
1024
_CK_DECLARE_FUNCTION (C_InitPIN,
usr.bin/ssh/pkcs11.h
1027
_CK_DECLARE_FUNCTION (C_SetPIN,
usr.bin/ssh/pkcs11.h
1032
_CK_DECLARE_FUNCTION (C_OpenSession,
usr.bin/ssh/pkcs11.h
1036
_CK_DECLARE_FUNCTION (C_CloseSession, (ck_session_handle_t session));
usr.bin/ssh/pkcs11.h
1037
_CK_DECLARE_FUNCTION (C_CloseAllSessions, (ck_slot_id_t slot_id));
usr.bin/ssh/pkcs11.h
1038
_CK_DECLARE_FUNCTION (C_GetSessionInfo,
usr.bin/ssh/pkcs11.h
1041
_CK_DECLARE_FUNCTION (C_GetOperationState,
usr.bin/ssh/pkcs11.h
1045
_CK_DECLARE_FUNCTION (C_SetOperationState,
usr.bin/ssh/pkcs11.h
1051
_CK_DECLARE_FUNCTION (C_Login,
usr.bin/ssh/pkcs11.h
1054
_CK_DECLARE_FUNCTION (C_Logout, (ck_session_handle_t session));
usr.bin/ssh/pkcs11.h
1056
_CK_DECLARE_FUNCTION (C_CreateObject,
usr.bin/ssh/pkcs11.h
1060
_CK_DECLARE_FUNCTION (C_CopyObject,
usr.bin/ssh/pkcs11.h
1064
_CK_DECLARE_FUNCTION (C_DestroyObject,
usr.bin/ssh/pkcs11.h
1067
_CK_DECLARE_FUNCTION (C_GetObjectSize,
usr.bin/ssh/pkcs11.h
1071
_CK_DECLARE_FUNCTION (C_GetAttributeValue,
usr.bin/ssh/pkcs11.h
1076
_CK_DECLARE_FUNCTION (C_SetAttributeValue,
usr.bin/ssh/pkcs11.h
1081
_CK_DECLARE_FUNCTION (C_FindObjectsInit,
usr.bin/ssh/pkcs11.h
1085
_CK_DECLARE_FUNCTION (C_FindObjects,
usr.bin/ssh/pkcs11.h
1090
_CK_DECLARE_FUNCTION (C_FindObjectsFinal,
usr.bin/ssh/pkcs11.h
1093
_CK_DECLARE_FUNCTION (C_EncryptInit,
usr.bin/ssh/pkcs11.h
1097
_CK_DECLARE_FUNCTION (C_Encrypt,
usr.bin/ssh/pkcs11.h
1102
_CK_DECLARE_FUNCTION (C_EncryptUpdate,
usr.bin/ssh/pkcs11.h
1107
_CK_DECLARE_FUNCTION (C_EncryptFinal,
usr.bin/ssh/pkcs11.h
1112
_CK_DECLARE_FUNCTION (C_DecryptInit,
usr.bin/ssh/pkcs11.h
1116
_CK_DECLARE_FUNCTION (C_Decrypt,
usr.bin/ssh/pkcs11.h
1121
_CK_DECLARE_FUNCTION (C_DecryptUpdate,
usr.bin/ssh/pkcs11.h
1126
_CK_DECLARE_FUNCTION (C_DecryptFinal,
usr.bin/ssh/pkcs11.h
1131
_CK_DECLARE_FUNCTION (C_DigestInit,
usr.bin/ssh/pkcs11.h
1134
_CK_DECLARE_FUNCTION (C_Digest,
usr.bin/ssh/pkcs11.h
1139
_CK_DECLARE_FUNCTION (C_DigestUpdate,
usr.bin/ssh/pkcs11.h
1142
_CK_DECLARE_FUNCTION (C_DigestKey,
usr.bin/ssh/pkcs11.h
1144
_CK_DECLARE_FUNCTION (C_DigestFinal,
usr.bin/ssh/pkcs11.h
1149
_CK_DECLARE_FUNCTION (C_SignInit,
usr.bin/ssh/pkcs11.h
1153
_CK_DECLARE_FUNCTION (C_Sign,
usr.bin/ssh/pkcs11.h
1158
_CK_DECLARE_FUNCTION (C_SignUpdate,
usr.bin/ssh/pkcs11.h
1161
_CK_DECLARE_FUNCTION (C_SignFinal,
usr.bin/ssh/pkcs11.h
1165
_CK_DECLARE_FUNCTION (C_SignRecoverInit,
usr.bin/ssh/pkcs11.h
1169
_CK_DECLARE_FUNCTION (C_SignRecover,
usr.bin/ssh/pkcs11.h
1175
_CK_DECLARE_FUNCTION (C_VerifyInit,
usr.bin/ssh/pkcs11.h
1179
_CK_DECLARE_FUNCTION (C_Verify,
usr.bin/ssh/pkcs11.h
1184
_CK_DECLARE_FUNCTION (C_VerifyUpdate,
usr.bin/ssh/pkcs11.h
1187
_CK_DECLARE_FUNCTION (C_VerifyFinal,
usr.bin/ssh/pkcs11.h
1191
_CK_DECLARE_FUNCTION (C_VerifyRecoverInit,
usr.bin/ssh/pkcs11.h
1195
_CK_DECLARE_FUNCTION (C_VerifyRecover,
usr.bin/ssh/pkcs11.h
1202
_CK_DECLARE_FUNCTION (C_DigestEncryptUpdate,
usr.bin/ssh/pkcs11.h
1207
_CK_DECLARE_FUNCTION (C_DecryptDigestUpdate,
usr.bin/ssh/pkcs11.h
1213
_CK_DECLARE_FUNCTION (C_SignEncryptUpdate,
usr.bin/ssh/pkcs11.h
1218
_CK_DECLARE_FUNCTION (C_DecryptVerifyUpdate,
usr.bin/ssh/pkcs11.h
1225
_CK_DECLARE_FUNCTION (C_GenerateKey,
usr.bin/ssh/pkcs11.h
1231
_CK_DECLARE_FUNCTION (C_GenerateKeyPair,
usr.bin/ssh/pkcs11.h
1240
_CK_DECLARE_FUNCTION (C_WrapKey,
usr.bin/ssh/pkcs11.h
1247
_CK_DECLARE_FUNCTION (C_UnwrapKey,
usr.bin/ssh/pkcs11.h
1256
_CK_DECLARE_FUNCTION (C_DeriveKey,
usr.bin/ssh/pkcs11.h
1264
_CK_DECLARE_FUNCTION (C_SeedRandom,
usr.bin/ssh/pkcs11.h
1267
_CK_DECLARE_FUNCTION (C_GenerateRandom,
usr.bin/ssh/pkcs11.h
1272
_CK_DECLARE_FUNCTION (C_GetFunctionStatus, (ck_session_handle_t session));
usr.bin/ssh/pkcs11.h
1273
_CK_DECLARE_FUNCTION (C_CancelFunction, (ck_session_handle_t session));
usr.bin/ssh/pkcs11.h
1275
_CK_DECLARE_FUNCTION (C_GetInterfaceList,
usr.bin/ssh/pkcs11.h
1278
_CK_DECLARE_FUNCTION (C_GetInterface,
usr.bin/ssh/pkcs11.h
1284
_CK_DECLARE_FUNCTION (C_LoginUser,
usr.bin/ssh/pkcs11.h
1292
_CK_DECLARE_FUNCTION (C_SessionCancel,
usr.bin/ssh/pkcs11.h
1296
_CK_DECLARE_FUNCTION (C_MessageEncryptInit,
usr.bin/ssh/pkcs11.h
1300
_CK_DECLARE_FUNCTION (C_EncryptMessage,
usr.bin/ssh/pkcs11.h
1310
_CK_DECLARE_FUNCTION (C_EncryptMessageBegin,
usr.bin/ssh/pkcs11.h
1316
_CK_DECLARE_FUNCTION (C_EncryptMessageNext,
usr.bin/ssh/pkcs11.h
1325
_CK_DECLARE_FUNCTION (C_MessageEncryptFinal,
usr.bin/ssh/pkcs11.h
1328
_CK_DECLARE_FUNCTION (C_MessageDecryptInit,
usr.bin/ssh/pkcs11.h
1332
_CK_DECLARE_FUNCTION (C_DecryptMessage,
usr.bin/ssh/pkcs11.h
1342
_CK_DECLARE_FUNCTION (C_DecryptMessageBegin,
usr.bin/ssh/pkcs11.h
1348
_CK_DECLARE_FUNCTION (C_DecryptMessageNext,
usr.bin/ssh/pkcs11.h
1357
_CK_DECLARE_FUNCTION (C_MessageDecryptFinal,
usr.bin/ssh/pkcs11.h
1360
_CK_DECLARE_FUNCTION (C_MessageSignInit,
usr.bin/ssh/pkcs11.h
1364
_CK_DECLARE_FUNCTION (C_SignMessage,
usr.bin/ssh/pkcs11.h
1372
_CK_DECLARE_FUNCTION (C_SignMessageBegin,
usr.bin/ssh/pkcs11.h
1376
_CK_DECLARE_FUNCTION (C_SignMessageNext,
usr.bin/ssh/pkcs11.h
1384
_CK_DECLARE_FUNCTION (C_MessageSignFinal,
usr.bin/ssh/pkcs11.h
1387
_CK_DECLARE_FUNCTION (C_MessageVerifyInit,
usr.bin/ssh/pkcs11.h
1391
_CK_DECLARE_FUNCTION (C_VerifyMessage,
usr.bin/ssh/pkcs11.h
1399
_CK_DECLARE_FUNCTION (C_VerifyMessageBegin,
usr.bin/ssh/pkcs11.h
1403
_CK_DECLARE_FUNCTION (C_VerifyMessageNext,
usr.bin/ssh/pkcs11.h
1411
_CK_DECLARE_FUNCTION (C_MessageVerifyFinal,
usr.bin/ssh/pkcs11.h
999
_CK_DECLARE_FUNCTION (C_Initialize, (void *init_args));