Home
last modified time | relevance | path

Searched refs:Sha1 (Results 1 – 25 of 2128) sorted by relevance

12345678910>>...86

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Net/Security/
H A DSslConnectionInfo.OSX.cs147 case HashAlgorithmType.Sha1: in GetHashSize()
204 TlsMapping.Rsa(CipherAlgorithmType.None, HashAlgorithmType.Sha1)
229 TlsMapping.Rsa(CipherAlgorithmType.Des, 40, HashAlgorithmType.Sha1)
234 TlsMapping.Rsa(CipherAlgorithmType.Des, HashAlgorithmType.Sha1)
279 TlsMapping.DhEphem(CipherAlgorithmType.Des, HashAlgorithmType.Sha1)
294 TlsMapping.DhEphem(CipherAlgorithmType.Des, HashAlgorithmType.Sha1)
339 TlsMapping.Rsa(CipherAlgorithmType.None, HashAlgorithmType.Sha1)
344 TlsMapping.Rsa(CipherAlgorithmType.Aes128, HashAlgorithmType.Sha1)
374 TlsMapping.Rsa(CipherAlgorithmType.Aes256, HashAlgorithmType.Sha1)
519 TlsMapping.Rsa(CipherAlgorithmType.Aes128, HashAlgorithmType.Sha1)
[all …]
/dports/devel/corrade/corrade-2020.06/src/Corrade/Utility/Test/
H A DSha1Test.cpp64 CORRADE_COMPARE(Sha1::digest(""), in emptyString()
65 Sha1::Digest::fromHexString("da39a3ee5e6b4b0d3255bfef95601890afd80709")); in emptyString()
70 Sha1::Digest::fromHexString("d9aa447706df8797b4f5fe94caa9f6ea723a87c8")); in exact64bytes()
74 CORRADE_COMPARE(Sha1::digest("123456789a123456789b123456789c123456789d123456789e12345"), in exactOneBlockPadding()
75 Sha1::Digest::fromHexString("4cc8d5cfacbb575ddeeed504dd4f7cc09a9d49a3")); in exactOneBlockPadding()
79 CORRADE_COMPARE(Sha1::digest("123456789a123456789b123456789c123456789d123456789e123456"), in twoBlockPadding()
80 Sha1::Digest::fromHexString("40e94c62ada5dc762f3e9c472001ca64a67d2cbb")); in twoBlockPadding()
84 Sha1 sha; in zeroInLeftover()
89 Sha1::Digest::fromHexString("5fdc3d8c862c3c3f86735c536824aee668f89967")); in zeroInLeftover()
104 Sha1 hasher; in iterative()
[all …]
/dports/games/bstone/bstone-1.1.9/src/
H A Dbstone_sha1.h43 class Sha1 {
50 Sha1();
52 Sha1(
53 const Sha1& that);
55 Sha1(
56 Sha1&& that);
58 Sha1& operator=(
59 Sha1 that);
61 ~Sha1();
77 Sha1& a,
[all …]
H A Dbstone_sha1.cpp54 Sha1::Sha1() : in Sha1() function in bstone::Sha1
67 Sha1::Sha1( in Sha1() function in bstone::Sha1
80 Sha1::Sha1( in Sha1() function in bstone::Sha1
81 Sha1&& that) : in Sha1()
93 Sha1& Sha1::operator=( in operator =()
94 Sha1 that) in operator =()
100 Sha1::~Sha1() in ~Sha1()
187 const Sha1::Digest& Sha1::get_digest() const in get_digest()
230 void Sha1::swap( in swap()
231 Sha1& a, in swap()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/laf/base/
H A Dsha1.cpp20 Sha1::Sha1() in Sha1() function in base::Sha1
25 Sha1::Sha1(const std::vector<uint8_t>& digest) in Sha1() function in base::Sha1
32 Sha1 Sha1::calculateFromFile(const std::string& fileName) in calculateFromFile()
38 return Sha1(); in calculateFromFile()
54 return Sha1(digest); in calculateFromFile()
57 bool Sha1::operator==(const Sha1& other) const in operator ==()
62 bool Sha1::operator!=(const Sha1& other) const in operator !=()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Mono.Security.Protocol.Tls/
H A DCipherSuiteFactory.cs55 …SA_WITH_AES_256_CBC_SHA", CipherAlgorithmType.Rijndael, HashAlgorithmType.Sha1, ExchangeAlgorithmT… in GetTls1SupportedCiphers()
56 …SA_WITH_AES_128_CBC_SHA", CipherAlgorithmType.Rijndael, HashAlgorithmType.Sha1, ExchangeAlgorithmT… in GetTls1SupportedCiphers()
57 …_WITH_3DES_EDE_CBC_SHA", CipherAlgorithmType.TripleDes, HashAlgorithmType.Sha1, ExchangeAlgorithmT… in GetTls1SupportedCiphers()
58 …5, "TLS_RSA_WITH_RC4_128_SHA", CipherAlgorithmType.Rc4, HashAlgorithmType.Sha1, ExchangeAlgorithmT… in GetTls1SupportedCiphers()
60 …9, "TLS_RSA_WITH_DES_CBC_SHA", CipherAlgorithmType.Des, HashAlgorithmType.Sha1, ExchangeAlgorithmT… in GetTls1SupportedCiphers()
65 …SA_EXPORT_WITH_DES40_CBC_SHA", CipherAlgorithmType.Des, HashAlgorithmType.Sha1, ExchangeAlgorithmT… in GetTls1SupportedCiphers()
69 …A_EXPORT_WITH_DES_CBC_56_SHA", CipherAlgorithmType.Des, HashAlgorithmType.Sha1, ExchangeAlgorithmT… in GetTls1SupportedCiphers()
70 …S_RSA_EXPORT_WITH_RC4_56_SHA", CipherAlgorithmType.Rc4, HashAlgorithmType.Sha1, ExchangeAlgorithmT… in GetTls1SupportedCiphers()
136 …5, "SSL_RSA_WITH_RC4_128_SHA", CipherAlgorithmType.Rc4, HashAlgorithmType.Sha1, ExchangeAlgorithmT… in GetSsl3SupportedCiphers()
138 …9, "SSL_RSA_WITH_DES_CBC_SHA", CipherAlgorithmType.Des, HashAlgorithmType.Sha1, ExchangeAlgorithmT… in GetSsl3SupportedCiphers()
[all …]
/dports/net/pktanon/pktanon-1.4.0-dev/src/anonprimitives/hmacsha1/
H A Dsha1_hmac.cpp13 Sha1::SHA1_CTX sha; in sha1_hmac()
22 Sha1::SHA1_Init(&sha); in sha1_hmac()
23 Sha1::SHA1_Update(&sha, (uint8_t*) key, (int32_t)klen); in sha1_hmac()
24 Sha1::SHA1_Final((uint8_t*)k, &sha); in sha1_hmac()
39 Sha1::SHA1_Init(&sha); in sha1_hmac()
40 Sha1::SHA1_Update(&sha, (uint8_t*)kipad, B); in sha1_hmac()
41 Sha1::SHA1_Update(&sha, (uint8_t*)text, (int)tlen); in sha1_hmac()
42 Sha1::SHA1_Final((uint8_t*)digest, &sha); in sha1_hmac()
45 Sha1::SHA1_Init(&sha); in sha1_hmac()
46 Sha1::SHA1_Update(&sha, (uint8_t*)kopad, B); in sha1_hmac()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/delibs/decpp/
H A DdeSha1.cpp29 Sha1 Sha1::parse (const std::string& str) in parse()
36 return Sha1(hash); in parse()
39 Sha1 Sha1::compute (size_t size, const void* data) in compute()
44 return Sha1(hash); in compute()
57 Sha1 Sha1Stream::finalize (void) in finalize()
62 return Sha1(hash); in finalize()
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/utils/
H A Dsha1.h52 class Sha1 {
66 Sha1::init() { in init()
71 Sha1::update(const void* data, unsigned int length) { in update()
76 Sha1::final_c(char* buffer) { in final_c()
90 Sha1::init() {
95 Sha1::update(const void* data, unsigned int length) {
100 Sha1::final_c(char* buffer) {
112 Sha1 sha1; in sha1_salt()
125 Sha1 sha1; in sha1_salt()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Protocol.Tls/
H A DCipherSuiteFactory.cs62 …SA_WITH_AES_256_CBC_SHA", CipherAlgorithmType.Rijndael, HashAlgorithmType.Sha1, ExchangeAlgorithmT… in GetTls1SupportedCiphers()
63 …SA_WITH_AES_128_CBC_SHA", CipherAlgorithmType.Rijndael, HashAlgorithmType.Sha1, ExchangeAlgorithmT… in GetTls1SupportedCiphers()
64 …_WITH_3DES_EDE_CBC_SHA", CipherAlgorithmType.TripleDes, HashAlgorithmType.Sha1, ExchangeAlgorithmT… in GetTls1SupportedCiphers()
65 …5, "TLS_RSA_WITH_RC4_128_SHA", CipherAlgorithmType.Rc4, HashAlgorithmType.Sha1, ExchangeAlgorithmT… in GetTls1SupportedCiphers()
67 …9, "TLS_RSA_WITH_DES_CBC_SHA", CipherAlgorithmType.Des, HashAlgorithmType.Sha1, ExchangeAlgorithmT… in GetTls1SupportedCiphers()
141 …SA_WITH_AES_256_CBC_SHA", CipherAlgorithmType.Rijndael, HashAlgorithmType.Sha1, ExchangeAlgorithmT… in GetSsl3SupportedCiphers()
142 …SA_WITH_AES_128_CBC_SHA", CipherAlgorithmType.Rijndael, HashAlgorithmType.Sha1, ExchangeAlgorithmT… in GetSsl3SupportedCiphers()
143 …_WITH_3DES_EDE_CBC_SHA", CipherAlgorithmType.TripleDes, HashAlgorithmType.Sha1, ExchangeAlgorithmT… in GetSsl3SupportedCiphers()
144 …5, "SSL_RSA_WITH_RC4_128_SHA", CipherAlgorithmType.Rc4, HashAlgorithmType.Sha1, ExchangeAlgorithmT… in GetSsl3SupportedCiphers()
146 …9, "SSL_RSA_WITH_DES_CBC_SHA", CipherAlgorithmType.Des, HashAlgorithmType.Sha1, ExchangeAlgorithmT… in GetSsl3SupportedCiphers()
/dports/devel/racer/racer-2.1.48/cargo-crates/sha-1-0.9.2/src/
H A Dlib.rs49 pub struct Sha1 { struct
55 impl Default for Sha1 { argument
57 Sha1 { in default()
65 impl BlockInput for Sha1 { implementation
69 impl Update for Sha1 { implementation
79 impl FixedOutputDirty for Sha1 { implementation
93 impl Reset for Sha1 { implementation
101 opaque_debug::implement!(Sha1);
102 digest::impl_write!(Sha1);
/dports/lang/rust/rustc-1.58.1-src/vendor/sha-1/src/
H A Dlib.rs46 pub struct Sha1 { struct
52 impl Default for Sha1 { argument
54 Sha1 { in default()
62 impl BlockInput for Sha1 { implementation
66 impl Update for Sha1 { implementation
76 impl FixedOutputDirty for Sha1 { implementation
90 impl Reset for Sha1 { implementation
98 opaque_debug::implement!(Sha1);
99 digest::impl_write!(Sha1);
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/sha-1-0.9.1/src/
H A Dlib.rs46 pub struct Sha1 { struct
52 impl Default for Sha1 { argument
54 Sha1 { in default()
62 impl BlockInput for Sha1 { implementation
66 impl Update for Sha1 { implementation
76 impl FixedOutputDirty for Sha1 { implementation
90 impl Reset for Sha1 { implementation
98 opaque_debug::implement!(Sha1);
99 digest::impl_write!(Sha1);
/dports/devel/sccache/sccache-0.2.15/cargo-crates/sha-1-0.9.2/src/
H A Dlib.rs49 pub struct Sha1 { struct
55 impl Default for Sha1 { argument
57 Sha1 { in default()
65 impl BlockInput for Sha1 { implementation
69 impl Update for Sha1 { implementation
79 impl FixedOutputDirty for Sha1 { implementation
93 impl Reset for Sha1 { implementation
101 opaque_debug::implement!(Sha1);
102 digest::impl_write!(Sha1);
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/sha-1-0.9.8/src/
H A Dlib.rs63 pub struct Sha1 { struct
69 impl Default for Sha1 { implementation
71 Sha1 { in default()
79 impl BlockInput for Sha1 { implementation
83 impl Update for Sha1 { implementation
93 impl FixedOutputDirty for Sha1 { implementation
107 impl Reset for Sha1 { implementation
115 opaque_debug::implement!(Sha1);
116 digest::impl_write!(Sha1);
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/sha-1-0.9.4/src/
H A Dlib.rs53 pub struct Sha1 { struct
59 impl Default for Sha1 { argument
61 Sha1 { in default()
69 impl BlockInput for Sha1 { implementation
73 impl Update for Sha1 { implementation
83 impl FixedOutputDirty for Sha1 { implementation
97 impl Reset for Sha1 { implementation
105 opaque_debug::implement!(Sha1);
106 digest::impl_write!(Sha1);
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/sha-1-0.9.8/src/
H A Dlib.rs63 pub struct Sha1 { struct
69 impl Default for Sha1 { argument
71 Sha1 { in default()
79 impl BlockInput for Sha1 { implementation
83 impl Update for Sha1 { implementation
93 impl FixedOutputDirty for Sha1 { implementation
107 impl Reset for Sha1 { implementation
115 opaque_debug::implement!(Sha1);
116 digest::impl_write!(Sha1);
/dports/net/oha/oha-0.4.7/cargo-crates/sha-1-0.9.8/src/
H A Dlib.rs63 pub struct Sha1 { struct
69 impl Default for Sha1 { argument
71 Sha1 { in default()
79 impl BlockInput for Sha1 { implementation
83 impl Update for Sha1 { implementation
93 impl FixedOutputDirty for Sha1 { implementation
107 impl Reset for Sha1 { implementation
115 opaque_debug::implement!(Sha1);
116 digest::impl_write!(Sha1);
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/sha-1-0.9.7/src/
H A Dlib.rs63 pub struct Sha1 { struct
69 impl Default for Sha1 { argument
71 Sha1 { in default()
79 impl BlockInput for Sha1 { implementation
83 impl Update for Sha1 { implementation
93 impl FixedOutputDirty for Sha1 { implementation
107 impl Reset for Sha1 { implementation
115 opaque_debug::implement!(Sha1);
116 digest::impl_write!(Sha1);
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/sha-1-0.9.8/src/
H A Dlib.rs63 pub struct Sha1 { struct
69 impl Default for Sha1 { argument
71 Sha1 { in default()
79 impl BlockInput for Sha1 { implementation
83 impl Update for Sha1 { implementation
93 impl FixedOutputDirty for Sha1 { implementation
107 impl Reset for Sha1 { implementation
115 opaque_debug::implement!(Sha1);
116 digest::impl_write!(Sha1);
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/sha-1-0.9.8/src/
H A Dlib.rs63 pub struct Sha1 {
69 impl Default for Sha1 {
71 Sha1 {
79 impl BlockInput for Sha1 {
83 impl Update for Sha1 {
93 impl FixedOutputDirty for Sha1 {
107 impl Reset for Sha1 {
115 opaque_debug::implement!(Sha1);
116 digest::impl_write!(Sha1);
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/sha-1-0.9.8/src/
H A Dlib.rs63 pub struct Sha1 { struct
69 impl Default for Sha1 { argument
71 Sha1 { in default()
79 impl BlockInput for Sha1 { implementation
83 impl Update for Sha1 { implementation
93 impl FixedOutputDirty for Sha1 { implementation
107 impl Reset for Sha1 { implementation
115 opaque_debug::implement!(Sha1);
116 digest::impl_write!(Sha1);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/sha-1-0.9.8/src/
H A Dlib.rs63 pub struct Sha1 { struct
69 impl Default for Sha1 { argument
71 Sha1 { in default()
79 impl BlockInput for Sha1 { implementation
83 impl Update for Sha1 { implementation
93 impl FixedOutputDirty for Sha1 { implementation
107 impl Reset for Sha1 { implementation
115 opaque_debug::implement!(Sha1);
116 digest::impl_write!(Sha1);
/dports/net-im/libsignal-client/libsignal-client-0.9.6/rust/crypto/src/
H A Dhash.rs9 use sha1::Sha1;
15 HmacSha1(Hmac<Sha1>),
22 Hmac::<Sha1>::new_varkey(key).expect("HMAC accepts any key length"), in new()
49 Sha1(Sha1), enumerator
57 "SHA-1" | "SHA1" | "Sha1" => Ok(Self::Sha1(Sha1::new())), in new()
66 Self::Sha1(sha1) => sha1.update(input), in update()
75 Self::Sha1(sha1) => sha1.finalize_reset().to_vec(), in finalize()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/sha-1-0.8.1/src/
H A Dlib.rs65 pub struct Sha1 { struct
71 impl Default for Sha1 { argument
73 Sha1{ h: H, len: 0u64, buffer: Default::default() } in default()
77 impl BlockInput for Sha1 { implementation
81 impl Input for Sha1 { implementation
91 impl FixedOutput for Sha1 { implementation
106 impl Reset for Sha1 { implementation
114 impl_opaque_debug!(Sha1);
115 impl_write!(Sha1);

12345678910>>...86