Searched refs:pass (Results 51 - 75 of 681) sorted by relevance

1234567891011>>

/macosx-10.10/CPANInternal-159.1/Class-C3-XS-0.13/t/
H A D02_MRO.t17 class O: pass
18 class F(O): pass
19 class E(O): pass
20 class D(O): pass
21 class C(D,F): pass
22 class B(D,E): pass
23 class A(B,C): pass
/macosx-10.10/OpenSSL098-52/src/crypto/pkcs12/
H A Dp12_decr.c71 unsigned char * PKCS12_pbe_crypt(X509_ALGOR *algor, const char *pass, argument
81 if (!EVP_PBE_CipherInit(algor->algorithm, pass, passlen,
114 const char *pass, int passlen, ASN1_OCTET_STRING *oct, int zbuf)
121 if (!PKCS12_pbe_crypt(algor, pass, passlen, oct->data, oct->length,
151 const char *pass, int passlen,
166 if (!PKCS12_pbe_crypt(algor, pass, passlen, in, inlen, &oct->data,
113 PKCS12_item_decrypt_d2i(X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, ASN1_OCTET_STRING *oct, int zbuf) argument
150 PKCS12_item_i2d_encrypt(X509_ALGOR *algor, const ASN1_ITEM *it, const char *pass, int passlen, void *obj, int zbuf) argument
H A Dp12_add.c104 PKCS12_SAFEBAG *PKCS12_MAKE_SHKEYBAG(int pbe_nid, const char *pass, argument
118 PKCS8_encrypt(pbe_nid, NULL, pass, passlen, salt, saltlen, iter,
161 PKCS7 *PKCS12_pack_p7encdata(int pbe_nid, const char *pass, int passlen, argument
184 PKCS12_item_i2d_encrypt(pbe, ASN1_ITEM_rptr(PKCS12_SAFEBAGS), pass, passlen,
193 STACK_OF(PKCS12_SAFEBAG) *PKCS12_unpack_p7encdata(PKCS7 *p7, const char *pass, int passlen)
198 pass, passlen,
202 PKCS8_PRIV_KEY_INFO *PKCS12_decrypt_skey(PKCS12_SAFEBAG *bag, const char *pass, argument
205 return PKCS8_decrypt(bag->value.shkeybag, pass, passlen);
H A Dp12_p8e.c64 const char *pass, int passlen,
86 pass, passlen, p8inf, 1);
63 PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, const char *pass, int passlen, unsigned char *salt, int saltlen, int iter, PKCS8_PRIV_KEY_INFO *p8inf) argument
/macosx-10.10/dyld-353.2.1/src/
H A Dstart_glue.s34 movl %eax,(%esp) # pass result from main() to exit()
49 movl %eax,%edi # pass result from main() to exit()
/macosx-10.10/OpenSSH-189/openssh/regress/
H A Dsftp-batch.sh12 cat << EOF > ${BATCH}.pass.1
19 cat << EOF > ${BATCH}.pass.2
40 ${SFTP} -b ${BATCH}.pass.1 -D ${SFTPSERVER} >/dev/null 2>&1 \
48 ${SFTP} -b ${BATCH}.pass.2 -D ${SFTPSERVER} >/dev/null 2>&1 \
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/Regressions/
H A Dsc-kvstool.m105 pass("SOSAccountKeyInterestBlock");
109 pass("SOSAccountDataUpdateBlock");
128 pass("Put circle in cloud: (%@)", circle);
160 pass("circle: %@ %@", key, circle);
164 pass("non-circle: %@ %@", key, value);
180 pass("ccstatus: %d, error: %@", ccstatus, error);
183 pass("ccstatus: %d (%@)", ccstatus, ccmsgs[idx]);
189 pass("Applicants: %ld, error: %@", (long)CFArrayGetCount(applicantPeerInfos), error);
193 pass("Applicant: %@", peerName);
197 pass("N
[all...]
/macosx-10.10/apache-793/httpd/build/
H A Dnw_export.inc8 them to pass untouched so that the AWK script can pick
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/m68k/
H A Dobjdump.exp50 pass "movem test"
/macosx-10.10/ruby-106/ruby/test/io/nonblock/
H A Dtest_flush.rb28 Thread.pass
32 while (Thread.pass; s = r.read(4096))
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_flip.rb28 Thread.pass while a
33 Thread.pass until a
/macosx-10.10/ruby-106/ruby/test/xmlrpc/
H A Dwebrick_testing.rb32 Thread.pass until @__started # wait until the server is ready
39 Thread.pass while @__started # wait until the server is down
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/crt-argv-NULL/
H A DMakefile33 ${TESTROOT}/bin/exit-zero-pass.pl "crt-argv-NULL main" "crt-argv-NULL main" ./main
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/dyld-launched-prebound/
H A DMakefile29 ${TESTROOT}/bin/exit-zero-pass.pl "_dyld_launched_prebound() was implemented" "_dyld_launched_prebound() was not implemented" ./main
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/hppa/
H A Dobjdump.exp67 pass "addendbug test"
93 pass "freg test"
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dsize.exp61 pass "size (no arguments)"
79 pass "size -A"
H A Dobjdump.exp58 pass "objdump -i"
84 pass "objdump -f"
114 pass "objdump -h"
134 pass "objdump -t"
144 pass "objdump -r"
156 pass "objdump -s"
/macosx-10.10/emacs-93/emacs/lisp/url/
H A Durl-nfs.el46 (defun url-nfs-unescape (format host port user pass file)
60 (?p (insert (or pass "")))
67 (pass (url-password url))
72 host port user pass file))))
/macosx-10.10/ruby-106/ruby/lib/webrick/httpauth/
H A Dhtdigest.rb56 user, realm, pass = line.split(/:/, 3)
60 @digest[realm][user] = pass
95 # Sets a password in the database for +user+ in +realm+ to +pass+.
97 def set_passwd(realm, user, pass)
102 @digest[realm][user] = make_passwd(realm, user, pass)
H A Dhtpasswd.rb58 user, pass = line.split(":")
65 @passwd[user] = pass
98 # Sets a password in the database for +user+ in +realm+ to +pass+.
100 def set_passwd(realm, user, pass)
101 @passwd[user] = make_passwd(realm, user, pass)
H A Dbasicauth.rb42 def self.make_passwd(realm, user, pass)
43 pass ||= ""
44 pass.crypt(Utils::random_string(2))
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/RegExp/
H A Dregexp-enumerate-001.js67 var pass = false;
70 pass = true;
78 pass );
/macosx-10.10/Libc-1044.1.2/string/FreeBSD/
H A Dwcscoll.c66 int direc, pass; local
67 for(pass = 0; pass < info->directive_count; pass++) {
68 direc = info->directive[pass];
69 if (pass == 0 || !(info->flags & COLLATE_SUBST_DUP)) {
71 tt = __collate_substitute(ws1, pass, loc);
73 tt2 = tt ? __collate_substitute(ws2, pass, loc) : NULL;
105 __collate_lookup_which(t, &len, &prim, pass, loc);
114 __collate_lookup_which(t2, &len2, &prim2, pass, lo
[all...]
/macosx-10.10/sudo-73/src/auth/
H A Dkerb4.c72 kerb4_verify(pw, pass, auth)
74 char *pass;
91 DEFAULT_TKT_LIFE, pass);
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dnormconf.cpp301 UBool pass = TRUE, result; local
313 pass &= assertEqual("C", field[i], out, field[1], "c2!=C(c", fieldNum);
315 pass &= assertEqual("C(+1)", field[i], out, field[1], "c2!=C(c", fieldNum);
317 pass &= assertEqual("C(-1)", field[i], out, field[1], "c2!=C(c", fieldNum);
324 pass &= assertEqual("D", field[i], out, field[2], "c3!=D(c", fieldNum);
326 pass &= assertEqual("D(+1)", field[i], out, field[2], "c3!=D(c", fieldNum);
328 pass &= assertEqual("D(-1)", field[i], out, field[2], "c3!=D(c", fieldNum);
335 pass &= assertEqual("KC", field[i], out, field[3], "c4!=KC(c", fieldNum);
337 pass &= assertEqual("KC(+1)", field[i], out, field[3], "c4!=KC(c", fieldNum);
339 pass
[all...]

Completed in 209 milliseconds

1234567891011>>