Searched refs:pass (Results 201 - 225 of 681) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dexample.c54 * to pass the bytes to png_sig_cmp() or even skip that if you know
366 for (pass = 0; pass < number_passes; pass++)
386 /* If you want to display the image after every pass, do so here */
496 png_uint_32 row_num, int pass)
501 * this function will be called for every row in every pass.
528 * need the row_num and pass, but I'm supplying them because it
542 * that the first pass (pass
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dar.exp167 pass $testname
214 pass $testname
249 pass $testname
/macosx-10.10/ruby-106/ruby/bootstraptest/
H A Dtest_thread.rb48 Thread.pass
54 Thread.new{loop{Thread.pass}}
80 Thread.pass
102 Thread.pass
114 Thread.pass
187 Thread.pass
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_agent.c329 /* Success, copy the user & pass out */
686 char pass[WEBDAV_MAX_PASSWORD_LEN]; local
709 memset(pass, 0, sizeof(pass));
728 result = readCredentialsFromFile(fd, user, pass,
733 pass[0] = '\0';
740 case 'i': /* called from mount_webdav, get user/pass interactively */
741 /* Ignore keychain when entering user/pass */
750 else if (readpassphrase(PASS_PROMPT, pass, sizeof(pass), RPP_ECHO_OF
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Drtsock.c1250 int pass; local
1263 for (pass = 1; pass < 3; pass++) {
1265 if ((cmd == RTM_ADD && pass == 1) ||
1266 (cmd == RTM_DELETE && pass == 2)) {
1298 if ((cmd == RTM_ADD && pass == 2) ||
1299 (cmd == RTM_DELETE && pass == 1)) {
1562 * the list in two passes. In the first pass we compute the total
1565 * in the second pass
1578 int pass = 0; local
1720 int pass = 0; local
[all...]
/macosx-10.10/OpenSSL098-52/src/util/
H A Dmkstack.pl107 #define PKCS12_decrypt_d2i_${type_thing}(algor, d2i_func, free_func, pass, passlen, oct, seq) \\
108 SKM_PKCS12_decrypt_d2i($type_thing, (algor), (d2i_func), (free_func), (pass), (passlen), (oct), (seq))
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dfactor.c467 limitbits = 0, pass, npr, rem; local
653 pass = 0;
654 while (++pass)
658 if (pass <= 3)
662 else if (pass <= 10)
666 else if (pass <= 100)
691 printf("Choosing curve %d, with s = %d, B = %d, C = %d:\n", pass,cnt, B, C); fflush(stdout);
770 printf("\nCommencing second stage, curve %d...\n",pass); fflush(stdout);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dfactor.c467 limitbits = 0, pass, npr, rem; local
653 pass = 0;
654 while (++pass)
658 if (pass <= 3)
662 else if (pass <= 10)
666 else if (pass <= 100)
691 printf("Choosing curve %d, with s = %d, B = %d, C = %d:\n", pass,cnt, B, C); fflush(stdout);
770 printf("\nCommencing second stage, curve %d...\n",pass); fflush(stdout);
/macosx-10.10/dcerpc-61/dcerpc/rpcd/
H A Drpcddb.h281 unsigned32 pass
296 unsigned32 *pass,
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Disakmp_xauth.c665 if (iph1->rmconf->xauth->pass) {
667 pwd = iph1->rmconf->xauth->pass;
930 (*xauth_rmconf)->pass = NULL;
937 if ((*xauth_rmconf)->pass != NULL) {
938 vfree((*xauth_rmconf)->pass);
939 (*xauth_rmconf)->pass = NULL;
954 if ((*xauth_rmconf)->pass != NULL)
955 vfree((*xauth_rmconf)->pass);
/macosx-10.10/ruby-106/ruby/test/thread/
H A Dtest_queue.rb126 Thread.pass
140 Thread.pass
/macosx-10.10/apr-32/apr-util/apr-util/include/private/
H A Dapr_crypto_internal.h85 * that the same pass phrase will generate the same key, regardless of the
94 * @param pass The passphrase to use.
104 * @return Returns APR_ENOKEY if the pass phrase is missing or empty, or if a backend
111 const char *pass, apr_size_t passLen, const unsigned char * salt,
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/
H A Dtests.hpp108 static void pass(void) ATF_DEFS_ATTRIBUTE_NORETURN;
/macosx-10.10/curl-83.1.2/curl/tests/certs/scripts/
H A Dgenserv.sh71 $OPENSSL req -config $PREFIX-sv.prm -newkey rsa:$KEYSIZE -keyout $PREFIX-sv.key -out $PREFIX-sv.csr -passout pass:secret
75 $OPENSSL rsa -in $PREFIX-sv.key -out $PREFIX-sv.key -passin pass:secret
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/include/
H A Dsasl.h298 * PASS_CREDENTIALS -- require mechanisms which pass client
299 * credentials, and allow mechanisms which can pass
602 * pass -- password to check (may not be NUL terminated)
609 const char *pass,
616 * pass -- password to store (may not be NUL terminated)
624 const char *pass,
652 #define SASL_CU_NONE 0x00 /* Not a valid flag to pass */
892 * may pass NULL to precompute for some mechanisms prior to connect
934 * NULL prompt_supp = user/pass via SASL_INTERACT only
1178 * pass
[all...]
/macosx-10.10/ruby-106/ruby/lib/irb/
H A Dworkspace.rb48 Thread.pass
/macosx-10.10/OpenSSH-189/osslshim/tests/
H A Dtest_bn.c497 int total = 0, pass = 0, fail = 0; local
510 pass++;
518 printf("passed: %d\n", pass);
/macosx-10.10/Security-57031.1.35/Security/utilities/Regressions/
H A Dsu-40-secdb.c136 pass("got a row key: %s", key);
154 pass("got a row key: %s", key);
160 pass("got a row key: %s", key);
/macosx-10.10/WebCore-7600.1.25/html/
H A DURLUtils.h115 return href().pass();
119 void URLUtils<T>::setPassword(const String& pass) argument
122 url.setPass(pass);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/
H A DTextureMapperGL.h71 void drawFiltered(const BitmapTexture& sourceTexture, const BitmapTexture* contentTexture, const FilterOperation&, int pass);
162 unsigned pass; member in struct:WebCore::BitmapTextureGL::FilterInfo
167 , pass(p)
/macosx-10.10/procmail-14/procmail/src/
H A Dprocmail.c208 ;{ auth_identity*pass,*passinvk;auth_identity*spassinvk; local
260 pass= *currcpt++;
276 flushoverread(); /* pass upwards the extra LMTP data */
309 { if(!(pass=auth_finduser(chp2,-1))) /* chp2 is the recipient */
314 dorcpt: if(enoughprivs(passinvk,euid,egid,auth_whatuid(pass),
315 auth_whatgid(pass)))
389 pass=passinvk;
394 pass=idpass;
397 if(pass) /* set preferred uid to the intended recipient */
398 Setuser: { gid=auth_whatgid(pass);ui
[all...]
/macosx-10.10/rsync-45/rsync/
H A Duidlist.c67 struct passwd *pass = getpwuid(uid); local
68 if (pass)
69 return strdup(pass->pw_name);
/macosx-10.10/ruby-106/ruby/lib/webrick/httpauth/
H A Ddigestauth.rb68 def self.make_passwd(realm, user, pass)
69 pass ||= ""
70 Digest::MD5::hexdigest([user, realm, pass].join(":"))
/macosx-10.10/Heimdal-398.1.2/lib/hx509/data/
H A Dgen-req.sh104 ${openssl} rsa -in test.key -aes256 -passout pass:foobar -out test-pw.key
105 ${openssl} rsa -in pkinit.key -aes256 -passout pass:foo -out pkinit-pw.key
120 -passout pass:foobar \
130 -passout pass:foobar \
143 -passout pass:foobar \
/macosx-10.10/OpenSSL098-52/src/apps/
H A Denc.c112 char *str=NULL, *passarg = NULL, *pass = NULL; local
166 else if (strcmp(*argv,"-pass") == 0)
283 BIO_printf(bio_err,"%-14s pass phrase source\n","-pass <arg>");
396 if(!app_passwd(bio_err, passarg, NULL, &pass, NULL)) {
400 str = pass;
656 if(pass) OPENSSL_free(pass);

Completed in 282 milliseconds

1234567891011>>