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

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.c1807 CK_SLOT_ID myslot; local
1814 myslot = pubkey_SLOTID;
1817 myslot = rand_SLOTID;
1821 myslot = SLOTID;
1830 DEBUG_SLOT_SEL("%s: myslot=%d optype=%d\n", PK11_DBG, myslot, optype);
1831 rv = pFuncList->C_OpenSession(myslot, CKF_SERIAL_SESSION,
1842 rv = pFuncList->C_OpenSession(myslot, CKF_SERIAL_SESSION,

Completed in 29 milliseconds