Searched defs:pReserved (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaGeneral.c185 * Called by uCF only, "pReserved" argument is ignored.
189 meta_Finalize(CK_VOID_PTR pReserved) argument
195 if (pReserved != NULL)
H A DmetaSlotToken.c223 CK_VOID_PTR pReserved)
222 meta_WaitForSlotEvent(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot, CK_VOID_PTR pReserved) argument
H A Dpkcs11General.c122 static CK_RV finalize_common(CK_VOID_PTR pReserved);
260 /* pReserved should not be set */
261 if (initargs->pReserved != NULL) {
364 C_Finalize(CK_VOID_PTR pReserved) argument
371 rv = finalize_common(pReserved);
383 finalize_common(CK_VOID_PTR pReserved) argument
392 if (pReserved != NULL) {
H A Dpkcs11Slot.h46 CK_VOID_PTR pReserved; member in struct:wfse_args
H A Dpkcs11SlotToken.c213 C_WaitForSlotEvent(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot, CK_VOID_PTR pReserved) argument
225 pReserved));
232 if (pReserved != NULL) {
325 pSlot, pReserved);
484 cur_slot->sl_wfse_args->pReserved = pReserved;
982 wfse->pReserved);
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c169 /* pReserved must be NULL */
170 if (initargs1->pReserved != NULL) {
261 C_Finalize(CK_VOID_PTR pReserved) argument
273 if (pReserved != NULL) {
H A DkernelSlotToken.c213 C_WaitForSlotEvent(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot, CK_VOID_PTR pReserved) argument
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c134 static CK_RV finalize_common(boolean_t force, CK_VOID_PTR pReserved);
178 /* pReserved must be NULL */
179 if (initargs1->pReserved != NULL) {
305 C_Finalize(CK_VOID_PTR pReserved) argument
312 rv = finalize_common(B_FALSE, pReserved);
325 finalize_common(boolean_t force, CK_VOID_PTR pReserved) { argument
336 if (pReserved != NULL) {
H A DsoftSlotToken.c364 C_WaitForSlotEvent(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot, CK_VOID_PTR pReserved) argument
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1022 do_finalize(CK_VOID_PTR pReserved) argument
1027 if (pReserved != NULL) {
1045 C_Finalize(CK_VOID_PTR pReserved) { argument
1046 return (do_finalize(pReserved));
1629 /* Check for a pReserved set */
1630 if (pArg->pReserved != NULL) {
2274 CK_VOID_PTR pReserved)
2272 C_WaitForSlotEvent(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot, CK_VOID_PTR pReserved) argument
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h1257 CK_VOID_PTR pReserved; member in struct:CK_C_INITIALIZE_ARGS

Completed in 93 milliseconds