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

/illumos-gate/usr/src/cmd/svr4pkg/pkgadm/
H A Dremovecert.c50 * Syntax: addcert [-a app] [-k keystore] -n name [-P passarg] [-R altroot]
59 char *passarg = NULL; local
79 passarg = optarg;
164 set_passphrase_passarg(passarg);
184 set_passphrase_passarg(passarg);
H A Dcerts.c66 * passarg - How to collect password if needed to decrypt file
79 keystore_encoding_format_t format, char *passarg, EVP_PKEY **key,
104 set_passphrase_passarg(passarg);
179 * passarg - How to collect password if needed to decrypt file
187 keystore_encoding_format_t format, char *passarg, STACK_OF(X509) **certs)
216 set_passphrase_passarg(passarg);
78 load_cert_and_key(PKG_ERR *err, FILE *incert, keystore_encoding_format_t format, char *passarg, EVP_PKEY **key, X509 **cert) argument
186 load_all_certs(PKG_ERR *err, FILE *incert, keystore_encoding_format_t format, char *passarg, STACK_OF(X509) **certs) argument
H A Dlistcert.c50 * [-n name] [-o outfile] [-P passarg] [-R altroot]
59 char *passarg = NULL; local
89 passarg = optarg;
206 set_passphrase_passarg(passarg);
226 set_passphrase_passarg(passarg);
H A Daddcert.c70 char *passarg = NULL; local
109 passarg = optarg;
380 set_passphrase_passarg(passarg);
419 set_passphrase_passarg(passarg);
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.c156 static char *passarg = NULL; variable
189 passarg = newpassarg;
339 * passarg - method to retrieve password
3141 if (passarg == NULL) {
3144 arg = passarg;

Completed in 76 milliseconds