Searched refs:sha512 (Results 26 - 42 of 42) sorted by relevance

12

/freebsd-11-stable/lib/libcrypt/
H A Dcrypt-sha512.c38 #include <sha512.h>
/freebsd-11-stable/sys/geom/bde/
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/release/
H A Drelease.sh412 cd ${CHROOTDIR}/R && sha512 ${OSRELEASE}* \
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_wolfssl.c20 #include <wolfssl/wolfcrypt/sha512.h>
141 wc_Sha512 sha512; local
147 wc_InitSha512(&sha512);
150 wc_Sha512Update(&sha512, addr[i], len[i]);
152 wc_Sha512Final(&sha512, mac);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A DAndroid.mk1364 SHA256OBJS += src/crypto/sha512-internal.c
1379 SHA256OBJS += src/crypto/sha512-kdf.c
1396 OBJS += src/crypto/sha512.c
1399 OBJS += src/crypto/sha512-prf.c
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_entry.c221 copy_digest(entry2, entry, sha512);
1448 return entry->digest.sha512;
1478 copy_digest(entry, sha512, digest);
H A Darchive_write_set_format_mtree.c1338 if (strcmp(key, "sha512") == 0 ||
1578 archive_sha512_final(&mtree->sha512ctx, reg->digest.sha512);
1645 append_digest(str, reg, sha512);
H A Darchive_read_support_format_mtree.c483 "sha512", "sha512digest",
1548 len = sizeof(entry->digest.sha512);
1743 if (strcmp(key, "sha512") == 0 ||
/freebsd-11-stable/crypto/openssl/util/
H A Dmk1mf.pl1026 ($s=~s/sha256/sha512/ and -f $s) or
/freebsd-11-stable/sbin/gbde/
H A Dgbde.c89 #include <crypto/sha2/sha512.h>
/freebsd-11-stable/sys/geom/eli/
H A Dg_eli.h36 #include <crypto/sha2/sha512.h>
460 else if (strcasecmp("hmac/sha512", name) == 0)
/freebsd-11-stable/crypto/openssl/
H A DMakefile102 SHA1_ASM_OBJ= sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o sha1-mb-x86_64.o sha256-mb-x86_64.o
/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/usr.bin/xinstall/
H A Dxinstall.c64 #include <sha512.h>
286 } else if (strcmp(digest, "sha512") == 0) {
/freebsd-11-stable/contrib/unbound/
H A DMakefile.in162 compat/arc4_lock.c compat/sha512.c compat/reallocarray.c compat/isblank.c \
1668 sha512.lo sha512.o: $(srcdir)/compat/sha512.c config.h

Completed in 185 milliseconds

12