Searched refs:pin (Results 1 - 3 of 3) sorted by relevance
/solaris-userland/components/openssl/common/engines/pkcs11/ |
H A D | e_pk11_uri.c | 89 static int mlock_pin_in_memory(char *pin); 107 * 0 in case of troubles (and sets "*pin" to NULL) 113 pk11_get_pin(char *dialog, char **pin) argument 116 *pin = NULL; 122 *pin = getpassphrase("Enter token PIN: "); 123 if (*pin == NULL) { 135 if ((pw = strdup(*pin)) == NULL) { 141 memset(*pin, 0, strlen(*pin)); 142 *pin 313 pk11_cache_pin(char *pin) argument 354 mlock_pin_in_memory(char *pin) argument 418 char *pin = NULL; local 578 char *pin = NULL; local [all...] |
H A D | e_pk11_uri.h | 97 int pk11_get_pin(char *dialog, char **pin); 103 int pk11_cache_pin(char *pin);
|
/solaris-userland/components/openvswitch/files/lib/ |
H A D | dpif-solaris.c | 2176 odp_port_t pin, pout; local 2202 md->in_port.odp_port, &pin, NULL, &vtype); 2232 if (pin != pout) { 2263 md->in_port.odp_port, &pin, NULL, &vtype); 2284 "%d", pin); 2285 (void) dpif_solaris_port_output(dpif, pin, packet, tnl,
|
Completed in 101 milliseconds