Home
last modified time | relevance | path

Searched refs:passarg (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/svr4pkg/pkgadm/
H A Dremovecert.c59 char *passarg = NULL; in removecert() local
79 passarg = optarg; in removecert()
164 set_passphrase_passarg(passarg); in removecert()
184 set_passphrase_passarg(passarg); in removecert()
H A Dcerts.c79 keystore_encoding_format_t format, char *passarg, EVP_PKEY **key, in load_cert_and_key() argument
104 set_passphrase_passarg(passarg); in load_cert_and_key()
187 keystore_encoding_format_t format, char *passarg, STACK_OF(X509) **certs) in load_all_certs() argument
216 set_passphrase_passarg(passarg); in load_all_certs()
H A Dlistcert.c59 char *passarg = NULL; in listcert() local
89 passarg = optarg; in listcert()
206 set_passphrase_passarg(passarg); in listcert()
226 set_passphrase_passarg(passarg); in listcert()
H A Daddcert.c70 char *passarg = NULL; in addcert() local
109 passarg = optarg; in addcert()
380 set_passphrase_passarg(passarg); in addcert()
419 set_passphrase_passarg(passarg); in addcert()
/titanic_50/usr/src/lib/libpkg/common/
H A Dpkgweb.c156 static char *passarg = NULL; variable
189 passarg = newpassarg; in set_passphrase_passarg()
3141 if (passarg == NULL) { in pkg_passphrase_cb()
3144 arg = passarg; in pkg_passphrase_cb()