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

/bind-9.6-ESV-R11/bin/tests/system/tsig/
H A Dtests.sh30 sha512="jI/Pa4qRu96t76Pns5Z/Ndxbn3QCkwcxLOgt9vgvnJw5wqTRvNyk3FtD6yIMd1dWVlqZ+Y4fe6Uasc0ckctEmg=="
88 echo "I:fetching using hmac-sha512"
91 -y "hmac-sha512:sha512:$sha512" @10.53.0.1 soa -p 5300 > dig.out.sha512 || ret=1
92 grep -i "sha512.*TSIG.*NOERROR" dig.out.sha512 > /dev/null || ret=1
147 echo "I:fetching using hmac-sha512-256 (trunc)"
150 -y "hmac-sha512
[all...]
/bind-9.6-ESV-R11/bin/tests/system/tsig/ns1/
H A Dnamed.conf58 key "sha512" {
60 algorithm hmac-sha512;
88 key "sha512-trunc" {
90 algorithm hmac-sha512-256;
/bind-9.6-ESV-R11/lib/isc/tests/
H A Dhash_test.c636 isc_sha512_t sha512; local
757 isc_sha512_init(&sha512);
759 isc_sha512_update(&sha512,
763 isc_sha512_final(digest, &sha512);
/bind-9.6-ESV-R11/bin/tests/hashes/
H A Dt_hashes.c63 unsigned char sha512[ISC_SHA512_DIGESTLENGTH]; member in union:__anon22

Completed in 22 milliseconds