Home
last modified time | relevance | path

Searched refs:pdwActiveProtocol (Results 1 – 2 of 2) sorted by relevance

/src/contrib/libfido2/fuzz/ !
H A Dpcsc.c84 DWORD dwPreferredProtocols, LPSCARDHANDLE phCard, LPDWORD pdwActiveProtocol) in __wrap_SCardConnect() argument
93 assert(pdwActiveProtocol != NULL); in __wrap_SCardConnect()
99 *pdwActiveProtocol = (r & 1) ? SCARD_PROTOCOL_T0 : SCARD_PROTOCOL_T1; in __wrap_SCardConnect()
102 *pdwActiveProtocol = SCARD_PROTOCOL_RAW; in __wrap_SCardConnect()
/src/contrib/wpa/src/utils/ !
H A Dpcsc_funcs.c163 OUT LPDWORD pdwActiveProtocol);