Searched refs:sha512 (Results 1 - 25 of 42) sorted by path

12

/freebsd-11-stable/contrib/ntp/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);
/freebsd-11-stable/crypto/openssl/apps/
H A Dspeed.c258 "evp", "sha256", "sha512", "whirlpool",
407 unsigned char sha512[SHA512_DIGEST_LENGTH]; local
824 if (strcmp(*argv, "sha512") == 0)
1093 BIO_printf(bio_err, "sha512 ");
1657 SHA512(buf, lengths[j], sha512);
/freebsd-11-stable/crypto/openssl/crypto/sha/
H A DMakefile25 LIBSRC=sha_dgst.c sha1dgst.c sha_one.c sha1_one.c sha256.c sha512.c
26 LIBOBJ=sha_dgst.o sha1dgst.o sha_one.o sha1_one.o sha256.o sha512.o $(SHA1_ASM_OBJ)
49 sha512-586.s: asm/sha512-586.pl ../perlasm/x86asm.pl
50 $(PERL) asm/sha512-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
54 sha256-ia64.s: asm/sha512-ia64.pl
55 (cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS))
56 sha512-ia64.s: asm/sha512-ia64.pl
57 (cd asm; $(PERL) sha512
[all...]
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl187 { .mmi; ld1 X[15]=[input],$SZ // eliminated in sha512
204 // in sha512 case I load whole X[16] at once and take care of alignment...
494 mux2 H=X[15],0x44 } // mov H=X[15] in sha512
495 { .mib; (p16) add r9=1-$SZ,input // not used in sha512
566 mux2 H=X[15],0x44 } // mov H=X[15] in sha512
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_cbc.c355 SHA512_CTX *sha512 = ctx; local
359 l2n8(sha512->h[i], md_out);
/freebsd-11-stable/crypto/openssl/util/
H A Dmk1mf.pl1026 ($s=~s/sha256/sha512/ and -f $s) or
/freebsd-11-stable/crypto/openssl/util/pl/
H A Dunix.pl108 $(TMP_D)/sha256-x86_64.s: crypto/sha/asm/sha512-x86_64.pl
109 $(PERL) crypto/sha/asm/sha512-x86_64.pl $(PERLASM_SCHEME) $@
112 elsif ($target eq '$(OBJ_D)/sha512-x86_64.o')
115 $(TMP_D)/sha512-x86_64.s: crypto/sha/asm/sha512-x86_64.pl
116 $(PERL) crypto/sha/asm/sha512-x86_64.pl $(PERLASM_SCHEME) $@
119 elsif ($target eq '$(OBJ_D)/sha512-x86_64.o')
122 $(TMP_D)/sha512-x86_64.s: crypto/sha/asm/sha512-x86_64.pl
123 $(PERL) crypto/sha/asm/sha512
[all...]
/freebsd-11-stable/lib/libcrypt/
H A DMakefile18 crypt-sha512.c sha512c.c
H A Dcrypt-sha512.c38 #include <sha512.h>
/freebsd-11-stable/lib/libmd/
H A DMakefile15 INCS= md4.h md5.h ripemd.h sha.h sha256.h sha384.h sha512.h sha512t.h \
20 MAN+= md4.3 md5.3 ripemd.3 sha.3 sha256.3 sha512.3 skein.3
41 MLINKS+=sha512.3 SHA384_Init.3 sha512.3 SHA384_Update.3
42 MLINKS+=sha512.3 SHA384_Final.3 sha512.3 SHA384_End.3
43 MLINKS+=sha512.3 SHA384_File.3 sha512.3 SHA384_FileChunk.3
44 MLINKS+=sha512.3 SHA384_Data.3 sha512
[all...]
/freebsd-11-stable/lib/libnetbsd/
H A Dsha2.h38 #include <sha512.h>
/freebsd-11-stable/sbin/gbde/
H A Dgbde.c89 #include <crypto/sha2/sha512.h>
/freebsd-11-stable/sbin/md5/
H A DMakefile11 ${BINDIR}/md5 ${BINDIR}/sha512 \
21 md5.1 sha512.1 \
H A Dmd5.c32 #include <sha512.h>
92 SHA512_CTX sha512; member in union:__anon4811
119 { "sha512", "SHA512", &SHA512_TestOutput, (DIGEST_Init*)&SHA512_Init,
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile335 SRCS+= sha1_one.c sha1dgst.c sha256.c sha512.c sha_dgst.c sha_one.c
337 SRCS+= sha1-armv8.S sha256-armv8.S sha512-armv8.S
340 sha512-x86_64.S
342 SRCS+= sha1-armv4-large.S sha256-armv4.S sha512-armv4.S
344 SRCS+= sha1-586.S sha256-586.S sha512-586.S
H A DMakefile.asm25 SRCS+= sha1-armv8.pl sha512-armv8.pl
34 sha256-armv8.S: sha512-armv8.pl
92 SHA_ASM= sha256-x86_64 sha512-x86_64
93 SHA_SRC= sha512-x86_64.pl
138 SRCS+= sha1-armv4-large.pl sha256-armv4.pl sha512-armv4.pl
207 SRCS+= sha1-586.pl sha256-586.pl sha512-586.pl
/freebsd-11-stable/secure/usr.bin/openssl/
H A DMakefile.man66 MLINKS+= dgst.1 sha512.1
/freebsd-11-stable/sys/geom/bde/
H A Dg_bde.c47 #include <crypto/sha2/sha512.h>
H A Dg_bde_crypt.c50 #include <crypto/sha2/sha512.h>
H A Dg_bde_lock.c61 #include <crypto/sha2/sha512.h>
H A Dg_bde_work.c74 #include <crypto/sha2/sha512.h>
/freebsd-11-stable/sys/opencrypto/
H A Dxform.h38 #include <crypto/sha2/sha512.h>
H A Dxform_auth.h41 #include <crypto/sha2/sha512.h>
H A Dxform_sha2.c55 #include <crypto/sha2/sha512.h>
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_digest_private.h106 #include <sha512.h>
133 #include <mbedtls/sha512.h>

Completed in 439 milliseconds

12