Searched refs:pReserved (Results 1 - 16 of 16) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11General.c121 static CK_RV finalize_common(CK_VOID_PTR pReserved);
259 /* pReserved should not be set */
260 if (initargs->pReserved != NULL) {
363 C_Finalize(CK_VOID_PTR pReserved) argument
370 rv = finalize_common(pReserved);
382 finalize_common(CK_VOID_PTR pReserved) argument
391 if (pReserved != NULL) {
H A Dpkcs11Slot.h42 CK_VOID_PTR pReserved; member in struct:wfse_args
H A DmetaGeneral.c184 * Called by uCF only, "pReserved" argument is ignored.
188 meta_Finalize(CK_VOID_PTR pReserved) argument
194 if (pReserved != NULL)
H A Dpkcs11SlotToken.c205 C_WaitForSlotEvent(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot, CK_VOID_PTR pReserved) argument
217 pReserved));
224 if (pReserved != NULL) {
317 pSlot, pReserved);
476 cur_slot->sl_wfse_args->pReserved = pReserved;
970 wfse->pReserved);
H A DmetaSlotToken.c220 CK_VOID_PTR pReserved)
219 meta_WaitForSlotEvent(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot, CK_VOID_PTR pReserved) argument
H A DmetaGlobal.h705 CK_RV meta_Finalize(CK_VOID_PTR pReserved);
843 CK_VOID_PTR pReserved);
/osnet-11/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) {
314 C_Finalize(CK_VOID_PTR pReserved) argument
321 rv = finalize_common(B_FALSE, pReserved);
334 finalize_common(boolean_t force, CK_VOID_PTR pReserved) { argument
344 /* C_Finalize() pReserved must be NULL; reserved for future use. */
345 if (pReserved != NULL) {
H A DsoftSlotToken.c501 C_WaitForSlotEvent(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot, CK_VOID_PTR pReserved) argument
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c168 /* pReserved must be NULL */
169 if (initargs1->pReserved != NULL) {
260 C_Finalize(CK_VOID_PTR pReserved) argument
271 /* Check to see if pReserved is NULL */
272 if (pReserved != NULL) {
H A DkernelSlotToken.c213 C_WaitForSlotEvent(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot, CK_VOID_PTR pReserved) argument
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsGeneral.c235 /* pReserved must be NULL */
236 if (initargs1->pReserved != NULL) {
325 C_Finalize(CK_VOID_PTR pReserved) argument
335 if (pReserved != NULL) {
H A DkmsSlotToken.c177 C_WaitForSlotEvent(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot, CK_VOID_PTR pReserved) argument
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1021 do_finalize(CK_VOID_PTR pReserved) argument
1026 if (pReserved != NULL) {
1044 C_Finalize(CK_VOID_PTR pReserved) { argument
1045 return (do_finalize(pReserved));
1630 /* Check for a pReserved set */
1631 if (pArg->pReserved != NULL) {
2276 CK_VOID_PTR pReserved)
2274 C_WaitForSlotEvent(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot, CK_VOID_PTR pReserved) argument
H A Dtpmtok_int.h1269 (CK_VOID_PTR pReserved);
1557 CK_VOID_PTR pReserved);
/osnet-11/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h43 CK_VOID_PTR pReserved /* reserved. Should be NULL_PTR */
H A Dpkcs11t.h1257 CK_VOID_PTR pReserved; member in struct:CK_C_INITIALIZE_ARGS

Completed in 59 milliseconds