Lines Matching refs:pin
35 /* privrsa [-m module] [-s $slot] [-p pin] [-t] [-n count] */
215 char *pin = NULL;
234 pin = isc_commandline_argument;
259 "\tprivrsa [-m module] [-s slot] [-p pin] "
280 if (pin == NULL)
281 pin = getpassphrase("Enter Pin: ");
284 ISC_TRUE, (const char *) pin, slot);
295 if (pin != NULL)
296 memset(pin, 0, strlen((char *)pin));