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

/freebsd-11.0-release/sbin/md5/
H A DMakefile10 ${BINDIR}/md5 ${BINDIR}/sha384 \
20 md5.1 sha384.1 \
H A Dmd5.c31 #include <sha384.h>
91 SHA384_CTX sha384; member in union:__anon7058
116 { "sha384", "SHA384", &SHA384_TestOutput, (DIGEST_Init*)&SHA384_Init,
/freebsd-11.0-release/sys/opencrypto/
H A Dxform.h37 #include <crypto/sha2/sha384.h>
H A Dxform_auth.h40 #include <crypto/sha2/sha384.h>
H A Dxform_sha2.c54 #include <crypto/sha2/sha384.h>
/freebsd-11.0-release/secure/usr.bin/openssl/
H A DMakefile.man55 MLINKS+= dgst.1 sha384.1
/freebsd-11.0-release/lib/libmd/
H A DMakefile15 INCS= md4.h md5.h ripemd.h sha.h sha256.h sha384.h sha512.h sha512t.h \
44 MLINKS+=sha512.3 SHA384_Data.3 sha512.3 sha384.3
69 sha256.ref sha256hl.c sha384hl.c sha384.ref \
129 sed -e 's/mdX/sha384/g' -e 's/MDX/SHA384_/g' \
239 sha384.ref:
340 test: md4.ref md5.ref sha0.ref rmd160.ref sha1.ref sha256.ref sha384.ref \
365 ./shadriver | cmp sha384.ref -
/freebsd-11.0-release/tests/sys/geom/class/eli/
H A Dinit_a_test.sh28 for aalgo in hmac/md5 hmac/sha1 hmac/ripemd160 hmac/sha256 hmac/sha384 hmac/sha512; do
H A Donetime_a_test.sh27 for aalgo in hmac/md5 hmac/sha1 hmac/ripemd160 hmac/sha256 hmac/sha384 hmac/sha512; do
H A Dintegrity_data_test.sh29 for aalgo in hmac/md5 hmac/sha1 hmac/ripemd160 hmac/sha256 hmac/sha384 hmac/sha512; do
H A Dintegrity_hmac_test.sh29 for aalgo in hmac/md5 hmac/sha1 hmac/ripemd160 hmac/sha256 hmac/sha384 hmac/sha512; do
H A Dintegrity_copy_test.sh29 for aalgo in hmac/md5 hmac/sha1 hmac/ripemd160 hmac/sha256 hmac/sha384 hmac/sha512; do
/freebsd-11.0-release/contrib/ntp/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);

Completed in 125 milliseconds