Lines Matching refs:pin
33 /* find [-m module] [-s $slot] [-p pin] [-n count] */
102 char *pin = NULL;
120 pin = isc_commandline_argument;
142 "\tfind [-m module] [-s slot] [-p pin] [-n count]\n");
152 if (pin == NULL)
153 pin = getpassphrase("Enter Pin: ");
156 ISC_TRUE, (const char *) pin, slot);
166 if (pin != NULL)
167 memset(pin, 0, strlen((char *)pin));