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

/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Denc.c115 char *str=NULL, *passarg = NULL, *pass = NULL; local
171 passarg= *(++argv);
383 if(!str && passarg) {
384 if(!app_passwd(bio_err, passarg, NULL, &pass, NULL)) {
H A Dpkcs12.c120 char *passargin = NULL, *passargout = NULL, *passarg = NULL; local
252 passarg = *args;
332 if(passarg) {
333 if(export_cert) passargout = passarg;
334 else passargin = passarg;
H A Ds_client.c254 char *passarg = NULL, *pass = NULL; local
426 passarg = *(++argv);
509 if (!app_passwd(bio_err, passarg, NULL, &pass, NULL))
H A Ds_server.c557 char *passarg = NULL, *pass = NULL; local
646 passarg = *(++argv);
825 if (!app_passwd(bio_err, passarg, dpassarg, &pass, &dpass))
/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Dpkgweb.c156 static char *passarg = NULL; variable
189 passarg = newpassarg;
339 * passarg - method to retrieve password
3139 if (passarg == NULL) {
3142 arg = passarg;

Completed in 117 milliseconds