Home
last modified time | relevance | path

Searched refs:LC_PinInfo_GetFiller (Results 1 – 3 of 3) sorted by relevance

/dports/devel/libchipcard/libchipcard-5.0.4/src/lib/client/ct/
H A Dct_card.c287 if (pinLength1<pinMaxLen && LC_PinInfo_GetFiller(pi)) { in LC_Crypt_Token__ChangePin()
291 c=(unsigned char)LC_PinInfo_GetFiller(pi); in LC_Crypt_Token__ChangePin()
325 if (pinLength2<pinMaxLen && LC_PinInfo_GetFiller(pi)) { in LC_Crypt_Token__ChangePin()
329 c=(unsigned char)LC_PinInfo_GetFiller(pi); in LC_Crypt_Token__ChangePin()
550 if (pinLength<pinMaxLen && LC_PinInfo_GetFiller(pi)) { in LC_Crypt_Token__EnterPinWithPinInfo()
554 c=(unsigned char)LC_PinInfo_GetFiller(pi); in LC_Crypt_Token__EnterPinWithPinInfo()
/dports/devel/libchipcard/libchipcard-5.0.4/src/lib/sharedstuff/
H A Dpininfo.h188 CHIPCARD_API int LC_PinInfo_GetFiller(const LC_PININFO *el);
H A Dpininfo.c219 int LC_PinInfo_GetFiller(const LC_PININFO *st) { in LC_PinInfo_GetFiller() function