Home
last modified time | relevance | path

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

/dports/security/kleopatra/kleopatra-21.12.3/src/smartcard/
H A Dcard.h99 bool hasNullPin() const;
H A Dcard.cpp193 bool Card::hasNullPin() const in hasNullPin() function in Card
H A Dreaderstatus.cpp798 if (newCard->hasNullPin() && firstCardWithNullPin.empty()) { in run()
908 … [](const std::shared_ptr<Card> &ci) { return ci->hasNullPin(); }); in firstCardWithNullPinImpl()