Searched refs:pass (Results 126 - 150 of 276) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c1304 int pass, parent_pass; /* Currently accepting input */ local
1308 pass = STACK_IS_EMPTY(lms.lms_cdir_stack) ||
1382 if (pass || (parent_pass && (mdptr->md_op == CDIR_T_ELIF))) {
1432 if (!pass)
1438 if (pass && !cexp_ident_add(&arg_mf, arg_mf.mf_next))
1443 if (pass)
1448 if (!pass)
1461 if (!pass)
1478 if (pass) {
1548 /* Evaluating the control directive above can change pass statu
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Dapps.c550 prompt = UI_construct_prompt(ui, "pass phrase",
622 if(!strncmp(arg, "pass:", 5)) return BUF_strdup(arg + 5);
704 const char *pass; local
716 pass = "";
736 pass = tpass;
738 ret = PKCS12_parse(p12, pass, pkey, cert, ca);
746 const char *pass, ENGINE *e, const char *cert_descrip)
847 const char *pass, ENGINE *e, const char *key_descrip)
853 cb_data.password = pass;
924 const char *pass, ENGIN
745 load_cert(BIO *err, const char *file, int format, const char *pass, ENGINE *e, const char *cert_descrip) argument
846 load_key(BIO *err, const char *file, int format, int maybe_stdin, const char *pass, ENGINE *e, const char *key_descrip) argument
923 load_pubkey(BIO *err, const char *file, int format, int maybe_stdin, const char *pass, ENGINE *e, const char *key_descrip) argument
[all...]
H A Ds_client.c197 BIO_printf(bio_err," -pass arg - private key file pass phrase source\n");
254 char *passarg = NULL, *pass = NULL; local
423 else if (strcmp(*argv,"-pass") == 0)
509 if (!app_passwd(bio_err, passarg, NULL, &pass, NULL))
523 key = load_key(bio_err, key_file, key_format, 0, pass, e,
1073 if (pass)
1074 OPENSSL_free(pass);
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c233 char *name, *pass, *class, *gecos, *dir, *shell; local
245 name = pass = class = gecos = dir = shell = NULL;
255 pass = NULL;
256 if (getfield(&pass, 0, &p, fieldsep) == NULL) { /*%< field can be empty */
362 pw->pw_passwd = pass;
385 if (pass != NULL) free(pass);
482 char *pass = NULL; local
504 pass = NULL;
505 if (getfield(&pass,
[all...]
/opensolaris-onvv-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c869 pass(mark, clrmap); /* mark updates 'x'_esize */
871 pass(active_mark, clrmap); /* updates 'x'_esize */
882 pass(add, dirmap);
886 pass(markshad, nodmap);
888 pass(estshad, shamap);
1075 pass(dirdump, dirmap);
1086 pass(lf_dump, filmap);
1276 * already spent, in milliseconds. if you pass it a positive, then that's
1277 * telling it that we're writing, so the time counts. if you pass it a
H A Ddump.h146 int doingverify; /* true => doing a verify pass */
337 extern void pass(void (*)(struct dinode *), uchar_t *);
461 extern void pass();
/opensolaris-onvv-gate/usr/src/cmd/ssh/ssh-keygen/
H A Dssh-keygen.c134 char *pass; local
140 pass = xstrdup(identity_passphrase);
142 pass = read_passphrase(gettext("Enter passphrase: "),
144 prv = key_load_private(filename, pass, NULL);
145 memset(pass, 0, strlen(pass));
146 xfree(pass);
/opensolaris-onvv-gate/usr/src/cmd/itadm/
H A Ditadm.c1990 char *pass; local
2053 pass = getpassphrase(phrase);
2054 if (!pass) {
2062 if ((strlen(pass) > 255) || (strlen(pass) < 12)) {
2069 (void) strlcpy(buf, pass, sizeof (buf));
2072 pass = getpassphrase(gettext("Re-enter secret: "));
2073 if (!pass) {
2080 if (strcmp(buf, pass) != 0) {
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dthreads.c183 int i, pass, none_found; local
194 pass = 0;
196 while (pass < 4 && !none_found) {
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/
H A Dsbd.c334 int32_t *devnump, int32_t pass);
340 int32_t *devnump, int32_t pass);
349 int32_t *devnump, int32_t pass);
852 int32_t pass, devnum; local
859 pass = 1;
862 while ((devlist = sbd_get_attach_devlist(hp, &devnum, pass)) != NULL) {
869 pass++;
920 pass++;
929 int32_t pass, devnum; local
938 pass
998 int32_t pass, devnum; local
2907 sbd_get_attach_devlist(sbd_handle_t *hp, int32_t *devnump, int32_t pass) argument
3222 sbd_get_release_devlist(sbd_handle_t *hp, int32_t *devnump, int32_t pass) argument
3571 sbd_get_detach_devlist(sbd_handle_t *hp, int32_t *devnump, int32_t pass) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postreverse/
H A Dpostreverse.c232 * It uses 2 passes to build the list. pass 1 counts the # of ints and
233 * allocates the space, and pass 2 fills in the list.
239 int pass = 0; local
244 while (pass++ < 2) {
270 if (pass == 1)
280 if (pass == 1)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.xs93 Used to pass in and return a reference to an SV.
227 from C. There is no reason to pass an enum value to C since
245 A boolean type. This can be used to pass true and false values to and
422 # pass in the pointer and return the value
456 # pass in the pointer and return the value
494 # pass in the pointer and return the value
537 # pass in the pointer and return the value
648 T_OPAQUEPTR can be used to pass these bytes back into C if a pointer
733 When used to pass a perl list to C the XS writer must provide a
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm113 pass the C<use> an empty import list, and then access
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dprotoent.pm84 pass the C<use> an empty import list, and then access
H A Dservent.pm86 pass the C<use> an empty import list, and then access
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dgmtime.pm78 pass the C<use> an empty import list, and then access
H A Dlocaltime.pm74 pass the C<use> an empty import list, and then access
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dgrent.pm83 pass the C<use> an empty import list, and then access
/opensolaris-onvv-gate/usr/src/cmd/vgrind/
H A Dvfontedpr.c57 boolean pass = FALSE; /* when acting as a filter, pass indicates variable
398 pass = TRUE;
400 pass = FALSE;
404 if (!filter || pass)
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/threads/
H A Dasm_subr.s34 ! We pass the (void *) return value to _thrp_terminate().
/opensolaris-onvv-gate/usr/src/cmd/passwd/
H A Dpasswd.c277 struct passwd *pass = getpwuid(uid); local
278 if (pass != NULL)
279 usrname = pass->pw_name;
1550 struct passwd *pass; local
1552 if ((pass = getpwnam(usrname)) == NULL) {
1555 } else if (pass->pw_uid != uid) {
1557 event->adt_passwd.uid = pass->pw_uid;
1558 event->adt_passwd.username = pass->pw_name;
/opensolaris-onvv-gate/usr/src/lib/scsi/libses/common/
H A Dses_plugin.c220 ses_plugin_loadone(ses_target_t *tp, const char *path, uint32_t pass) argument
252 sp->sp_priority |= (uint64_t)pass << 32;
/opensolaris-onvv-gate/usr/src/lib/scsi/libsmp/common/
H A Dsmp_plugin.c210 smp_plugin_loadone(smp_target_t *tp, const char *path, uint32_t pass) argument
242 pp->sp_priority |= (uint64_t)pass << 32;
/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c1350 goto pass;
1454 pass:
1565 goto pass;
1570 goto pass;
1575 * as nocache and no response length and pass on the
1580 goto pass;
1749 goto pass;
1795 /* ??? just pass */
1797 goto pass;
1892 pass
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/evp/
H A Devp.h402 typedef int (EVP_PBE_KEYGEN)(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
827 int PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
830 int PKCS5_PBKDF2_HMAC_SHA1(const char *pass, int passlen,
833 int PKCS5_v2_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
839 int EVP_PBE_CipherInit (ASN1_OBJECT *pbe_obj, const char *pass, int passlen,

Completed in 236 milliseconds

1234567891011>>