/titanic_51/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelSessionUtil.c | 50 kernel_delete_all_sessions(CK_SLOT_ID slotID, boolean_t wrapper_only) in kernel_delete_all_sessions() argument 95 kernel_add_session(CK_SLOT_ID slotID, CK_FLAGS flags, CK_VOID_PTR pApplication, in kernel_add_session() argument 180 kernel_delete_session(CK_SLOT_ID slotID, kernel_session_t *session_p, in kernel_delete_session() argument 480 int slotID; in kernel_acquire_all_slots_mutexes() local 513 int slotID; kernel_release_all_slots_mutexes() local [all...] |
H A D | kernelSlotToken.c | 82 C_GetSlotInfo(CK_SLOT_ID slotID, CK_SLOT_INFO_PTR pInfo) in C_GetSlotInfo() argument 136 C_GetTokenInfo(CK_SLOT_ID slotID, CK_TOKEN_INFO_PTR pInfo) in C_GetTokenInfo() argument 223 C_GetMechanismList(CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList, in C_GetMechanismList() argument 364 C_GetMechanismInfo(CK_SLOT_ID slotID,CK_MECHANISM_TYPE type,CK_MECHANISM_INFO_PTR pInfo) C_GetMechanismInfo() argument 388 C_InitToken(CK_SLOT_ID slotID,CK_UTF8CHAR_PTR pPin,CK_ULONG ulPinLen,CK_UTF8CHAR_PTR pLabel) C_InitToken() argument [all...] |
H A D | kernelSession.c | 36 C_OpenSession(CK_SLOT_ID slotID, CK_FLAGS flags, CK_VOID_PTR pApplication, in C_OpenSession() argument 136 C_CloseAllSessions(CK_SLOT_ID slotID) in C_CloseAllSessions() argument
|
/titanic_51/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softSlotToken.c | 279 C_GetSlotInfo(CK_SLOT_ID slotID, CK_SLOT_INFO_PTR pInfo) in C_GetSlotInfo() argument 306 C_GetTokenInfo(CK_SLOT_ID slotID, CK_TOKEN_INFO_PTR pInfo) in C_GetTokenInfo() argument 382 C_GetMechanismList(CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList, in C_GetMechanismList() argument 422 C_GetMechanismInfo(CK_SLOT_ID slotID, CK_MECHANISM_TYPE type, in C_GetMechanismInfo() argument 459 C_InitToken(CK_SLOT_ID slotID, CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen, in C_InitToken() argument
|
H A D | softSession.c | 35 C_OpenSession(CK_SLOT_ID slotID, CK_FLAGS flags, CK_VOID_PTR pApplication, in C_OpenSession() argument 139 C_CloseAllSessions(CK_SLOT_ID slotID) in C_CloseAllSessions() argument
|
/titanic_51/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaSlotToken.c | 85 meta_GetSlotInfo(CK_SLOT_ID slotID, CK_SLOT_INFO_PTR pInfo) in meta_GetSlotInfo() argument 135 meta_GetTokenInfo(CK_SLOT_ID slotID, CK_TOKEN_INFO_PTR pInfo) in meta_GetTokenInfo() argument 241 meta_GetMechanismList(CK_SLOT_ID slotID, CK_MECHANISM_TYPE_PTR pMechanismList, in meta_GetMechanismList() argument 273 meta_GetMechanismInfo(CK_SLOT_ID slotID, CK_MECHANISM_TYPE type, in meta_GetMechanismInfo() argument 350 meta_InitToken(CK_SLOT_ID slotID, CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen, in meta_InitToken() argument
|
H A D | pkcs11SlotToken.c | 134 C_GetSlotInfo(CK_SLOT_ID slotID, CK_SLOT_INFO_PTR pInfo) in C_GetSlotInfo() argument 169 C_GetTokenInfo(CK_SLOT_ID slotID, CK_TOKEN_INFO_PTR pInfo) in C_GetTokenInfo() argument 582 C_GetMechanismList(CK_SLOT_ID slotID,CK_MECHANISM_TYPE_PTR pMechanismList,CK_ULONG_PTR pulCount) C_GetMechanismList() argument 722 C_GetMechanismInfo(CK_SLOT_ID slotID,CK_MECHANISM_TYPE type,CK_MECHANISM_INFO_PTR pInfo) C_GetMechanismInfo() argument 774 C_InitToken(CK_SLOT_ID slotID,CK_UTF8CHAR_PTR pPin,CK_ULONG ulPinLen,CK_UTF8CHAR_PTR pLabel) C_InitToken() argument [all...] |
H A D | pkcs11Session.c | 43 C_OpenSession(CK_SLOT_ID slotID, CK_FLAGS flags, CK_VOID_PTR pApplication, in C_OpenSession() argument 164 C_CloseAllSessions(CK_SLOT_ID slotID) in C_CloseAllSessions() argument [all...] |
H A D | metaSession.c | 50 meta_OpenSession(CK_SLOT_ID slotID, CK_FLAGS flags, CK_VOID_PTR pApplication, in meta_OpenSession() argument 141 meta_CloseAllSessions(CK_SLOT_ID slotID) in meta_CloseAllSessions() argument
|
H A D | pkcs11Slot.h | 114 #define FUNCLIST(slotID) (slottable->st_slots[(slotID)]->sl_func_list) argument 120 #define TRUEID(slotID) (slottable->st_slots[(slotID)]->sl_id) argument
|
/titanic_51/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | api_interface.c | 393 C_CloseAllSessions(CK_SLOT_ID slotID) in C_CloseAllSessions() argument 1374 C_GetMechanismInfo(CK_SLOT_ID slotID, in C_GetMechanismInfo() argument 1394 C_GetMechanismList(CK_SLOT_ID slotID, in C_GetMechanismList() argument 1503 C_GetSlotInfo(CK_SLOT_ID slotID, in C_GetSlotInfo() argument 1560 C_GetTokenInfo(CK_SLOT_ID slotID,CK_TOKEN_INFO_PTR pInfo) C_GetTokenInfo() argument 1686 C_InitToken(CK_SLOT_ID slotID,CK_CHAR_PTR pPin,CK_ULONG ulPinLen,CK_CHAR_PTR pLabel) C_InitToken() argument 1759 C_OpenSession(CK_SLOT_ID slotID,CK_FLAGS flags,CK_VOID_PTR pApplication,CK_NOTIFY Notify,CK_SESSION_HANDLE_PTR phSession) C_OpenSession() argument [all...] |
H A D | utility.c | 362 copy_slot_info(CK_SLOT_ID slotID, CK_SLOT_INFO_PTR sinfo) in copy_slot_info() argument
|
H A D | tpmtok_int.h | 178 CK_SLOT_ID slotID; member
|
/titanic_51/usr/src/cmd/cmd-crypto/digest/ |
H A D | digest.c | 366 CK_SLOT_ID slotID; in execute_cmd() local
|
/titanic_51/usr/src/cmd/cmd-crypto/decrypt/ |
H A D | decrypt.c | 421 CK_SLOT_ID slotID; in execute_cmd() local
|
/titanic_51/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 5260 CK_SLOT_ID slotID; local
|
/titanic_51/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 3533 CK_SLOT_ID slotID; member
|
/titanic_51/usr/src/lib/pkcs11/include/ |
H A D | pkcs11t.h | 302 CK_SLOT_ID slotID; member
|