Home
last modified time | relevance | path

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

/dports/security/beid/eid-mw-5.0.8/cardcomm/minidriver/src/
H A DCardPinOps.c487 __in_bcount(cbNewAuthenticator) PBYTE pbNewAuthenticator, in CardChangeAuthenticator()
488 __in DWORD cbNewAuthenticator, in CardChangeAuthenticator() argument
H A DSmartCard.c842 DWORD cbNewAuthenticator, in BeidChangePIN() argument
886 if ( ( cbNewAuthenticator < BELPIC_MIN_USER_PIN_LEN ) || in BeidChangePIN()
887 ( cbNewAuthenticator > BELPIC_MAX_USER_PIN_LEN ) ) in BeidChangePIN()
903 for ( i = 0 ; i < (unsigned char) cbNewAuthenticator ; i++ ) in BeidChangePIN()
940 Cmd [13] = 0x20 + (unsigned char)cbNewAuthenticator; /* 0x20 + length of pin */ in BeidChangePIN()
941 for ( i = 0 ; i < (unsigned char) cbNewAuthenticator ; i++ ) in BeidChangePIN()
/dports/security/beid/eid-mw-5.0.8/cardcomm/minidriver/src/inc/
H A Dsmartcard.h159 DWORD cbNewAuthenticator,
H A Dcardmod.h458 __in_bcount(cbNewAuthenticator) PBYTE pbNewAuthenticator,
459 __in DWORD cbNewAuthenticator,
471 __in_bcount(cbNewAuthenticator) PBYTE pbNewAuthenticator,
472 __in DWORD cbNewAuthenticator,
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcardmod.h229 DWORD cbNewAuthenticator,
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcardmod.h229 DWORD cbNewAuthenticator,
/dports/security/opensc/OpenSC-0.22.0/src/minidriver/
H A Dminidriver.c3921 __in_bcount(cbNewAuthenticator) PBYTE pbNewAuthenticator, in CardChangeAuthenticator()
3922 __in DWORD cbNewAuthenticator, in CardChangeAuthenticator() argument
3964 (unsigned long)cbNewAuthenticator, (unsigned long)cRetryCount, in CardChangeAuthenticator()
3976 pbNewAuthenticator, cbNewAuthenticator, in CardChangeAuthenticator()