Searched refs:sha224 (Results 1 - 10 of 10) sorted by relevance
/bind-9.11.3/bin/tests/system/tsig/ns1/ |
H A D | named.conf | 35 key "sha224" { 37 algorithm hmac-sha224; 65 key "sha224-trunc" { 67 algorithm hmac-sha224-112;
|
/bind-9.11.3/bin/tests/ |
H A D | hash_test.c | 45 isc_sha224_t sha224; local 78 isc_sha224_init(&sha224); 80 isc_sha224_update(&sha224, buffer, strlen(s)); 81 isc_sha224_final(digest, &sha224); 82 print_digest(s, "sha224", digest, ISC_SHA224_DIGESTLENGTH/4); 85 isc_sha224_init(&sha224); 87 isc_sha224_update(&sha224, buffer, strlen(s)); 88 isc_sha224_final(digest, &sha224); 89 print_digest(s, "sha224", digest, ISC_SHA224_DIGESTLENGTH/4);
|
/bind-9.11.3/bin/tests/system/tsig/ |
H A D | tests.sh | 19 sha224="hXfwwwiag2QGqblopofai9NuW28q/1rH4CaTnA==" 53 echo "I:fetching using hmac-sha224" 56 -y "hmac-sha224:sha224:$sha224" @10.53.0.1 soa -p 5300 > dig.out.sha224 || ret=1 57 grep -i "sha224.*TSIG.*NOERROR" dig.out.sha224 > /dev/null || ret=1 112 echo "I:fetching using hmac-sha224 (trunc)" 115 -y "hmac-sha224 [all...] |
/bind-9.11.3/bin/tests/system/nsupdate/ |
H A D | setup.sh | 52 $DDNSCONFGEN -q -r $RANDFILE -a hmac-sha224 -k sha224-key -z keytests.nil > ns1/sha224.key
|
H A D | clean.sh | 22 rm -f ns1/md5.key ns1/sha1.key ns1/sha224.key ns1/sha256.key ns1/sha384.key
|
H A D | tests.sh | 586 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 D | setup.sh | 36 make_key 3 hmac-sha224
|
/bind-9.11.3/bin/tests/system/nsupdate/ns1/ |
H A D | named.conf | 104 include "sha224.key"; 115 grant sha224-key name sha224.keytests.nil. ANY;
|
/bind-9.11.3/lib/isc/tests/ |
H A D | hash_test.c | 213 atf_tc_set_md_var(tc, "descr", "sha224 examples from RFC4634"); 216 isc_sha224_t sha224; local 324 isc_sha224_init(&sha224); 326 isc_sha224_update(&sha224, 330 isc_sha224_final(digest, &sha224); 335 * isc_sha224_final(&sha224, digest); 346 atf_tc_set_md_var(tc, "descr", "sha224 examples from RFC4634"); 467 * isc_sha224_final(&sha224, digest); 478 atf_tc_set_md_var(tc, "descr", "sha224 examples from RFC4634"); 613 * isc_sha224_final(&sha224, diges [all...] |
/bind-9.11.3/bin/tests/hashes/ |
H A D | t_hashes.c | 56 unsigned char sha224[ISC_SHA224_DIGESTLENGTH]; member in union:__anon33
|
Completed in 18 milliseconds