Lines Matching refs:pin
35 /* genrsa [-m module] [-s $slot] [-p pin] [-t] [-b bits] [-n count] */
125 char *pin = NULL;
144 pin = isc_commandline_argument;
172 "\tgenrsa [-m module] [-s slot] [-p pin] "
202 if (pin == NULL)
203 pin = getpassphrase("Enter Pin: ");
206 ISC_TRUE, (const char *) pin, slot);
216 if (pin != NULL)
217 memset(pin, 0, strlen((char *)pin));