Searched refs:SHA512 (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/sha/
H A Dsha.h206 unsigned char *SHA512(const unsigned char *d, size_t n, unsigned char *md);
H A Dsha512.c63 fips_md_init_ctx(SHA384, SHA512)
81 fips_md_init(SHA512)
262 unsigned char *SHA512(const unsigned char *d, size_t n, unsigned char *md) function
/freebsd-11-stable/contrib/unbound/compat/
H A Dsha512.c15 * Modified by Wouter, and trimmed, to provide SHA512 for getentropy_fallback.
63 unsigned char *SHA512(void *data, unsigned int data_len, unsigned char *digest);
470 SHA512(void *data, unsigned int data_len, unsigned char *digest) function
/freebsd-11-stable/sys/cddl/boot/zfs/
H A Dsha256.c253 SHA512(uint64_t *H, const void *buf, uint64_t size, zio_cksum_t *zcp) function
311 SHA512(H, buf, size, zcp);
/freebsd-11-stable/release/
H A DMakefile.vm158 ${DESTDIR}/vmimages/CHECKSUM.SHA512
H A Drelease.sh413 > CHECKSUM.SHA512
H A DMakefile.mirrors80 CHECKSUM_FILES?= SHA512 SHA256
/freebsd-11-stable/usr.bin/xinstall/
H A Dxinstall.c94 SHA512_CTX SHA512; member in union:__anon1
427 SHA512_Init(&(c->SHA512));
452 SHA512_Update(&(c->SHA512), data, len);
471 return (SHA512_End(&(c->SHA512), buf));
/freebsd-11-stable/usr.sbin/unbound/
H A Dconfig.h874 /* Define this to enable SHA256 and SHA512 support. */
1347 unsigned char *SHA512(void* data, unsigned int data_len, unsigned char *digest);
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-sparcv9.pl17 # SHA512 on pre-T1 UltraSPARC.
26 # SHA512 on UltraSPARC T1.
162 ########### SHA512
336 ########### SHA512
481 $code.=<<___ if ($SZ==8); # SHA512
515 .word 0x81b02860 ! SHA512
575 .word 0x81b02860 ! SHA512
669 $code.=<<___ if ($SZ==8); # SHA512
725 $code.=<<___ if ($SZ==8); # SHA512
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man1222 MLINKS+= sha.3 SHA512.3
/freebsd-11-stable/crypto/openssl/apps/
H A Dspeed.c1657 SHA512(buf, lengths[j], sha512);
/freebsd-11-stable/contrib/ldns/
H A Dconfigure1430 --disable-sha2 Disable SHA256 and SHA512 RRSIG support
14748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SHA256 and SHA512" >&5
14749 $as_echo_n "checking for SHA256 and SHA512... " >&6; }
/freebsd-11-stable/contrib/unbound/
H A Dconfigure1564 --disable-sha2 Disable SHA256 and SHA512 RRSIG support

Completed in 326 milliseconds