Searched refs:sha512 (Results 1 - 9 of 9) sorted by relevance

/bind-9.11.3/bin/tests/system/tsig/ns1/
H A Dnamed.conf50 key "sha512" {
52 algorithm hmac-sha512;
80 key "sha512-trunc" {
82 algorithm hmac-sha512-256;
/bind-9.11.3/bin/tests/system/tsig/
H A Dtests.sh22 sha512="jI/Pa4qRu96t76Pns5Z/Ndxbn3QCkwcxLOgt9vgvnJw5wqTRvNyk3FtD6yIMd1dWVlqZ+Y4fe6Uasc0ckctEmg=="
80 echo "I:fetching using hmac-sha512"
83 -y "hmac-sha512:sha512:$sha512" @10.53.0.1 soa -p 5300 > dig.out.sha512 || ret=1
84 grep -i "sha512.*TSIG.*NOERROR" dig.out.sha512 > /dev/null || ret=1
139 echo "I:fetching using hmac-sha512-256 (trunc)"
142 -y "hmac-sha512
[all...]
/bind-9.11.3/bin/tests/system/nsupdate/
H A Dsetup.sh55 $DDNSCONFGEN -q -r $RANDFILE -a hmac-sha512 -k sha512-key -z keytests.nil > ns1/sha512.key
H A Dclean.sh23 rm -f ns1/sha512.key ns1/ddns.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.sh39 make_key 6 hmac-sha512
/bind-9.11.3/bin/tests/system/nsupdate/ns1/
H A Dnamed.conf107 include "sha512.key";
118 grant sha512-key name sha512.keytests.nil. ANY;
/bind-9.11.3/lib/isc/tests/
H A Dhash_test.c627 isc_sha512_t sha512; local
749 isc_sha512_init(&sha512);
751 isc_sha512_update(&sha512,
755 isc_sha512_final(digest, &sha512);
/bind-9.11.3/bin/tests/hashes/
H A Dt_hashes.c59 unsigned char sha512[ISC_SHA512_DIGESTLENGTH]; member in union:__anon33

Completed in 21 milliseconds