Searched refs:in (Results 1 - 25 of 329) sorted by relevance

1234567891011>>

/bind-9.6-ESV-R11/contrib/zkt/examples/flat/
H A Dzone.conf2 zone "example.NET." in {
7 zone "sub.example.NET." in {
H A Dnamed.conf84 zone "." in {
89 zone "localhost" in {
94 zone "0.0.127.in-addr.ARPA" in {
101 zone "example.NET." in {
107 zone "sub.example.NET." in {
/bind-9.6-ESV-R11/contrib/zkt/examples/hierarchical/
H A Dzone.conf2 zone "example.de." in {
7 zone "sub.example.de." in {
/bind-9.6-ESV-R11/bin/tests/system/glue/
H A Dsetup.sh8 # copyright notice and this permission notice appear in all copies.
20 cd ns1 && cp -f cache.in cache
/bind-9.6-ESV-R11/unit/atf-src/test-programs/
H A Dcommon.sh7 # Redistribution and use in source and binary forms, with or without
12 # 2. Redistributions in binary form must reproduce the above copyright
13 # notice, this list of conditions and the following disclaimer in the
38 for h_name in "${@}"; do
/bind-9.6-ESV-R11/bin/tests/system/checknames/
H A Dsetup.sh5 # copyright notice and this permission notice appear in all copies.
17 cp ns1/ignore.example.db.in ns1/ignore.example.db
18 cp ns1/warn.example.db.in ns1/warn.example.db
19 cp ns1/fail.example.db.in ns1/fail.example.db
21 cp ns1/ignore.update.db.in ns1/ignore.update.db
22 cp ns1/warn.update.db.in ns1/warn.update.db
23 cp ns1/fail.update.db.in ns1/fail.update.db
/bind-9.6-ESV-R11/lib/isc/
H A Dmd5.c7 * copyright notice and this permission notice appear in all copies.
23 * written by Colin Plumb in 1993, no copyright is claimed.
24 * This code is in the public domain; do with it what you wish.
87 /*! This is the central step in the MD5 algorithm. */
88 #define MD5STEP(f,w,x,y,z,in,s) \
89 (w += f(x,y,z) + in, w = (w<<s | w>>(32-s)) + x)
97 transform(isc_uint32_t buf[4], isc_uint32_t const in[16]) { argument
105 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
106 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
107 MD5STEP(F1, c, d, a, b, in[
[all...]
H A Diterated_hash.c6 * copyright notice and this permission notice appear in all copies.
30 const unsigned char *in, int inlength)
40 isc_sha1_update(&ctx, in, inlength);
43 in = out;
27 isc_iterated_hash(unsigned char out[ISC_SHA1_DIGESTLENGTH], unsigned int hashalg, int iterations, const unsigned char *salt, int saltlength, const unsigned char *in, int inlength) argument
/bind-9.6-ESV-R11/bin/tests/system/resolver/
H A Dsetup.sh7 # copyright notice and this permission notice appear in all copies.
22 cp ns6/to-be-removed.tld.db.in ns6/to-be-removed.tld.db
23 cp ns7/server.db.in ns7/server.db
/bind-9.6-ESV-R11/bin/tests/system/masterformat/
H A Dtests.sh7 # copyright notice and this permission notice appear in all copies.
24 echo "I:checking that master file in the raw format worked"
26 for server in 1 2
28 for name in ns mx a aaaa cname dname txt rrsig nsec dnskey ds
38 for i in 0 1 2 3 4 5 6 7 8 9
41 for a in a b c
/bind-9.6-ESV-R11/contrib/named-bootconf/
H A Dnamed-bootconf.sh8 # copyright notice and this permission notice appear in all copies.
28 # Redistribution and use in source and binary forms, with or without
33 # 2. Redistributions in binary form must reproduce the above copyright
34 # notice, this list of conditions and the following disclaimer in the
68 case $CMD in
102 for ARG in $ARGS; do
120 case $1 in
121 datasize | files | transfers-in | transfers-per-ns )
132 for ARG in $ARGS; do
133 case $ARG in
[all...]
/bind-9.6-ESV-R11/bin/tests/system/lwresd/
H A Dtests.sh8 # copyright notice and this permission notice appear in all copies.
25 for i in 0 1 2 3 4 5 6 7 8 9
28 for zone in . example1 e.example1 example2 10.10.10.in-addr.arpa \
43 for i in 0 1 2 3 4 5 6 7 8 9
62 for i in 0 1 2 3 4 5 6 7 8 9
/bind-9.6-ESV-R11/bin/tests/hashes/
H A Dt_hashes.c6 * copyright notice and this permission notice appear in all copies.
277 ck(const char *name, const IN *in, const OUT *out) argument
284 str_name = in->name != NULL ? in->name : (const char *)in->str;
315 IN *in, OUT *out)
324 update(&ctx, in->str, in->str_len);
327 ck(hname, in, out);
336 t_sha224(IN *in, OU argument
314 t_hash(const char *hname, HASH_INIT init, UPDATE update, FINAL final, IN *in, OUT *out) argument
351 t_hashes(IN *in, OUT *out_sha1, OUT *out_sha224, OUT *out_md5) argument
366 t_md5hmac(IN *in, OUT *out) argument
380 t_hmac(const char *hname, HMAC_INIT init, UPDATE update, SIGN sign, IN *in, OUT *out) argument
403 t_hmacs(IN *in, OUT *out_sha1, OUT *out_sha224, OUT *out_sha256, OUT *out_sha384, OUT *out_sha512) argument
[all...]
/bind-9.6-ESV-R11/make/
H A Dmkdep.in16 ## Redistribution and use in source and binary forms, with or without
21 ## 2. Redistributions in binary form must reproduce the above copyright
22 ## notice, this list of conditions and the following disclaimer in the
43 ## copyright notice and this permission notice appear in all copies, and that
44 ## the name of Digital Equipment Corporation not be used in advertising or
66 do case "$1" in
119 for arg in $* ; do
120 case "$arg" in
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dmkinstalldirs20 case "$pathcomp" in
/bind-9.6-ESV-R11/
H A Dmkinstalldirs20 case "$pathcomp" in
/bind-9.6-ESV-R11/unit/atf-src/doc/
H A DMakefile.am.inc7 # Redistribution and use in source and binary forms, with or without
12 # 2. Redistributions in binary form must reproduce the above copyright
13 # notice, this list of conditions and the following disclaimer in the
37 EXTRA_DIST += doc/atf.7.in
41 doc/atf.7: $(srcdir)/doc/atf.7.in
45 <$(srcdir)/doc/atf.7.in >doc/atf.7.tmp
/bind-9.6-ESV-R11/bin/tests/system/pending/ns2/
H A Dsign.sh7 # copyright notice and this permission notice appear in all copies.
24 for domain in example example.com; do
26 infile=${domain}.db.in
/bind-9.6-ESV-R11/contrib/dane/
H A Dmkdane.sh6 # copyright notice and this permission notice appear in all copies.
18 # other DANE types such as SMIMEA in the future.
44 case $c in
70 case "$CU" in
79 case "$SELECTOR" in
86 case "$MTYPE" in
93 case "$FORM" in
99 case "$RRTYPE" in
111 openssl x509 -in "$IN" -inform "$FORM" -outform DER
113 openssl x509 -in "
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Didnslookup.in2 # $Id: idnslookup.in,v 1.1 2003/06/04 00:27:10 marka Exp $
16 # modified or derived work) in source and/or binary forms is permitted
20 # appear in each source code file, this License Terms and Conditions.
22 # 3. Redistribution in binary form must reproduce the Copyright Notice,
23 # this License Terms and Conditions, in the documentation and/or other
61 case "$1" in
81 for I in `echo $PATH | sed -e 's/:/ /g'` ; do
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Diterated_hash.h6 * copyright notice and this permission notice appear in all copies.
32 * The maximum has that can be encoded in a single label using
42 const unsigned char *in, int inlength);
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dmissing14 # This program is distributed in the hope that it will be useful,
36 # In the cases where this matters, 'missing' is being run in the
41 configure_ac=configure.in
46 case $1 in
78 autoheader touch file 'config.h.in'
80 automake touch all 'Makefile.in' files
118 case $1 in
138 case $program in
166 for f in $files; do
167 case $f in
[all...]
H A Dcompile14 # This program is distributed in the hope that it will be useful,
27 # This file is maintained in Automake, please report
34 # We need space, tab and new line, in precisely that order. Quoting is
41 # Convert a $build file to $host form and store it in $file
43 # type is listed in (the comma separated) LAZY, no conversion will
48 case $file in
52 case `uname -s` in
64 case $file_conv/,$2, in
82 # Make cl look for libraries in LINKDIR
102 for dir in
[all...]
/bind-9.6-ESV-R11/contrib/zkt/examples/views/
H A Dnamed.conf50 # allow-query { localhost; }; /* default in 9.4.0 */
51 # allow-query-cache { localhost; }; /* default in 9.4.0 */
66 zone "." in {
71 zone "0.0.127.in-addr.arpa" in {
76 zone "example.net" in {
88 zone "." in {
93 zone "example.net" in {
/bind-9.6-ESV-R11/bin/tests/system/unknown/
H A Dtests.sh8 # copyright notice and this permission notice appear in all copies.
28 for i in 1 2 3 4 5 6 7 8 9 10 11 12
31 $DIG +short $DIGOPTS @10.53.0.1 a$i.example a in > dig.out || ret=1
41 for i in 1 2 3 4 5 6 7
44 $DIG +short $DIGOPTS @10.53.0.1 txt$i.example txt in > dig.out || ret=1
54 for i in 1 2 3
57 $DIG +short $DIGOPTS @10.53.0.1 unk$i.example type123 in > dig.out || ret=1
68 $DIG +short $DIGOPTS @10.53.0.1 null.example null in > dig.out || ret=1
75 $DIG +short $DIGOPTS @10.53.0.1 empty.example null in > dig.out || ret=1
81 for i in
[all...]

Completed in 5451 milliseconds

1234567891011>>