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

/openjdk7/jdk/src/windows/native/sun/security/smartcardio/
H A Dpcsc_md.h29 #define CALL_SCardConnect(hContext, szReader, dwSharedMode, dwPreferredProtocols, phCard, pdwActiveProtocols) \ macro
/openjdk7/jdk/src/solaris/native/sun/security/smartcardio/
H A Dpcsc_md.h72 #define CALL_SCardConnect(hContext, szReader, dwSharedMode, dwPreferredProtocols, phCard, pdwActiveProtocols) \ macro
/openjdk7/jdk/src/share/native/sun/security/smartcardio/
H A Dpcsc.c184 rv = CALL_SCardConnect(context, readerName, jShareMode, jPreferredProtocols, &card, &proto);

Completed in 31 milliseconds