Home
last modified time | relevance | path

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

/dports/security/gnupg1/gnupg-1.4.23/g10/
H A Dcard-util.c107 else if (!info.chvretry[1]) in change_pin()
469 info.chvretry[0], info.chvretry[1], info.chvretry[2]); in card_status()
554 info.chvretry[0], info.chvretry[1], info.chvretry[2]); in card_status()
H A Dcardglue.h67 int chvretry[3]; /* Allowed retries for the CHV; 0 = blocked. */ member
H A Dcardglue.c764 parm->chvretry[i] = atoi (p); in learn_status_cb()
/dports/security/gnupg/gnupg-2.3.3/g10/
H A Dcard-util.c106 else if (!info.chvretry[1]) in change_pin()
495 info.chvretry[0], info.chvretry[1], info.chvretry[2]); in current_card_status()
619 info.chvretry[0], info.chvretry[1], info.chvretry[2]); in current_card_status()
H A Dcall-agent.h68 int chvretry[3]; /* Allowed retries for the CHV; 0 = blocked. */ member
H A Dcall-agent.c594 parm->chvretry[i] = atoi (p); in learn_status_cb()
/dports/security/gnupg/gnupg-2.3.3/
H A DChangeLog9379 * tools/card-tool.h (struct card_info_s): Rename chvretry to chvinfo.