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

/openjdk7/jdk/src/share/native/sun/security/smartcardio/
H A Dpcsc.c201 SCARD_IO_REQUEST sendPci; local
209 sendPci.dwProtocol = protocol;
210 sendPci.cbPciLength = sizeof(SCARD_IO_REQUEST);
213 rv = CALL_SCardTransmit(card, &sendPci, sbuf + ofs, len, NULL, rbuf, &rlen);

Completed in 29 milliseconds