Searched defs:pk11_get_pin (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11_uri.c113 pk11_get_pin(char *dialog, char **pin) function
451 * pk11_get_pin() so we must deal with that. We cannot avoid it since we
466 * 'pin' is allocated by pk11_get_pin().
467 * Note: don't call pk11_get_pin() with uri_lock held.
469 if (pk11_get_pin(uri_struct->pinfile, &pin) == 0) {
539 * If we raced at pk11_get_pin() we must make sure that all
540 * threads that called pk11_get_pin() will erase the PIN from
583 } else if (pk11_get_pin(passphrasedialog, &pin) == 0) {

Completed in 12 milliseconds