Searched refs:sha256 (Results 1 - 25 of 73) sorted by relevance

123

/freebsd-11-stable/lib/libnetbsd/
H A Dsha2.h36 #include <sha256.h>
/freebsd-11-stable/cddl/compat/opensolaris/include/
H A Dsha2.h32 #include_next <sha256.h>
/freebsd-11-stable/contrib/xz/src/liblzma/check/
H A Dcheck.h33 # include <sha256.h>
93 lzma_sha256_state sha256; member in union:__anon4420::__anon4422
143 LZMA_SHA256FUNC(Init)(&check->state.sha256);
154 LZMA_SHA256FUNC(Update)(&check->state.sha256, buf, UINT32_MAX);
160 LZMA_SHA256FUNC(Update)(&check->state.sha256, buf, size);
167 LZMA_SHA256FUNC(Final)(check->buffer.u8, &check->state.sha256);
/freebsd-11-stable/sbin/md5/
H A DMakefile9 ${BINDIR}/md5 ${BINDIR}/sha256 \
19 md5.1 sha256.1 \
/freebsd-11-stable/sys/opencrypto/
H A Dxform.h36 #include <crypto/sha2/sha256.h>
H A Dxform_auth.h39 #include <crypto/sha2/sha256.h>
H A Dxform_sha2.c53 #include <crypto/sha2/sha256.h>
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_internal.c25 struct sha256_state sha256; member in union:crypto_hash::__anon3663
62 sha256_init(&ctx->u.sha256);
116 sha256_init(&ctx->u.sha256);
117 sha256_process(&ctx->u.sha256, key, key_len);
118 sha256_done(&ctx->u.sha256, tk);
130 sha256_init(&ctx->u.sha256);
131 sha256_process(&ctx->u.sha256, k_pad, sizeof(k_pad));
160 sha256_process(&ctx->u.sha256, data, len);
219 sha256_done(&ctx->u.sha256, mac);
293 sha256_done(&ctx->u.sha256, ma
[all...]
/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)
47 sha256-586.s: asm/sha256-586.pl ../perlasm/x86asm.pl
48 $(PERL) asm/sha256-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
54 sha256-ia64.s: asm/sha512-ia64.pl
59 sha256-armv4.S: asm/sha256-armv4.pl
70 sha256-x86_64.s:asm/sha512-x86_64.pl; $(PERL) asm/sha512-x86_64.pl $(PERLASM_SCHEME) $@
71 sha256
[all...]
/freebsd-11-stable/share/examples/uefisign/
H A Duefikeys34 openssl req -new -x509 -sha256 -days "${days}" -subj "${subj}" -key "${keyfile}" -out "${certfile}" || die "openssl req failed"
/freebsd-11-stable/usr.sbin/wpa/
H A DMakefile.crypto4 SRCS+= crypto_openssl.c random.c sha1-prf.c sha256-prf.c sha256-tlsprf.c \
120 SRCS+= sha256.c
122 SRCS+= sha256-internal.c sha256-prf.c
/freebsd-11-stable/stand/libsa/geli/
H A Dgeliboot_internal.h45 /* Pull in the md5, sha256, and sha512 implementations */
47 #include <crypto/sha2/sha256.h>
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dsha256.c32 #include <crypto/sha2/sha256.h>
35 #include <sha256.h>
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.asm27 ASM= ${SRCS:R:S/$/.S/} sha256-armv8.S
31 CLEANFILES= ${ASM} ${SRCS:R:S/$/.s/} sha256-armv8.s
34 sha256-armv8.S: sha512-armv8.pl
61 aesni-sha256-x86_64.pl aesni-x86_64.pl bsaes-x86_64.pl \
84 SRCS+= sha1-mb-x86_64.pl sha1-x86_64.pl sha256-mb-x86_64.pl
92 SHA_ASM= sha256-x86_64 sha512-x86_64
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/usr.sbin/bsdinstall/scripts/
H A Dchecksum44 CK=`sha256 -q $BSDINSTALL_DISTDIR/$dist`
/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
37 MLINKS+=sha256.3 SHA256_Init.3 sha256.3 SHA256_Update.3
38 MLINKS+=sha256.3 SHA256_Final.3 sha256.3 SHA256_End.3
39 MLINKS+=sha256.3 SHA256_File.3 sha256.3 SHA256_FileChunk.3
40 MLINKS+=sha256.3 SHA256_Data.3
69 sha256
[all...]
/freebsd-11-stable/sbin/hastd/
H A Dtoken.l78 sha256 { DP; return SHA256; }
/freebsd-11-stable/sys/dev/random/
H A Dhash.c46 #include <crypto/sha2/sha256.h>
H A Dother_algorithm.c58 #include <crypto/sha2/sha256.h>
/freebsd-11-stable/lib/libcrypt/
H A DMakefile17 crypt-sha256.c sha256c.c \
/freebsd-11-stable/tests/sys/geom/class/eli/
H A Dconf.sh43 for aalgo in hmac/sha1 hmac/ripemd160 hmac/sha256 \
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_entry_private.h57 unsigned char sha256[32]; member in struct:ae_digest
/freebsd-11-stable/usr.sbin/pkg/
H A Dpkg.c303 if (strcasecmp(function, "sha256") == 0)
416 SHA256_CTX sha256; local
420 SHA256_Init(&sha256);
421 SHA256_Update(&sha256, buf, len);
422 SHA256_Final(hash, &sha256);
435 SHA256_CTX sha256; local
455 SHA256_Init(&sha256);
458 SHA256_Update(&sha256, buffer, r);
465 SHA256_Final(hash, &sha256);
521 char sha256[(SHA256_DIGEST_LENGT local
[all...]
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound-querycachedb.py17 hobj = hashlib.sha256()
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-control-setup.sh52 HASH=sha256

Completed in 442 milliseconds

123