| /freebsd-9-stable/crypto/openssl/doc/apps/ |
| D | ciphers.pod | 66 It can consist of a single cipher suite such as B<RC4-SHA>. 244 =item B<SHA1>, B<SHA> 255 e.g. DES-CBC3-SHA. In these cases, RSA authentication is used. 260 SSL_RSA_WITH_NULL_SHA NULL-SHA 263 SSL_RSA_WITH_RC4_128_SHA RC4-SHA 265 SSL_RSA_WITH_IDEA_CBC_SHA IDEA-CBC-SHA 266 SSL_RSA_EXPORT_WITH_DES40_CBC_SHA EXP-DES-CBC-SHA 267 SSL_RSA_WITH_DES_CBC_SHA DES-CBC-SHA 268 SSL_RSA_WITH_3DES_EDE_CBC_SHA DES-CBC3-SHA 276 SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA EXP-EDH-DSS-DES-CBC-SHA [all …]
|
| D | openssl.pod | 224 SHA Digest 228 SHA-1 Digest 232 SHA-224 Digest 236 SHA-256 Digest 240 SHA-384 Digest 244 SHA-512 Digest
|
| /freebsd-9-stable/lib/libmd/ |
| D | shadriver.c | 29 #ifndef SHA 30 #define SHA 1 macro 33 #if SHA == 1 35 #elif SHA == 256 37 #elif SHA == 512 48 SHA, string, SHA_Data(string, strlen(string), buf)); in SHAString() 55 printf("SHA-%d test suite:\n", SHA); in main()
|
| D | Makefile | 227 @${ECHO} SHA-0 passed test 230 @${ECHO} SHA-1 passed test 233 @${ECHO} SHA-256 passed test 236 @${ECHO} SHA-512 passed test
|
| /freebsd-9-stable/crypto/openssl/test/ |
| D | times | 29 SSLv3 RC4-SHA 1000 x 1 14.61s 1.83s 30 SSLv3 DES-CBC-SHA 1000 x 1 14.70s 1.89s 31 SSLv3 DES-CBC3-SHA 1000 x 1 15.16s 2.16s 36 SSLv3 RC4-SHA 1000 x 1024 15.39s 2.67s 37 SSLv3 DES-CBC-SHA 1000 x 1024 16.45s 3.55s 38 SSLv3 DES-CBC3-SHA 1000 x 1024 18.21s 5.38s 44 SSLv3 RC4-SHA 1000 x 10240 22.96s 11.44s 45 SSLv3 DES-CBC-SHA 1000 x 10240 30.65s 18.41s 46 SSLv3 DES-CBC3-SHA 1000 x 10240 47.04s 34.53s 52 SSLv3 RC4-SHA 1000 x 102400 95.88s 82.21s [all …]
|
| /freebsd-9-stable/crypto/openssl/doc/crypto/ |
| D | sha.pod | 21 SHA-1 (Secure Hash Algorithm) is a cryptographic hash function with a 24 SHA1() computes the SHA-1 message digest of the B<n> 44 The predecessor of SHA-1, SHA, is also implemented, but it should be 55 SHA: US Federal Information Processing Standard FIPS PUB 180 (Secure Hash 57 SHA-1: US Federal Information Processing Standard FIPS PUB 180-1 (Secure Hash
|
| D | ecdsa.pod | 126 Creating a ECDSA signature of given SHA-1 hash value using the 145 Second step: compute the ECDSA signature of a SHA-1 hash value
|
| /freebsd-9-stable/crypto/openssl/crypto/dsa/ |
| D | fips186a.txt | 1 The origional FIPE 180 used SHA-0 (FIPS 180) for its appendix 5 2 examples. This is an updated version that uses SHA-1 (FIPS 180-1) 20 the SHA to construct G (as in appendix 3, section 3.3) and a 160-bit XSEED: 32 the SHA to construct G (as in appendix 3, section 3.3) and a 160-bit KSEED: 77 SHA(M) =
|
| /freebsd-9-stable/contrib/xz/ |
| D | AUTHORS | 12 The SHA-256 implementation in liblzma is based on the code found from 13 7-Zip <http://7-zip.org/>, which has a modified version of the SHA-256 14 code found from Crypto++ <http://www.cryptopp.com/>. The SHA-256 code
|
| /freebsd-9-stable/crypto/openssl/demos/ssltest-ecc/ |
| D | ssltest.sh | 76 -named_curve $curve -cipher AECDH-NULL-SHA 83 -named_curve $curve -cipher AECDH-RC4-SHA 133 -cipher ECDHE-ECDSA-AES128-SHA -named_curve $curve
|
| /freebsd-9-stable/contrib/tcpdump/ |
| D | print-arp.c | 98 #define SHA(ap) (ar_sha(ap)) macro 374 linkaddr_string(SHA(ap), linkaddr, HRD_LEN(ap)))); in arp_print() 380 linkaddr_string(SHA(ap), linkaddr, HRD_LEN(ap)))); in arp_print() 392 linkaddr_string(SHA(ap), linkaddr, HRD_LEN(ap)))); in arp_print()
|
| /freebsd-9-stable/crypto/openssl/bugs/ |
| D | SSLv3 | 21 If it is then resumed, we end up using DES-CBC3-SHA. It should be 27 DES-CBC-SHA:RC4-MD5. For some weird reason, each new connection uses 28 RC4-MD5, but a re-connect tries to use DES-CBC-SHA. So netscape, when
|
| /freebsd-9-stable/crypto/openssl/crypto/sha/ |
| D | sha.h | 70 # error SHA is disabled. 114 unsigned char *SHA(const unsigned char *d, size_t n, unsigned char *md);
|
| D | sha_one.c | 65 unsigned char *SHA(const unsigned char *d, size_t n, unsigned char *md) in SHA() function
|
| /freebsd-9-stable/share/colldef/ |
| D | map.ISCII-DEV | 133 Consonant-SHA � 134 Consonant-Hard-SHA �
|
| /freebsd-9-stable/crypto/openssl/util/ |
| D | libeay.num | 304 EVP_dss 312 EXIST::FUNCTION:DSA,SHA 305 EVP_dss1 313 EXIST::FUNCTION:DSA,SHA 324 EVP_sha 332 EXIST::FUNCTION:SHA 325 EVP_sha1 333 EXIST::FUNCTION:SHA 492 SHA 500 EXIST::FUNCTION:SHA,SHA0 493 SHA1 501 EXIST::FUNCTION:SHA,SHA1 494 SHA1_Final 502 EXIST::FUNCTION:SHA,SHA1 495 SHA1_Init 503 EXIST::FUNCTION:SHA,SHA1 496 SHA1_Update 504 EXIST::FUNCTION:SHA,SHA1 497 SHA_Final 505 EXIST::FUNCTION:SHA,SHA0 [all …]
|
| /freebsd-9-stable/contrib/file/magic/Magdir/ |
| D | keepass | 15 >>8 lelong&0x0f 1 \b, SHA-256
|
| D | mcrypt | 37 >5 byte 2 keymode: SHA-1 hash
|
| D | gringotts | 10 >3 string 1 v.1, MCRYPT S2K, SERPENT crypt, SHA-256 hash, ZLib lvl.9
|
| /freebsd-9-stable/contrib/ntp/ntpd/ |
| D | invoke-ntp.keys.texi | 77 @code{SHA} 93 @item @code{SHA}
|
| D | ntp.keys.def | 82 .Li SHA 98 .It Li SHA
|
| /freebsd-9-stable/crypto/openssl/doc/ssl/ |
| D | SSL_CIPHER_get_name.pod | 94 EDH-RSA-DES-CBC3-SHA SSLv3 Kx=DH Au=RSA Enc=3DES(168) Mac=SHA1 95 EDH-DSS-DES-CBC3-SHA SSLv3 Kx=DH Au=DSS Enc=3DES(168) Mac=SHA1
|
| /freebsd-9-stable/crypto/openssl/ |
| D | PROBLEMS | 71 latter - SHA one. 82 * solaris64-sparcv9-cc SHA-1 performance with WorkShop 6 compiler. 84 As subject suggests SHA-1 might perform poorly (4 times slower)
|
| D | README | 53 SHA (SHA-0) and SHA-1 message digest algorithms,
|
| /freebsd-9-stable/crypto/heimdal/lib/hx509/ |
| D | ocsp.asn1 | 72 OCSPKeyHash ::= OCTET STRING --SHA-1 hash of responder's public key
|