Searched refs:sha1 (Results 1 - 25 of 31) sorted by relevance

12

/bind-9.11.3/lib/isc/include/isc/
H A Diterated_hash.h15 #include <isc/sha1.h>
H A Dhmacsha.h21 #include <isc/sha1.h>
/bind-9.11.3/lib/isc/
H A Diterated_hash.c15 #include <isc/sha1.h>
H A Dentropy.c37 #include <isc/sha1.h>
H A Dsha1.c11 /* $NetBSD: sha1.c,v 1.5 2000/01/22 22:19:14 mycroft Exp $ */
12 /* $OpenBSD: sha1.c,v 1.9 1997/07/23 21:12:32 kstailey Exp $ */
34 #include <isc/sha1.h>
/bind-9.11.3/lib/dns/
H A Dds.c19 #include <isc/sha1.h>
47 isc_sha1_t sha1; local
69 isc_sha1_init(&sha1);
71 isc_sha1_update(&sha1, r.base, r.length);
74 isc_sha1_update(&sha1, r.base, r.length);
75 isc_sha1_final(&sha1, digest);
H A Ddst_internal.h36 #include <isc/sha1.h>
H A Dopenssldsa_link.c39 #include <isc/sha1.h>
H A Dpkcs11dsa_link.c22 #include <isc/sha1.h>
/bind-9.11.3/bin/tests/system/cookie/
H A Dbad-cookie-badsha1.conf10 cookie-algorithm sha1;
H A Dgood-cookie-sha1.conf10 cookie-algorithm sha1;
/bind-9.11.3/bin/tests/system/tsig/ns1/
H A Dnamed.conf30 key "sha1" {
32 algorithm hmac-sha1;
60 key "sha1-trunc" {
62 algorithm hmac-sha1-80;
/bind-9.11.3/bin/tests/
H A Dhash_test.c20 #include <isc/sha1.h>
44 isc_sha1_t sha1; local
64 isc_sha1_init(&sha1);
66 isc_sha1_update(&sha1, buffer, strlen(s));
67 isc_sha1_final(&sha1, digest);
68 print_digest(s, "sha1", digest, ISC_SHA1_DIGESTLENGTH/4);
71 isc_sha1_init(&sha1);
73 isc_sha1_update(&sha1, buffer, strlen(s));
74 isc_sha1_final(&sha1, digest);
75 print_digest(s, "sha1", diges
[all...]
/bind-9.11.3/bin/tests/system/tsig/
H A Dtests.sh18 sha1="FrSt77yPTFx6hTs4i2tKLB9LmE0="
44 echo "I:fetching using hmac-sha1"
47 -y "hmac-sha1:sha1:$sha1" @10.53.0.1 soa -p 5300 > dig.out.sha1 || ret=1
48 grep -i "sha1.*TSIG.*NOERROR" dig.out.sha1 > /dev/null || ret=1
103 echo "I:fetching using hmac-sha1 (trunc)"
106 -y "hmac-sha1
[all...]
/bind-9.11.3/bin/tests/system/nsupdate/
H A Dsetup.sh51 $DDNSCONFGEN -q -r $RANDFILE -a hmac-sha1 -k sha1-key -z keytests.nil > ns1/sha1.key
H A Dclean.sh22 rm -f ns1/md5.key ns1/sha1.key ns1/sha224.key ns1/sha256.key ns1/sha384.key
H A Dtests.sh586 for alg in md5 sha1 sha224 sha256 sha384 sha512; do
594 for alg in md5 sha1 sha224 sha256 sha384 sha512; do
/bind-9.11.3/bin/tests/system/rndc/
H A Dsetup.sh35 make_key 2 hmac-sha1
/bind-9.11.3/bin/tests/system/nsupdate/ns1/
H A Dnamed.conf103 include "sha1.key";
114 grant sha1-key name sha1.keytests.nil. ANY;
/bind-9.11.3/lib/isc/tests/
H A Dhash_test.c24 #include <isc/sha1.h>
84 atf_tc_set_md_var(tc, "descr", "sha1 examples from RFC4634");
87 isc_sha1_t sha1; local
197 isc_sha1_init(&sha1);
199 isc_sha1_update(&sha1,
203 isc_sha1_final(&sha1, digest);
/bind-9.11.3/bin/tests/hashes/
H A Dt_hashes.c23 #include <isc/sha1.h>
55 unsigned char sha1[ISC_SHA1_DIGESTLENGTH]; member in union:__anon33
319 isc_sha1_t sha1; member in union:__anon35
/bind-9.11.3/lib/dns/rdata/generic/
H A Dcds_59.c16 #include <isc/sha1.h>
H A Ddlv_32769.c18 #include <isc/sha1.h>
H A Dds_43.c19 #include <isc/sha1.h>
/bind-9.11.3/bin/tools/
H A Disc-hmac-fixup.c19 #include <isc/sha1.h>
71 if (!strcasecmp(argv[1], "sha1") ||
72 !strcasecmp(argv[1], "hmac-sha1")) {

Completed in 43 milliseconds

12