Home
last modified time | relevance | path

Searched refs:SHA (Results 1 – 25 of 144) sorted by relevance

123456

/freebsd/lib/libmd/tests/
H A Dshadriver.c32 #ifndef SHA
33 #define SHA 1 macro
36 #if SHA == 1
39 #elif SHA == 224
42 #elif SHA == 256
45 #elif SHA == 384
48 #elif SHA == 512
51 #elif SHA == 512224
54 #elif SHA == 512256
66 SHA, string, SHA_Data(string, strlen(string), buf)); in SHAString()
[all …]
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-ciphers.pod.in120 It can consist of a single cipher suite such as B<RC4-SHA>.
348 =item B<SHA1>, B<SHA>
419 e.g. DES-CBC3-SHA. In these cases, RSA authentication is used.
424 SSL_RSA_WITH_NULL_SHA NULL-SHA
426 SSL_RSA_WITH_RC4_128_SHA RC4-SHA
427 SSL_RSA_WITH_IDEA_CBC_SHA IDEA-CBC-SHA
428 SSL_RSA_WITH_3DES_EDE_CBC_SHA DES-CBC3-SHA
430 SSL_DH_DSS_WITH_3DES_EDE_CBC_SHA DH-DSS-DES-CBC3-SHA
431 SSL_DH_RSA_WITH_3DES_EDE_CBC_SHA DH-RSA-DES-CBC3-SHA
432 SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA DHE-DSS-DES-CBC3-SHA
[all …]
H A Dopenssl.pod333 SHA-1 Digest
337 SHA-2 224 Digest
341 SHA-2 256 Digest
345 SHA-2 384 Digest
349 SHA-2 512 Digest
353 SHA-3 224 Digest
357 SHA-3 256 Digest
361 SHA-3 384 Digest
365 SHA-3 512 Digest
369 SHA-3 SHAKE128 Digest
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DEVP_sha224.pod11 - SHA-2 For EVP
26 SHA-2 (Secure Hash Algorithm 2) is a family of cryptographic hash functions
38 The SHA-2 SHA-224, SHA-256, SHA-512/224, SHA512/256, SHA-384 and SHA-512
42 The two algorithms: SHA-512/224 and SHA512/256 are truncated forms of the
43 SHA-512 algorithm. They are distinct from SHA-224 and SHA-256 even though
H A DEVP_sha3_224.pod11 - SHA-3 For EVP
27 SHA-3 (Secure Hash Algorithm 3) is a family of cryptographic hash functions
38 The SHA-3 SHA-3-224, SHA-3-256, SHA-3-384, and SHA-3-512 algorithms
H A DEVP_sha1.pod6 - SHA-1 For EVP
16 SHA-1 (Secure Hash Algorithm 1) is a cryptographic hash function standardized
24 The SHA-1 algorithm which produces a 160-bit output from a given input.
H A DSHA256_Init.pod55 SHA-1 (Secure Hash Algorithm) is a cryptographic hash function with a
58 SHA1() computes the SHA-1 message digest of the B<n>
77 The buffer B<md> must have space for the output from the SHA variant being used
104 All of these functions except SHA*() were deprecated in OpenSSL 3.0.
H A DOPENSSL_s390xcap.pod80 # 1 1<<62 KIMD-SHA-1
81 # 2 1<<61 KIMD-SHA-256
82 # 3 1<<60 KIMD-SHA-512
/freebsd/crypto/openssl/doc/man7/
H A DEVP_MD-SHA2.pod25 Known names are "SHA2-224", "SHA-224" and "SHA224".
29 Known names are "SHA2-256", "SHA-256" and "SHA256".
33 Known names are "SHA2-384", "SHA-384" and "SHA384".
37 Known names are "SHA2-512", "SHA-512" and "SHA512".
49 Known names are "SHA2-512/224", "SHA-512/224" and "SHA512-224".
53 Known names are "SHA2-512/256", "SHA-512/256" and "SHA512-256".
/freebsd/crypto/openssl/test/ssl-tests/
H A D19-mac-then-encrypt.cnf.in25 "CipherString" => "AES128-SHA",
37 "CipherString" => "AES128-SHA",
51 "CipherString" => "AES128-SHA",
112 "CipherString" => 'AES128-SHA@SECLEVEL=0',
126 "CipherString" => 'AES128-SHA@SECLEVEL=0',
142 "CipherString" => 'AES128-SHA@SECLEVEL=0',
H A D30-extended-master-secret.cnf.in25 "CipherString" => "AES128-SHA",
37 "CipherString" => "AES128-SHA",
51 "CipherString" => "AES128-SHA",
67 "CipherString" => "AES128-SHA",
72 "CipherString" => "AES128-SHA",
H A D19-mac-then-encrypt.cnf30 CipherString = AES128-SHA
54 CipherString = AES128-SHA
80 CipherString = AES128-SHA
182 CipherString = AES128-SHA@SECLEVEL=0
207 CipherString = AES128-SHA@SECLEVEL=0
234 CipherString = AES128-SHA@SECLEVEL=0
H A D13-fragmentation.cnf.in105 # multi-buffer code kicks in on some platforms for AES-SHA. The
116 CipherString => "AES128-SHA",
140 CipherString => "AES128-SHA",
167 CipherString => "AES128-SHA",
H A D18-dtls-renegotiate.cnf.in140 "RenegotiateCiphers" => "AES128-SHA"
157 "CipherString" => "AES128-SHA",
176 "CipherString" => "AES128-SHA",
178 "RenegotiateCiphers" => "AES256-SHA"
H A D30-extended-master-secret.cnf28 CipherString = AES128-SHA
52 CipherString = AES128-SHA
78 CipherString = AES128-SHA
111 CipherString = AES128-SHA
118 CipherString = AES128-SHA
H A D17-renegotiate.cnf.in139 "RenegotiateCiphers" => "AES128-SHA"
155 "CipherString" => "AES128-SHA",
174 "CipherString" => "AES128-SHA",
177 "RenegotiateCiphers" => "AES256-SHA"
H A D18-dtls-renegotiate.cnf187 RenegotiateCiphers = AES128-SHA
206 CipherString = AES128-SHA
238 CipherString = AES128-SHA
251 RenegotiateCiphers = AES256-SHA
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp386 const unsigned SHA##LEN##_CTX_sz = sizeof(SHA##LEN##_CTX); \
387 const unsigned SHA##LEN##_return_length = SHA##LEN##_DIGEST_STRING_LENGTH; \
388 const unsigned SHA##LEN##_block_length = SHA##LEN##_BLOCK_LENGTH; \
389 const unsigned SHA##LEN##_digest_length = SHA##LEN##_DIGEST_LENGTH
H A Dsanitizer_platform_limits_freebsd.h715 extern const unsigned SHA##LEN##_CTX_sz; \
716 extern const unsigned SHA##LEN##_return_length; \
717 extern const unsigned SHA##LEN##_block_length; \
718 extern const unsigned SHA##LEN##_digest_length
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Datmel-crypto.txt48 * Secure Hash Algorithm (SHA)
52 - reg: Should contain SHA registers location and length.
53 - interrupts: Should contain the IRQ line for the SHA.
/freebsd/contrib/tcpdump/
H A Dprint-arp.c90 #define SHA(ap) (ar_sha(ap)) macro
421 GET_LINKADDR_STRING(SHA(ap), linkaddr, HRD_LEN(ap))); in arp_print()
435 GET_LINKADDR_STRING(SHA(ap), linkaddr, HRD_LEN(ap))); in arp_print()
455 GET_LINKADDR_STRING(SHA(ap), linkaddr, HRD_LEN(ap))); in arp_print()
460 GET_LINKADDR_STRING(SHA(ap), linkaddr, HRD_LEN(ap))); in arp_print()
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devprand.txt6327 Digest = SHA-1
6377 Digest = SHA-1
6457 Digest = SHA-1
6522 Digest = SHA-1
6617 Digest = SHA-1
6667 Digest = SHA-1
6747 Digest = SHA-1
6812 Digest = SHA-1
6907 Digest = SHA-1
6957 Digest = SHA-1
[all …]
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_client.t0129 * hash hash function ID (2 to 6), or 0 for MD5+SHA-1 (with RSA only)
384 \ SHA-256 SHA-224 SHA-384 SHA-512 SHA-1
386 \ -- SHA-256 and SHA-224 are more efficient on 32-bit architectures
387 \ -- SHA-1 is less than ideally collision-resistant
692 \ announced version: suites that don't use HMAC/SHA-1 are
838 \ 'hash' is the hash function to use (1 to 6, or 0 for RSA with MD5+SHA-1)
871 \ either MD5+SHA-1 (for RSA signatures) or SHA-1 (for ECDSA).
876 \ Read hash function; accept only the SHA-* identifiers
877 \ (from SHA-1 to SHA-512, no MD5 here).
888 \ For MD5+SHA-1, we set 'hash' to 0.
[all …]
/freebsd/contrib/bearssl/test/x509/
H A Dalltests.txt359 ; Hash function support: the chain uses only SHA-256.
371 ; Hash function support: the chain uses only SHA-256.
382 ; Hash function support: signature on EE uses SHA-1.
393 ; Hash function support: signature on EE uses SHA-224.
404 ; Hash function support: signature on EE uses SHA-384.
415 ; Hash function support: signature on EE uses SHA-512.
620 ; A chain using ECDSA with P-256, signature on EE uses SHA-1.
631 ; A chain using ECDSA with P-256, signature on EE uses SHA-224.
642 ; A chain using ECDSA with P-256, signature on EE uses SHA-256.
653 ; A chain using ECDSA with P-256, signature on EE uses SHA-384.
[all …]
/freebsd/crypto/openssl/util/
H A Dmk-fipsmodule-cnf.pl25 use Digest::SHA qw(hmac_sha256_hex);

123456