Lines Matching defs:pin
35 /* pkcs11-list [-P] [-m module] [-s slot] [-i $id | -l $label] [-p $pin] */
71 char *pin = NULL;
99 pin = isc_commandline_argument;
117 "[-i id | -l label] [-p pin]\n");
144 if (logon && pin == NULL)
145 pin = getpassphrase("Enter Pin: ");
148 logon, pin, slot);
163 if (pin != NULL)
164 memset(pin, 0, strlen(pin));