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

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Diterated_hash.h23 #include <isc/sha1.h>
H A Dhmacsha.h28 #include <isc/sha1.h>
/bind-9.6-ESV-R11/lib/dns/
H A Dds.c28 #include <isc/sha1.h>
67 isc_sha1_t sha1; local
68 isc_sha1_init(&sha1);
70 isc_sha1_update(&sha1, r.base, r.length);
73 isc_sha1_update(&sha1, r.base, r.length);
74 isc_sha1_final(&sha1, digest);
H A Ddst_internal.h45 #include <isc/sha1.h>
H A Dopenssldsa_link.c45 #include <isc/sha1.h>
H A Dopensslrsa_link.c35 #include <isc/sha1.h>
H A Dhmac_link.c43 #include <isc/sha1.h>
/bind-9.6-ESV-R11/lib/isc/
H A Diterated_hash.c23 #include <isc/sha1.h>
H A Dhmacsha.c30 #include <isc/sha1.h>
40 * Start HMAC-SHA1 process. Initialize an sha1 context and digest the key.
H A Dentropy.c44 #include <isc/sha1.h>
H A Dsha1.c20 /* $NetBSD: sha1.c,v 1.5 2000/01/22 22:19:14 mycroft Exp $ */
21 /* $OpenBSD: sha1.c,v 1.9 1997/07/23 21:12:32 kstailey Exp $ */
41 #include <isc/sha1.h>
/bind-9.6-ESV-R11/bin/tests/system/tsig/
H A Dtests.sh26 sha1="FrSt77yPTFx6hTs4i2tKLB9LmE0="
52 echo "I:fetching using hmac-sha1"
55 -y "hmac-sha1:sha1:$sha1" @10.53.0.1 soa -p 5300 > dig.out.sha1 || ret=1
56 grep -i "sha1.*TSIG.*NOERROR" dig.out.sha1 > /dev/null || ret=1
111 echo "I:fetching using hmac-sha1 (trunc)"
114 -y "hmac-sha1
[all...]
/bind-9.6-ESV-R11/bin/tests/
H A Dhash_test.c29 #include <isc/sha1.h>
50 isc_sha1_t sha1; local
68 isc_sha1_init(&sha1);
70 isc_sha1_update(&sha1, buffer, strlen(s));
71 isc_sha1_final(&sha1, digest);
72 print_digest(s, "sha1", digest, ISC_SHA1_DIGESTLENGTH/4);
75 isc_sha1_init(&sha1);
77 isc_sha1_update(&sha1, buffer, strlen(s));
78 isc_sha1_final(&sha1, digest);
79 print_digest(s, "sha1", diges
[all...]
/bind-9.6-ESV-R11/bin/tests/system/tsig/ns1/
H A Dnamed.conf38 key "sha1" {
40 algorithm hmac-sha1;
68 key "sha1-trunc" {
70 algorithm hmac-sha1-80;
/bind-9.6-ESV-R11/lib/isc/tests/
H A Dhash_test.c31 #include <isc/sha1.h>
93 atf_tc_set_md_var(tc, "descr", "sha1 examples from RFC4634");
96 isc_sha1_t sha1; local
205 isc_sha1_init(&sha1);
207 isc_sha1_update(&sha1,
211 isc_sha1_final(&sha1, digest);
/bind-9.6-ESV-R11/bin/tests/hashes/
H A Dt_hashes.c31 #include <isc/sha1.h>
59 unsigned char sha1[ISC_SHA1_DIGESTLENGTH]; member in union:__anon22
319 isc_sha1_t sha1; member in union:__anon24
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Ddlv_32769.c26 #include <isc/sha1.h>
H A Dds_43.c28 #include <isc/sha1.h>
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dlibisc.mak174 -@erase "$(INTDIR)\sha1.obj"
276 "$(INTDIR)\sha1.obj" \
423 -@erase "$(INTDIR)\sha1.obj"
424 -@erase "$(INTDIR)\sha1.sbr"
542 "$(INTDIR)\sha1.sbr" \
629 "$(INTDIR)\sha1.obj" \
1848 SOURCE=..\sha1.c
1853 "$(INTDIR)\sha1.obj" : $(SOURCE) "$(INTDIR)"
1860 "$(INTDIR)\sha1.obj" "$(INTDIR)\sha1
[all...]

Completed in 48 milliseconds