Searched refs:pass (Results 1 - 25 of 306) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/ipfilter/rules/
H A Dexample.36 # pass through packets to and from localhost.
8 pass in from 127.0.0.1/32 to 127.0.0.1/32
13 pass in from 10.1.3.1/32 to any
14 pass in from 10.1.3.2/32 to any
15 pass in from 10.1.3.3/32 to any
16 pass in from 10.1.3.4/32 to any
17 pass in from 10.1.3.5/32 to any
18 pass in from 10.1.0.13/32 to any
19 pass in from 10.1.1.1/32 to any
20 pass i
[all...]
H A Dexample.56 pass in from 10.1.1.2 to 10.2.1.1
11 pass in proto tcp from 10.2.2.2/24 to 10.1.1.2/32 port = 6667
16 pass in proto udp from 10.2.2.2 port != 53 to localhost
25 pass in from any to any with ipopts
H A Dexample.95 pass in all with opt sec
10 pass out on le1 all with opt sec-class topsecret
12 pass in on le1 all with opt sec-class topsecret
H A Dexample.115 pass in proto tcp from 10.2.2.2/24 to 10.1.1.2/32 port = 6667
10 pass in proto udp from 10.2.2.2 port != 53 to localhost
20 pass in proto tcp/udp from any to any port 512 <> 515
25 pass in proto tcp/udp all
H A Dserver8 pass in quick on le0 from 128.1.40.0/24 to any
11 pass in quick on le1 from any to any
H A Dexample.139 pass in on le0 dup-to le1:10.3.3.3 proto tcp all flags S/SA
13 pass in on ppp0 fastroute proto udp all
17 pass in on le0 to le1:10.3.3.1 proto icmp all
H A Dexample.102 # pass ack packets (ie established connection)
4 pass in proto tcp from 10.1.0.0/16 port = 23 to 10.2.0.0/16 flags A/A
5 pass out proto tcp from 10.1.0.0/16 port = 23 to 10.2.0.0/16 flags A/A
/freebsd-10-stable/crypto/openssl/crypto/pkcs12/
H A Dp12_p8d.c64 PKCS8_PRIV_KEY_INFO *PKCS8_decrypt(X509_SIG *p8, const char *pass, argument
68 ASN1_ITEM_rptr(PKCS8_PRIV_KEY_INFO), pass,
H A Dp12_kiss.c66 static int parse_pk12(PKCS12 *p12, const char *pass, int passlen,
69 static int parse_bags(STACK_OF(PKCS12_SAFEBAG) *bags, const char *pass,
72 static int parse_bag(PKCS12_SAFEBAG *bag, const char *pass, int passlen,
82 int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert, argument
109 if (!pass || !*pass) {
111 pass = NULL;
113 pass = "";
118 } else if (!PKCS12_verify_mac(p12, pass, -1)) {
131 if (!parse_pk12(p12, pass,
180 parse_pk12(PKCS12 *p12, const char *pass, int passlen, EVP_PKEY **pkey, STACK_OF(X509) *ocerts) argument
226 parse_bag(PKCS12_SAFEBAG *bag, const char *pass, int passlen, EVP_PKEY **pkey, STACK_OF(X509) *ocerts) argument
[all...]
/freebsd-10-stable/usr.sbin/pw/tests/
H A Dcrypt.c35 char *salt, *pass, *hash; local
40 pass = argv[2];
42 hash = crypt(pass, salt);
/freebsd-10-stable/contrib/dialog/
H A Dargv.c36 int pass; local
40 for (pass = 0; pass < 2; ++pass) {
52 if (pass)
59 if (pass) {
67 if (pass) {
72 if (pass)
77 if (pass) {
83 if (!pass) {
[all...]
/freebsd-10-stable/share/examples/tests/tests/tap/
H A Dprintf_test.c72 pass(void) function
100 pass();
104 pass();
119 pass();
124 pass();
141 pass();
149 pass();
156 pass();
/freebsd-10-stable/contrib/gcc/
H A Dpasses.c83 #include "tree-pass.h"
300 /* The root of the compilation pass tree, once constructed. */
303 /* Iterate over the pass tree allocating dump file numbers. We want
304 to do this depth first, and independent of whether the pass is
308 register_one_dump_file (struct tree_opt_pass *pass, bool ipa, int properties)
317 if (pass->static_pass_number != -1)
318 sprintf (num, "%d", ((int) pass->static_pass_number < 0
319 ? 1 : pass->static_pass_number));
321 dot_name = concat (".", pass->name, num, NULL);
329 flag_name = concat (prefix, pass
307 register_one_dump_file(struct tree_opt_pass *pass, bool ipa, int properties) argument
337 register_dump_files_1(struct tree_opt_pass *pass, bool ipa, int properties) argument
371 register_dump_files(struct tree_opt_pass *pass, bool ipa, int properties) argument
382 next_pass_1(struct tree_opt_pass **list, struct tree_opt_pass *pass) argument
826 execute_one_pass(struct tree_opt_pass *pass) argument
928 execute_pass_list(struct tree_opt_pass *pass) argument
942 execute_ipa_pass_list(struct tree_opt_pass *pass) argument
[all...]
/freebsd-10-stable/tests/sys/mac/bsdextended/
H A Dmatches_test.sh14 pass() function
81 pass $desc
91 pass $desc
104 pass $desc
111 pass $desc
124 pass $desc
129 pass $desc
143 pass $desc
148 pass $desc
167 pass
[all...]
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DSpiller.h35 Spiller* createSpiller(MachineFunctionPass &pass,
41 Spiller *createInlineSpiller(MachineFunctionPass &pass,
/freebsd-10-stable/tools/regression/mac/mac_bsdextended/
H A Dtest_matches.sh14 pass() function
75 pass $desc
85 pass $desc
98 pass $desc
105 pass $desc
118 pass $desc
123 pass $desc
137 pass $desc
142 pass $desc
160 pass
[all...]
/freebsd-10-stable/contrib/apr-util/test/
H A Dtestpass.c124 const char *pass = "hellojed"; local
128 apr_sha1_base64(pass, strlen(pass), hash);
131 apr_password_validate(pass, hash));
138 const char *pass = "hellojed", *salt = "sardine"; local
142 apr_md5_encode(pass, salt, hash, sizeof hash);
145 apr_password_validate(pass, hash));
179 const char *pass = "hellojed"; local
187 apr_bcrypt_encode(pass, 5, salt, sizeof(salt), hash,
191 apr_password_validate(pass, has
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp40 ARCAssignChecker(MigrationPass &pass) : Pass(pass) { } argument
75 void trans::makeAssignARCSafe(MigrationPass &pass) { argument
76 ARCAssignChecker assignCheck(pass);
77 assignCheck.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
H A DTransUnusedInitDelegate.cpp41 UnusedInitRewriter(MigrationPass &pass) argument
42 : Body(0), Pass(pass) { }
75 void trans::rewriteUnusedInitDelegate(MigrationPass &pass) { argument
76 BodyTransform<UnusedInitRewriter> trans(pass);
77 trans.TraverseDecl(pass.Ctx.getTranslationUnitDecl());
/freebsd-10-stable/contrib/ncurses/include/
H A DMKkey_defs.sh45 trap 'rm -f $data pass[1234]_$$' 0 1 2 5 15
77 for pass in 1 2 3 4
80 output=pass${pass}_$$
110 pass='$pass';
127 if (pass == 1 || pass == 2)
131 if (pass == 3)
137 if (pass
[all...]
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Docteon-model.c128 * - X.X = Chip pass number
150 char pass[4]; local
201 /* Assume pass number is encoded using <5:3><2:0>. Exceptions will be
203 sprintf(pass, "%d.%d", (int)((chip_id>>3)&7)+1, (int)chip_id&7);
244 /* This series of chips didn't follow the standard pass numbering */
247 case 0: strcpy(pass, "1.X"); break;
248 case 1: strcpy(pass, "2.X"); break;
249 case 3: strcpy(pass, "3.X"); break;
250 default:strcpy(pass, "X.X"); break;
258 /* This series of chips didn't follow the standard pass numberin
[all...]
/freebsd-10-stable/etc/
H A Drc.firewall85 ${fwcmd} add 100 pass all from any to any via lo0
103 ${fwcmd} add pass ipv6-icmp from :: to ff02::/16
105 ${fwcmd} add pass ipv6-icmp from fe80::/10 to fe80::/10
106 ${fwcmd} add pass ipv6-icmp from fe80::/10 to ff02::/16
109 ${fwcmd} add pass ipv6-icmp from any to any icmp6types 1
112 ${fwcmd} add pass ipv6-icmp from any to any icmp6types 2,135,136
184 # ${fwcmd} add 65000 pass all from any to any
191 ${fwcmd} add 65000 pass all from any to any
209 ${fwcmd} add pass all from ${net} to 255.255.255.255
212 ${fwcmd} add pass al
[all...]
/freebsd-10-stable/crypto/heimdal/kadmin/
H A Drandom_password.c65 char *pass;
66 generate_password(&pass, 3,
70 strlcpy(pw, pass, len);
71 memset(pass, 0, strlen(pass));
72 free(pass);
/freebsd-10-stable/crypto/openssh/regress/
H A Dsftp-batch.sh10 cat << EOF > ${BATCH}.pass.1
17 cat << EOF > ${BATCH}.pass.2
38 ${SFTP} -b ${BATCH}.pass.1 -D ${SFTPSERVER} >/dev/null 2>&1 \
46 ${SFTP} -b ${BATCH}.pass.2 -D ${SFTPSERVER} >/dev/null 2>&1 \
/freebsd-10-stable/sbin/natd/samples/
H A Dnatd.test11 ipfw add pass ip from any to any

Completed in 230 milliseconds

1234567891011>>