Searched defs:pSlot (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotToken.c222 meta_WaitForSlotEvent(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot, argument
H A Dpkcs11SlotToken.c213 C_WaitForSlotEvent(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot, CK_VOID_PTR pReserved) argument
224 return (fast_funcs->C_WaitForSlotEvent(flags, pSlot,
266 *pSlot = i;
325 pSlot, pReserved);
334 if ((rv == CKR_OK) && (pSlot != NULL)) {
346 /* Find the slot, remap pSlot */
347 if (*pSlot == TRUEID(j)) {
348 *pSlot = j;
365 * this function, or set pSlot to a value we
547 *pSlot
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
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_kernel/common/
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_tpm/common/
H A Dapi_interface.c2273 CK_SLOT_ID_PTR pSlot,
2272 C_WaitForSlotEvent(CK_FLAGS flags, CK_SLOT_ID_PTR pSlot, CK_VOID_PTR pReserved) argument

Completed in 51 milliseconds