Searched refs:passphrasedialog (Results 1 - 3 of 3) sorted by relevance

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11_uri.c501 * Cache the passphrasedialog for possible child (which
504 if (passphrasedialog == NULL) {
506 passphrasedialog = PK11_URI_BUILTIN_DIALOG;
508 passphrasedialog = strdup(uri_struct->pinfile);
509 if (passphrasedialog == NULL) {
577 if (passphrasedialog != NULL) {
583 } else if (pk11_get_pin(passphrasedialog, &pin) == 0) {
H A De_pk11.h207 extern char *passphrasedialog;
H A De_pk11_pub.c110 * token using the passphrasedialog keyword that we inherit from the parent.
112 char *passphrasedialog; variable

Completed in 507 milliseconds