Searched refs:pin (Results 1 - 2 of 2) sorted by relevance

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11_uri.c88 static int mlock_pin_in_memory(char *pin);
106 * 0 in case of troubles (and sets "*pin" to NULL)
112 pk11_get_pin(char *dialog, char **pin) argument
115 *pin = NULL;
122 *pin = getpassphrase("Enter token PIN: ");
123 if (*pin == NULL)
138 if ((pw = strdup(*pin)) == NULL)
145 memset(*pin, 0, strlen(*pin));
146 *pin
502 pk11_cache_pin(char *pin) argument
546 mlock_pin_in_memory(char *pin) argument
781 char *pin = NULL; local
[all...]
H A De_pk11_uri.h93 char *pin; /* token PIN */ member in struct:pkcs11_uri_struct
99 int pk11_get_pin(char *dialog, char **pin);
105 int pk11_cache_pin(char *pin);

Completed in 23 milliseconds