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

12

/freebsd-13-stable/sys/security/mac_veriexec/
H A Dmac_veriexec_sha256.c38 MAC_VERIEXEC_FPMOD(SHA256, SHA256_DIGEST_LENGTH, sizeof(SHA256_CTX),
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dsha2.h39 #define SHA256_DIGEST_LENGTH 32 /* SHA256 digest length in bytes */
47 #define SHA256_HMAC_BLOCK_SIZE 64 /* SHA256-HMAC block size */
50 #define SHA256 0 macro
106 case SHA256:
128 case SHA256:
149 case SHA256:
/freebsd-13-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-13-stable/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dsha2.h39 #define SHA256_DIGEST_LENGTH 32 /* SHA256 digest length in bytes */
47 #define SHA256_HMAC_BLOCK_SIZE 64 /* SHA256-HMAC block size */
50 #define SHA256 0 macro
74 uint32_t s32[8]; /* for SHA256 */
79 uint32_t c32[2]; /* for SHA256 , modulo 2^64 */
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dsha2.h39 #define SHA256_DIGEST_LENGTH 32 /* SHA256 digest length in bytes */
47 #define SHA256_HMAC_BLOCK_SIZE 64 /* SHA256-HMAC block size */
50 #define SHA256 0 macro
74 uint32_t s32[8]; /* for SHA256 */
79 uint32_t c32[2]; /* for SHA256 , modulo 2^64 */
/freebsd-13-stable/contrib/libxo/
H A DMakefile.am91 -e "s;__SHA256__;SHA256 (textproc/${PACKAGE_FILE}) = $$SHA256;" \
102 && SHA256="`openssl sha256 ${PACKAGE_FILE} | awk '{print $$2}'`" \
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dsha256.c63 SHA2Init(SHA256, &ctx);
70 * private SHA256 implementation always wrote things out in
/freebsd-13-stable/usr.sbin/fmtree/
H A Dmisc.c76 #ifdef SHA256
H A Dcreate.c55 #ifdef SHA256
258 #ifdef SHA256
267 #endif /* SHA256 */
/freebsd-13-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-13-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-13-stable/crypto/openssl/include/openssl/
H A Dsha.h65 unsigned char *SHA256(const unsigned char *d, size_t n, unsigned char *md);
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Dsha256-armv4.S20 @ SHA256 block procedure for ARMv4. May 2007.
/freebsd-13-stable/lib/libsecureboot/
H A DMakefile.inc61 VE_HASH_LIST?= SHA256
H A Dlocal.trust.mk13 SHA256 \
/freebsd-13-stable/contrib/openresolv/
H A DMakefile43 CKSUM?= cksum -a SHA256
/freebsd-13-stable/crypto/openssh/
H A Dxmss_hash.c59 SHA256(buf, inlen + keylen + n, out);
/freebsd-13-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-13-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-13-stable/crypto/openssl/crypto/ct/
H A Dct_log.c72 /* Converts a log's public key into a SHA256 log ID */
85 SHA256(pkey_der, pkey_der_len, log_id);
/freebsd-13-stable/release/
H A DMakefile.vm164 ${DESTDIR}/vmimages/CHECKSUM.SHA256
H A Drelease.sh413 > CHECKSUM.SHA256
/freebsd-13-stable/usr.bin/xinstall/
H A Dxinstall.c106 SHA256_CTX SHA256; member in union:__anon16431
437 SHA256_Init(&(c->SHA256));
462 SHA256_Update(&(c->SHA256), data, len);
482 return (SHA256_End(&(c->SHA256), buf));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h561 enum class FileChecksumKind : uint8_t { None, MD5, SHA1, SHA256 };

Completed in 296 milliseconds

12