Home
last modified time | relevance | path

Searched refs:pbNewAuthenticator (Results 1 – 7 of 7) sorted by relevance

/dports/security/beid/eid-mw-5.0.8/cardcomm/minidriver/src/inc/
H A Dsmartcard.h158 PBYTE pbNewAuthenticator,
H A Dcardmod.h458 __in_bcount(cbNewAuthenticator) PBYTE pbNewAuthenticator,
471 __in_bcount(cbNewAuthenticator) PBYTE pbNewAuthenticator,
/dports/security/beid/eid-mw-5.0.8/cardcomm/minidriver/src/
H A DSmartCard.c841 PBYTE pbNewAuthenticator, in BeidChangePIN() argument
875 if ( pbNewAuthenticator == NULL ) in BeidChangePIN()
906 if ( ( pbNewAuthenticator[i] < 0x30 ) || ( pbNewAuthenticator[i] > 0x39 ) ) in BeidChangePIN()
947 Cmd [offset] = (((pbNewAuthenticator[i] - 48) << 4) & 0xF0); in BeidChangePIN()
951 Cmd [offset] = (Cmd[offset] & 0xF0) + ((pbNewAuthenticator[i] - 48) & 0x0F); in BeidChangePIN()
H A DCardPinOps.c487 __in_bcount(cbNewAuthenticator) PBYTE pbNewAuthenticator, in CardChangeAuthenticator()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcardmod.h228 PBYTE pbNewAuthenticator,
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcardmod.h228 PBYTE pbNewAuthenticator,
/dports/security/opensc/OpenSC-0.22.0/src/minidriver/
H A Dminidriver.c3921 __in_bcount(cbNewAuthenticator) PBYTE pbNewAuthenticator, in CardChangeAuthenticator()
3963 (unsigned long)cbCurrentAuthenticator, pbNewAuthenticator, in CardChangeAuthenticator()
3976 pbNewAuthenticator, cbNewAuthenticator, in CardChangeAuthenticator()