Home
last modified time | relevance | path

Searched refs:pReserved (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11General.c122 static CK_RV finalize_common(CK_VOID_PTR pReserved);
261 if (initargs->pReserved != NULL) { in C_Initialize()
364 C_Finalize(CK_VOID_PTR pReserved) in C_Finalize() argument
371 rv = finalize_common(pReserved); in C_Finalize()
383 finalize_common(CK_VOID_PTR pReserved) in finalize_common() argument
392 if (pReserved != NULL) { in finalize_common()
H A Dpkcs11SlotToken.c213 C_WaitForSlotEvent(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot, CK_VOID_PTR pReserved) in C_WaitForSlotEvent() argument
225 pReserved)); in C_WaitForSlotEvent()
232 if (pReserved != NULL) { in C_WaitForSlotEvent()
325 pSlot, pReserved); in C_WaitForSlotEvent()
484 cur_slot->sl_wfse_args->pReserved = pReserved; in C_WaitForSlotEvent()
982 wfse->pReserved); in child_waitforslotevent()
H A DmetaGeneral.c189 meta_Finalize(CK_VOID_PTR pReserved) in meta_Finalize() argument
195 if (pReserved != NULL) in meta_Finalize()
H A Dpkcs11Slot.h44 CK_VOID_PTR pReserved; member
H A DmetaSlotToken.c221 CK_VOID_PTR pReserved) in meta_WaitForSlotEvent() argument
H A DmetaGlobal.h701 CK_RV meta_Finalize(CK_VOID_PTR pReserved);
839 CK_VOID_PTR pReserved);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c160 static CK_RV finalize_common(boolean_t force, CK_VOID_PTR pReserved);
207 if (initargs1->pReserved != NULL) { in C_Initialize()
349 C_Finalize(CK_VOID_PTR pReserved) in C_Finalize() argument
356 rv = finalize_common(B_FALSE, pReserved); in C_Finalize()
369 finalize_common(boolean_t force, CK_VOID_PTR pReserved) in finalize_common() argument
380 if (pReserved != NULL) { in finalize_common()
H A DsoftSlotToken.c390 C_WaitForSlotEvent(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot, CK_VOID_PTR pReserved) in C_WaitForSlotEvent() argument
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c170 if (initargs1->pReserved != NULL) { in C_Initialize()
261 C_Finalize(CK_VOID_PTR pReserved) in C_Finalize() argument
273 if (pReserved != NULL) { in C_Finalize()
H A DkernelSlotToken.c211 C_WaitForSlotEvent(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot, CK_VOID_PTR pReserved) in C_WaitForSlotEvent() argument
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1022 do_finalize(CK_VOID_PTR pReserved) in do_finalize() argument
1027 if (pReserved != NULL) { in do_finalize()
1045 C_Finalize(CK_VOID_PTR pReserved) { in C_Finalize() argument
1046 return (do_finalize(pReserved)); in C_Finalize()
1630 if (pArg->pReserved != NULL) { in C_Initialize()
2274 CK_VOID_PTR pReserved) in C_WaitForSlotEvent() argument
H A Dtpmtok_int.h1270 (CK_VOID_PTR pReserved);
1558 CK_VOID_PTR pReserved);
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h39 CK_VOID_PTR pReserved /* reserved. Should be NULL_PTR */
H A Dpkcs11t.h1220 CK_VOID_PTR pReserved; member