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

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11.c1773 CK_SLOT_ID myslot; local
1779 myslot = pubkey_SLOTID;
1782 myslot = rand_SLOTID;
1786 myslot = SLOTID;
1795 DEBUG_SLOT_SEL("%s: myslot=%d optype=%d\n", PK11_DBG, myslot, optype);
1796 rv = pFuncList->C_OpenSession(myslot, CKF_SERIAL_SESSION,
1807 rv = pFuncList->C_OpenSession(myslot, CKF_SERIAL_SESSION,

Completed in 18 milliseconds