Searched refs:pReserved (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11General.c | 122 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 D | pkcs11SlotToken.c | 213 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 D | metaGeneral.c | 189 meta_Finalize(CK_VOID_PTR pReserved) in meta_Finalize() argument 195 if (pReserved != NULL) in meta_Finalize()
|
H A D | pkcs11Slot.h | 46 CK_VOID_PTR pReserved; member
|
H A D | metaSlotToken.c | 223 CK_VOID_PTR pReserved) in meta_WaitForSlotEvent() argument
|
H A D | metaGlobal.h | 701 CK_RV meta_Finalize(CK_VOID_PTR pReserved); 839 CK_VOID_PTR pReserved);
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softGeneral.c | 134 static CK_RV finalize_common(boolean_t force, CK_VOID_PTR pReserved); 179 if (initargs1->pReserved != NULL) { in C_Initialize() 305 C_Finalize(CK_VOID_PTR pReserved) in C_Finalize() argument 312 rv = finalize_common(B_FALSE, pReserved); in C_Finalize() 325 finalize_common(boolean_t force, CK_VOID_PTR pReserved) { in finalize_common() argument 336 if (pReserved != NULL) { in finalize_common()
|
H A D | softSlotToken.c | 364 C_WaitForSlotEvent(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot, CK_VOID_PTR pReserved) in C_WaitForSlotEvent() argument
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelGeneral.c | 170 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 D | kernelSlotToken.c | 213 C_WaitForSlotEvent(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot, CK_VOID_PTR pReserved) in C_WaitForSlotEvent() argument
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | api_interface.c | 1022 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 D | tpmtok_int.h | 1269 (CK_VOID_PTR pReserved); 1557 CK_VOID_PTR pReserved);
|
/titanic_50/usr/src/lib/pkcs11/include/ |
H A D | pkcs11f.h | 43 CK_VOID_PTR pReserved /* reserved. Should be NULL_PTR */
|
H A D | pkcs11t.h | 1257 CK_VOID_PTR pReserved; member
|