Searched refs:SHA256 (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11-stable/sbin/hastd/
H A Dtoken.l78 sha256 { DP; return SHA256; }
H A Dparse.y91 %token FULLSYNC MEMSYNC ASYNC NONE CRC32 SHA256 HOLE LZF
280 SHA256 { $$ = HAST_CHECKSUM_SHA256; }
/freebsd-11-stable/usr.sbin/fmtree/
H A Dmisc.c76 #ifdef SHA256
H A Dcompare.c55 #ifdef SHA256
301 #ifdef SHA256
318 #endif /* SHA256 */
H A Dcreate.c55 #ifdef SHA256
256 #ifdef SHA256
265 #endif /* SHA256 */
/freebsd-11-stable/contrib/libxo/
H A DMakefile.am90 -e "s;__SHA256__;SHA256 (textproc/${PACKAGE_FILE}) = $$SHA256;" \
101 && SHA256="`openssl sha256 ${PACKAGE_FILE} | awk '{print $$2}'`" \
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dsha256-armv4.S13 @ SHA256 block procedure for ARMv4. May 2007.
2773 .asciz "SHA256 block transform for ARMv4/NEON/ARMv8, CRYPTOGAMS by <appro@openssl.org>"
/freebsd-11-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh47 -k KEY -- Trust an RSA key with SHA256 hash of KEY
291 SHA256=/sbin/sha256
459 if [ -r pub.ssl ] && [ `${SHA256} -q pub.ssl` = ${KEYPRINT} ]; then
471 if ! [ `${SHA256} -q pub.ssl` = ${KEYPRINT} ]; then
565 if [ "`${SHA256} -q ${SNAPSHOTHASH}`" != ${SNAPSHOTHASH} ]; then
658 if [ "`gunzip -c < snap/${F}.gz | ${SHA256} -q`" != ${F} ]; then
760 if [ `${SHA256} -q NEW` = ${Y} ]; then
785 if [ `gunzip -c < ${Y}.gz | ${SHA256} -q` = ${Y} ]; then
847 if [ `${SHA256} -q NEW` = ${Y} ]; then
874 if [ `gunzip -c < ${Y}.gz | ${SHA256}
[all...]
/freebsd-11-stable/contrib/xz/src/liblzma/check/
H A Dcheck.h63 # define LZMA_SHA256FUNC(x) SHA256 ## x
82 /// Buffer to hold the final result and a temporary buffer for SHA256.
/freebsd-11-stable/crypto/openssl/crypto/sha/
H A Dsha.h153 unsigned char *SHA256(const unsigned char *d, size_t n, unsigned char *md);
H A Dsha256.c19 fips_md_init_ctx(SHA224, SHA256)
34 fips_md_init(SHA256)
63 unsigned char *SHA256(const unsigned char *d, size_t n, unsigned char *md) function
/freebsd-11-stable/contrib/openresolv/
H A DMakefile42 CKSUM?= cksum -a SHA256
/freebsd-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh50 -k KEY -- Trust an RSA key with SHA256 hash of KEY
729 SHA256=/sbin/sha256
965 SHA256=/sbin/sha256
1148 if [ -r pub.ssl ] && [ `${SHA256} -q pub.ssl` = ${KEYPRINT} ]; then
1160 if ! [ `${SHA256} -q pub.ssl` = ${KEYPRINT} ]; then
1249 if [ `${SHA256} -q ${TINDEXHASH}` != ${TINDEXHASH} ]; then
1394 if [ `${SHA256} -q diff-NEW` = ${Y} ]; then
1428 ${SHA256} -q` = ${Y} ]; then
1817 ${SHA256} -q` = ${Y} ]; then
1920 if [ `${SHA256}
[all...]
/freebsd-11-stable/sys/cddl/boot/zfs/
H A Dsha256.c198 SHA256(uint32_t *H, const void *buf, uint64_t size, zio_cksum_t *zcp) function
297 SHA256(H, buf, size, zcp);
/freebsd-11-stable/release/
H A DMakefile.vm160 ${DESTDIR}/vmimages/CHECKSUM.SHA256
H A Drelease.sh415 > CHECKSUM.SHA256
H A DMakefile.mirrors80 CHECKSUM_FILES?= SHA512 SHA256
/freebsd-11-stable/usr.bin/xinstall/
H A Dxinstall.c93 SHA256_CTX SHA256; member in union:__anon1
424 SHA256_Init(&(c->SHA256));
449 SHA256_Update(&(c->SHA256), data, len);
469 return (SHA256_End(&(c->SHA256), buf));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h561 enum class FileChecksumKind : uint8_t { None, MD5, SHA1, SHA256 };
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h117 enum class PDB_Checksum { None = 0, MD5 = 1, SHA1 = 2, SHA256 = 3 }; member in class:llvm::pdb::PDB_Checksum
209 // 8829d00f-11b8-4213-878b-770e8597ac16 SHA256 (HashDataSize is 32)
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp117 RETURN_CASE(FileChecksumKind, SHA256, "SHA-256");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp194 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Checksum, SHA256, OS)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp133 CV_ENUM_CLASS_ENT(FileChecksumKind, SHA256),
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-sparcv9.pl12 # SHA256 performance improvement over compiler generated code varies
23 # duality. Nevetheless it's ~40% faster than SHA256, which is pretty
34 # [3.4] behind by over 4x factor! If compared to SHA256, single thread
36 # amount of threads for given CPU exceeds corresponding one of SHA256
47 # SPARC T4 SHA256/512 hardware achieves 3.17/2.01 cycles per byte,
121 ########### SHA256
267 ########### SHA256
583 $code.=<<___ if ($SZ==4); # SHA256
608 .word 0x81b02840 ! SHA256
651 .word 0x81b02840 ! SHA256
[all...]
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_secalgo.c140 (void)SHA256(buf, len, res);
216 (void)SHA256(buf, len, res);
427 /* openssl before 1.0.0 fixes RSA with the SHA256

Completed in 332 milliseconds

12