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

/bind-9.6-ESV-R11/bin/tests/system/tsig/
H A Dtests.sh29 sha384="OaDdoAk2LAcLtYeUnsT7A9XHjsb6ZEma7OCvUpMraQIJX6HetGrlKmF7yglO1G2h"
79 echo "I:fetching using hmac-sha384"
82 -y "hmac-sha384:sha384:$sha384" @10.53.0.1 soa -p 5300 > dig.out.sha384 || ret=1
83 grep -i "sha384.*TSIG.*NOERROR" dig.out.sha384 > /dev/null || ret=1
138 echo "I:fetching using hmac-sha384 (trunc)"
141 -y "hmac-sha384
[all...]
/bind-9.6-ESV-R11/bin/tests/system/tsig/ns1/
H A Dnamed.conf53 key "sha384" {
55 algorithm hmac-sha384;
83 key "sha384-trunc" {
85 algorithm hmac-sha384-192;
/bind-9.6-ESV-R11/lib/isc/tests/
H A Dhash_test.c490 isc_sha384_t sha384; local
610 isc_sha384_init(&sha384);
612 isc_sha384_update(&sha384,
616 isc_sha384_final(digest, &sha384);
/bind-9.6-ESV-R11/bin/tests/hashes/
H A Dt_hashes.c62 unsigned char sha384[ISC_SHA384_DIGESTLENGTH]; member in union:__anon22

Completed in 1924 milliseconds