/freebsd/lib/libmd/tests/ |
H A D | shadriver.c | 32 #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 D | openssl-ciphers.pod.in | 120 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 D | openssl.pod | 333 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 D | EVP_sha224.pod | 11 - 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 D | EVP_sha3_224.pod | 11 - 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 D | EVP_sha1.pod | 6 - 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 D | SHA256_Init.pod | 55 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 D | OPENSSL_s390xcap.pod | 80 # 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 D | EVP_MD-SHA2.pod | 25 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 D | 19-mac-then-encrypt.cnf.in | 25 "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 D | 30-extended-master-secret.cnf.in | 25 "CipherString" => "AES128-SHA", 37 "CipherString" => "AES128-SHA", 51 "CipherString" => "AES128-SHA", 67 "CipherString" => "AES128-SHA", 72 "CipherString" => "AES128-SHA",
|
H A D | 19-mac-then-encrypt.cnf | 30 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 D | 13-fragmentation.cnf.in | 105 # 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 D | 18-dtls-renegotiate.cnf.in | 140 "RenegotiateCiphers" => "AES128-SHA" 157 "CipherString" => "AES128-SHA", 176 "CipherString" => "AES128-SHA", 178 "RenegotiateCiphers" => "AES256-SHA"
|
H A D | 30-extended-master-secret.cnf | 28 CipherString = AES128-SHA 52 CipherString = AES128-SHA 78 CipherString = AES128-SHA 111 CipherString = AES128-SHA 118 CipherString = AES128-SHA
|
H A D | 17-renegotiate.cnf.in | 139 "RenegotiateCiphers" => "AES128-SHA" 155 "CipherString" => "AES128-SHA", 174 "CipherString" => "AES128-SHA", 177 "RenegotiateCiphers" => "AES256-SHA"
|
H A D | 18-dtls-renegotiate.cnf | 187 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 D | sanitizer_platform_limits_freebsd.cpp | 386 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 D | sanitizer_platform_limits_freebsd.h | 715 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 D | atmel-crypto.txt | 48 * 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 D | print-arp.c | 90 #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 D | evprand.txt | 6327 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 D | ssl_hs_client.t0 | 129 * 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 D | alltests.txt | 359 ; 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 D | mk-fipsmodule-cnf.pl | 25 use Digest::SHA qw(hmac_sha256_hex);
|