Searched refs:pass (Results 101 - 125 of 342) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dt-mpi-bit.c42 #define pass() do { ; } while (0) macro
203 test_rshift (int pass) argument
210 show ("checking that rshift works as expected (pass %d)\n", pass);
261 test_lshift (int pass) argument
270 show ("checking that lshift works as expected (pass %d)\n", pass);
H A Dtsexp.c65 int pass; local
90 for (pass=0;;pass++)
92 switch (pass)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dpkcs12.c82 int dump_certs_keys_p12(BIO *out, PKCS12 *p12, char *pass, int passlen, int options, char *pempass);
83 int dump_certs_pkeys_bags(BIO *out, STACK_OF(PKCS12_SAFEBAG) *bags, char *pass,
85 int dump_certs_pkeys_bag(BIO *out, PKCS12_SAFEBAG *bags, char *pass, int passlen, int options, char *pempass);
103 char pass[50], macpass[50]; local
316 BIO_printf (bio_err, "-passin p input file pass phrase source\n");
317 BIO_printf (bio_err, "-passout p output file pass phrase source\n");
350 cpass = pass;
563 EVP_read_pw_string(pass, sizeof pass, "Enter Export Password:", 1)) {
567 if (!twopass) BUF_strlcpy(macpass, pass, sizeo
717 dump_certs_keys_p12(BIO *out, PKCS12 *p12, char *pass, int passlen, int options, char *pempass) argument
759 dump_certs_pkeys_bags(BIO *out, STACK_OF(PKCS12_SAFEBAG) *bags, char *pass, int passlen, int options, char *pempass) argument
773 dump_certs_pkeys_bag(BIO *out, PKCS12_SAFEBAG *bag, char *pass, int passlen, int options, char *pempass) argument
[all...]
H A Dapps.h269 const char *pass, ENGINE *e, const char *cert_descrip);
271 const char *pass, ENGINE *e, const char *key_descrip);
273 const char *pass, ENGINE *e, const char *key_descrip);
275 const char *pass, ENGINE *e, const char *cert_descrip);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dpkcs12.c83 int dump_certs_keys_p12(BIO *out, PKCS12 *p12, char *pass, int passlen, int options, char *pempass);
84 int dump_certs_pkeys_bags(BIO *out, STACK_OF(PKCS12_SAFEBAG) *bags, char *pass,
86 int dump_certs_pkeys_bag(BIO *out, PKCS12_SAFEBAG *bags, char *pass, int passlen, int options, char *pempass);
104 char pass[50], macpass[50]; local
327 BIO_printf (bio_err, "-passin p input file pass phrase source\n");
328 BIO_printf (bio_err, "-passout p output file pass phrase source\n");
361 cpass = pass;
567 EVP_read_pw_string(pass, sizeof pass, "Enter Export Password:", 1))
572 if (!twopass) BUF_strlcpy(macpass, pass, sizeo
683 dump_certs_keys_p12(BIO *out, PKCS12 *p12, char *pass, int passlen, int options, char *pempass) argument
725 dump_certs_pkeys_bags(BIO *out, STACK_OF(PKCS12_SAFEBAG) *bags, char *pass, int passlen, int options, char *pempass) argument
739 dump_certs_pkeys_bag(BIO *out, PKCS12_SAFEBAG *bag, char *pass, int passlen, int options, char *pempass) argument
[all...]
H A Dapps.h266 const char *pass, ENGINE *e, const char *cert_descrip);
268 const char *pass, ENGINE *e, const char *key_descrip);
270 const char *pass, ENGINE *e, const char *key_descrip);
272 const char *pass, ENGINE *e, const char *cert_descrip);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dether-wake.c166 bb_error_msg("cannot read Wake-On-LAN pass");
184 char *pass; local
197 flags = getopt32(argv, "bi:p:", &ifname, &pass);
199 wol_passwd_sz = get_wol_pw(pass, wol_passwd);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dsmbtree.c224 char *pass = getpass("Password: "); local
225 if (pass) {
226 pstrcpy(cmdline_auth_info.password, pass);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Drtp_h264.c203 int pass= 0; local
207 for(pass= 0; pass<2; pass++) {
219 if(pass==0) {
247 if(pass==0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dgifdec.c67 int is_interleaved, has_local_palette, y, pass, y1, linesize, n, i; local
117 pass = 0;
122 switch(pass) {
129 y1 = pass ? 2 : 4;
131 pass++;
140 pass++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Drpm.c252 int pass, tagindex = 0; local
256 /* 1st pass is the signature headers, 2nd is the main stuff */
257 for (pass = 0; pass < 2; pass++) {
284 if (pass==0)
289 if (pass==0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/auth/
H A Dauth_server.c191 to pass that unencrypted password over */
381 struct passwd *pass; local
383 if ( (pass = smb_getpwnam( user_info->internal_username.str,
386 nt_status = make_server_info_pw(server_info, pass->pw_name, pass);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dlang-perl-130 -k__ --flag=__:1:pass-perl-format --flag=__:1:pass-perl-brace-format \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/certs/scripts/
H A Dgenroot.sh44 openssl genrsa -out $PREFIX-ca.key $KEYSIZE -passout pass:secret
47 $OPENSSL req -config $PREFIX-ca.prm -new -key $PREFIX-ca.key -out $PREFIX-ca.csr -passin pass:secret
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/mb93090-mb00/
H A Dpci-frv.c77 static void __init pcibios_allocate_resources(int pass) argument
96 if (pass == disabled) {
98 r->start, r->end, r->flags, disabled, pass);
108 if (!pass) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Di386.c101 static void __init pcibios_allocate_resources(int pass) argument
120 if (pass == disabled) {
123 r->start, r->end, r->flags, disabled, pass);
136 if (!pass) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dlops.c190 struct gfs2_log_header_host *head, int pass)
194 if (pass != 0)
203 int pass)
213 if (pass != 1 || be32_to_cpu(ld->ld_type) != GFS2_LOG_DESC_METADATA)
250 static void buf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) argument
259 if (pass != 1)
336 struct gfs2_log_header_host *head, int pass)
340 if (pass != 0)
349 int pass)
360 if (pass !
189 buf_lo_before_scan(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, int pass) argument
201 buf_lo_scan_elements(struct gfs2_jdesc *jd, unsigned int start, struct gfs2_log_descriptor *ld, __be64 *ptr, int pass) argument
335 revoke_lo_before_scan(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, int pass) argument
347 revoke_lo_scan_elements(struct gfs2_jdesc *jd, unsigned int start, struct gfs2_log_descriptor *ld, __be64 *ptr, int pass) argument
395 revoke_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) argument
686 databuf_lo_scan_elements(struct gfs2_jdesc *jd, unsigned int start, struct gfs2_log_descriptor *ld, __be64 *ptr, int pass) argument
738 databuf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dmdev.c122 struct passwd *pass; local
124 pass = getpwnam(_unam);
126 if (!pass) break;
127 uid = pass->pw_uid;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dusername.c72 static struct passwd *pass; local
76 pass = Get_Pwnam(user);
78 if (!pass)
82 return(pass->pw_dir);
447 struct passwd *pass = Get_Pwnam(user); local
458 if (pass) {
459 if (strequal(gname,gidtoname(pass->pw_gid))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dsmbmount.c198 char *pass = getpass("Password: "); local
199 if (pass) {
200 pstrcpy(password, pass);
552 char pass[128]; local
570 for(p = pass, *p = '\0'; /* ensure that pass is null-terminated */
571 p && p - pass < sizeof(pass);) {
575 *++p = '\0'; /* advance p, and null-terminate pass */
579 if (p - pass) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dxgettext.c1323 int argnum, enum is_format value, bool pass)
1366 list->flags.pass_format1 = pass;
1370 list->flags.pass_format2 = pass;
1395 list->flags.pass_format1 = pass;
1399 list->flags.pass_format2 = pass;
1415 list->flags.pass_format1 = pass;
1419 list->flags.pass_format2 = pass;
1442 list->flags.pass_format1 = pass;
1446 list->flags.pass_format2 = pass;
1509 bool pass; local
1320 flag_context_list_table_insert(flag_context_list_table_ty *table, unsigned int index, const char *name_start, const char *name_end, int argnum, enum is_format value, bool pass) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-wxwidgets/po/
H A DMakefile.am16 --flag=wxGetTranslation:1:pass-c-format --flag=wxGetTranslation:2:pass-c-format \
17 --keyword=wxTRANSLATE --flag=wxTRANSLATE:1:pass-c-format \
18 --keyword=wxPLURAL:1,2 --flag=wxPLURAL:1:pass-c-format --flag=wxPLURAL:2:pass-c-format \
19 --keyword=_ --flag=_:1:pass-c-format \
20 --keyword=N_ --flag=N_:1:pass-c-format
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dwd7000.c1391 short present = 0, biosaddr_ptr, sig_ptr, i, pass; local
1416 for (pass = 0; pass < NUM_CONFIGS; pass++) {
1422 for (i = 0; i < pass; i++)
1426 if (i == pass) {
1446 dprintk("wd7000_detect: pass %d\n", pass + 1);
1454 if (configs[pass].irq < 0)
1460 iobase = configs[pass]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-python/
H A Davahi-bookmarks.in33 pass
197 pass
229 pass
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dcredentials.c44 void cred_session_key(const DOM_CHAL *clnt_chal, const DOM_CHAL *srv_chal, const uchar *pass, argument
56 cred_hash1(session_key, sum2, pass);

Completed in 271 milliseconds

1234567891011>>