Home
last modified time | relevance | path

Searched refs:sha (Results 1 – 25 of 90) sorted by relevance

1234

/freebsd/crypto/openssl/test/ssl-tests/
H A D19-mac-then-encrypt.cnf5 test-0 = 0-disable-encrypt-then-mac-server-sha
6 test-1 = 1-disable-encrypt-then-mac-client-sha
7 test-2 = 2-disable-encrypt-then-mac-both-sha
16 [0-disable-encrypt-then-mac-server-sha]
19 [0-disable-encrypt-then-mac-server-sha-ssl]
23 [0-disable-encrypt-then-mac-server-sha-server]
29 [0-disable-encrypt-then-mac-server-sha-client]
41 [1-disable-encrypt-then-mac-client-sha]
44 [1-disable-encrypt-then-mac-client-sha-ssl]
66 [2-disable-encrypt-then-mac-both-sha]
[all …]
H A D30-extended-master-secret.cnf5 test-0 = 0-disable-extended-master-secret-server-sha
6 test-1 = 1-disable-extended-master-secret-client-sha
7 test-2 = 2-disable-extended-master-secret-both-sha
14 [0-disable-extended-master-secret-server-sha]
17 [0-disable-extended-master-secret-server-sha-ssl]
21 [0-disable-extended-master-secret-server-sha-server]
27 [0-disable-extended-master-secret-server-sha-client]
39 [1-disable-extended-master-secret-client-sha]
42 [1-disable-extended-master-secret-client-sha-ssl]
64 [2-disable-extended-master-secret-both-sha]
[all …]
H A D19-mac-then-encrypt.cnf.in20 name => "disable-encrypt-then-mac-server-sha",
33 name => "disable-encrypt-then-mac-client-sha",
46 name => "disable-encrypt-then-mac-both-sha",
106 name => "disable-encrypt-then-mac-server-sha-tls1",
121 name => "disable-encrypt-then-mac-client-sha-tls1",
136 name => "disable-encrypt-then-mac-both-sha-tls1",
H A D30-extended-master-secret.cnf.in20 name => "disable-extended-master-secret-server-sha",
33 name => "disable-extended-master-secret-client-sha",
46 name => "disable-extended-master-secret-both-sha",
/freebsd/contrib/wpa/src/crypto/
H A Dfips_prf_wolfssl.c19 wc_Sha sha; in sha1_transform() local
21 os_memset(&sha, 0, sizeof(sha)); in sha1_transform()
22 sha.digest[0] = state[0]; in sha1_transform()
23 sha.digest[1] = state[1]; in sha1_transform()
24 sha.digest[2] = state[2]; in sha1_transform()
25 sha.digest[3] = state[3]; in sha1_transform()
26 sha.digest[4] = state[4]; in sha1_transform()
28 state[0] = sha.digest[0]; in sha1_transform()
29 state[1] = sha.digest[1]; in sha1_transform()
30 state[2] = sha.digest[2]; in sha1_transform()
[all …]
/freebsd/crypto/openssl/providers/
H A Dfips.module.sources304 crypto/sha/asm/sha1-586.pl
309 crypto/sha/asm/sha1-ia64.pl
313 crypto/sha/asm/sha1-ppc.pl
335 crypto/sha/keccak1600.c
336 crypto/sha/sha1dgst.c
337 crypto/sha/sha256.c
338 crypto/sha/sha3.c
339 crypto/sha/sha512.c
340 crypto/sha/sha_local.h
372 include/crypto/sha.h
[all …]
H A Dfips-sources.checksums304 75d832db9bf0e98e7a5c522169060a6dd276c5118cfb297fc3f1111f55cd4007 crypto/sha/asm/sha1-586.pl
309 32ff0e701a7b8f25bcfe8477b20795de54f536527bd87d3ce694fd9aaae356d4 crypto/sha/asm/sha1-ia64.pl
313 482cd23ca6ec38d6f62b90c68f9f20643579c50f2c0fbb0dab1c10a0e35efe77 crypto/sha/asm/sha1-ppc.pl
335 57f6cf54b1b5d2cac7a8f622b7b6bd1878f360fff3fa0f02352061c24162ebbb crypto/sha/keccak1600.c
336 306cacd3f86e5cacaca74c58ef862516515e5c0cafaff48636d537fd84f1c2fb crypto/sha/sha1dgst.c
337 4d8cf04f5806611e7586aab47fb28165ec1afb00168e2c9876bb36cb5c29bf8b crypto/sha/sha256.c
338 3d972a11be18bfbfcd45790028635d63548bfe0a2e45d2fc56b6051b759d22f0 crypto/sha/sha3.c
339 8038a5a97f826f519424db634be5b082b3f7eca3ccb89875ca40fa6bd7dfdcfd crypto/sha/sha512.c
340 6c6f0e6069ac98e407a5810b84deace2d1396d252c584703bcd154d1a015c3ea crypto/sha/sha_local.h
372 0f743762f646656b5480648c05632575fe8acc7506460c63e0fcdf42cf20c08a include/crypto/sha.h
[all …]
/freebsd/.github/workflows/
H A Dstyle.yml26 ref: ${{ github.event.pull_request.head.sha }}
33sha=$(git merge-base ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.
34 tools/build/checkstyle9.pl --github ${sha}..${{ github.event.pull_request.head.sha }}
/freebsd/lib/libmd/
H A DMakefile18 INCS= md4.h md5.h ripemd.h sha.h sha224.h sha256.h sha384.h sha512.h \
23 MAN+= md4.3 md5.3 ripemd.3 sha.3 sha256.3 sha512.3 skein.3
34 MLINKS+=sha.3 SHA_Init.3 sha.3 SHA_Update.3 sha.3 SHA_Final.3
35 MLINKS+=sha.3 SHA_End.3 sha.3 SHA_File.3 sha.3 SHA_FileChunk.3
36 MLINKS+=sha.3 SHA_Data.3
37 MLINKS+=sha.3 SHA1_Init.3 sha.3 SHA1_Update.3 sha.3 SHA1_Final.3
38 MLINKS+=sha.3 SHA1_End.3 sha.3 SHA1_File.3 sha.3 SHA1_FileChunk.3
39 MLINKS+=sha.3 SHA1_Data.3
117 .if exists(${MACHINE_ARCH}/sha.S)
118 SRCS+= sha.S
[all …]
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Datmel,at91sam9g46-sha.yaml5 $id: http://devicetree.org/schemas/crypto/atmel,at91sam9g46-sha.yaml#
15 const: atmel,at91sam9g46-sha
52 sha: crypto@e1814000 {
53 compatible = "atmel,at91sam9g46-sha";
H A Datmel-crypto.txt51 - compatible : Should be "atmel,at91sam9g46-sha".
62 sha@f8034000 {
63 compatible = "atmel,at91sam9g46-sha";
/freebsd/sys/dev/random/
H A Dhash.c88 SHA256_Init(&context->sha); in randomdev_hash_init()
96 SHA256_Update(&context->sha, data, size); in randomdev_hash_iterate()
106 SHA256_Final(buf, &context->sha); in randomdev_hash_finish()
H A Dhash.h48 SHA256_CTX sha; member
/freebsd/contrib/netbsd-tests/crypto/libcrypto/
H A Dt_hashes.sh78 atf_test_case sha
106 atf_add_test_case sha
/freebsd/sys/contrib/openzfs/contrib/intel_qat/patch/
H A D0001-cryptohash.diff1 cryptohash.h was dropped and merged with crypto/sha.sh in 5.8 kernel. Details in:
14 +#include <crypto/sha.h>
/freebsd/crypto/openssl/apps/
H A Dpasswd.c519 const EVP_MD *sha = NULL; in shacrypt() local
536 sha = EVP_sha256(); in shacrypt()
540 sha = EVP_sha512(); in shacrypt()
609 || !EVP_DigestInit_ex(md, sha, NULL) in shacrypt()
616 || !EVP_DigestInit_ex(md2, sha, NULL) in shacrypt()
642 if (!EVP_DigestInit_ex(md2, sha, NULL)) in shacrypt()
659 if (!EVP_DigestInit_ex(md2, sha, NULL)) in shacrypt()
676 if (!EVP_DigestInit_ex(md2, sha, NULL)) in shacrypt()
/freebsd/secure/lib/libcrypto/
H A DMakefile.asm17 ${LCRYPTO_SRC}/crypto/sha/asm
76 ${LCRYPTO_SRC}/crypto/sha/asm \
157 ${LCRYPTO_SRC}/crypto/sha/asm
216 ${LCRYPTO_SRC}/crypto/sha/asm \
300 ${LCRYPTO_SRC}/crypto/sha/asm
362 ${LCRYPTO_SRC}/crypto/sha/asm
430 ${LCRYPTO_SRC}/crypto/sha/asm
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dzfs-linux-tests.yml18 ref: ${{ github.event.pull_request.head.sha }}
60 ref: ${{ github.event.pull_request.head.sha }}
96 ref: ${{ github.event.pull_request.head.sha }}
H A Dzfs-linux.yml19 ref: ${{ github.event.pull_request.head.sha }}
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_xref.txt7 shaWithRSAEncryption sha rsaEncryption
33 dsaWithSHA sha dsa
/freebsd/crypto/heimdal/lib/asn1/
H A Drfc2459.asn152 id-secsig-sha-1 OBJECT IDENTIFIER ::= { iso(1) identified-organization(3)
55 id-secsig-sha-1WithRSAEncryption OBJECT IDENTIFIER ::= { iso(1) identified-organization(3)
67 id-nist-sha-algs OBJECT IDENTIFIER ::= { id-nistAlgorithm 2 }
69 id-sha256 OBJECT IDENTIFIER ::= { id-nist-sha-algs 1 }
70 id-sha224 OBJECT IDENTIFIER ::= { id-nist-sha-algs 4 }
71 id-sha384 OBJECT IDENTIFIER ::= { id-nist-sha-algs 2 }
72 id-sha512 OBJECT IDENTIFIER ::= { id-nist-sha-algs 3 }
/freebsd/crypto/heimdal/include/hcrypto/
H A DMakefile.am27 sha.h \
/freebsd/crypto/openssl/util/
H A Dfix-includes.sed2 …|dso_conf.h|dso_conf.h|engine.h|lhash.h|md32_common.h|objects.h|poly1305.h|sha.h|siphash.h|sm2err.…
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c937 EVP_MD *sha = NULL; in s390x_ecd_keygen25519() local
960 sha = EVP_MD_fetch(gctx->libctx, "SHA512", gctx->propq); in s390x_ecd_keygen25519()
961 if (sha == NULL) in s390x_ecd_keygen25519()
963 j = EVP_Digest(privkey, 32, buff, &sz, sha, NULL); in s390x_ecd_keygen25519()
964 EVP_MD_free(sha); in s390x_ecd_keygen25519()
/freebsd/crypto/openssl/test/smime-eml/
H A DSignedInvalidMappingFromanyPolicyTest7.eml5 Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg="sha-256"; boundary=…

1234