Home
last modified time | relevance | path

Searched refs:Md5 (Results 1 – 25 of 2542) sorted by relevance

12345678910>>...102

/dports/databases/hashtypes/hashtypes-0.1.1/src/
H A Dmd5.c19 typedef struct Md5 { struct
21 } Md5; typedef
52 Md5 *output; in md5_in()
64 Md5 *value; in text_to_md5()
102 Md5 *output; in bytea_to_md5()
110 output = palloc(sizeof(Md5)); in bytea_to_md5()
129 Md5 *a = PG_GETARG_MD5(0); in md5_cmp()
130 Md5 *b = PG_GETARG_MD5(1); in md5_cmp()
139 Md5 *a = PG_GETARG_MD5(0); in md5_eq()
140 Md5 *b = PG_GETARG_MD5(1); in md5_eq()
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-7.0.0/src/hash/insecure_do_not_use/
H A Dmd5.rs15 pub struct Md5 { struct
19 impl_write_for_hash!(Md5); argument
21 impl Clone for Md5 { implementation
29 Md5 { context: ctx } in clone()
34 impl Default for Md5 { implementation
42 Md5 { context: ctx } in default()
46 impl Hash for Md5 { implementation
76 impl NettleHash for Md5 { implementation
90 let _ = Md5::default(); in do_nothing()
95 let mut ctx = Md5::default(); in rfc_1321()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/md-5-0.9.1/src/
H A Dlib.rs53 pub struct Md5 { struct
59 impl Default for Md5 { argument
61 Md5 { in default()
77 impl Md5 { impl
86 impl BlockInput for Md5 { implementation
90 impl Update for Md5 { implementation
102 impl FixedOutputDirty for Md5 { implementation
114 impl Reset for Md5 { implementation
122 opaque_debug::implement!(Md5);
123 digest::impl_write!(Md5);
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/md-5-0.8.0/src/
H A Dlib.rs56 pub struct Md5 { struct
62 impl Default for Md5 { argument
64 Md5 { in default()
77 impl Md5 { impl
86 impl BlockInput for Md5 { implementation
90 impl Input for Md5 { implementation
102 impl FixedOutput for Md5 { implementation
114 impl Reset for Md5 { implementation
122 impl_opaque_debug!(Md5);
123 impl_write!(Md5);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/md-5-0.9.1/src/
H A Dlib.rs53 pub struct Md5 { struct
59 impl Default for Md5 { argument
61 Md5 { in default()
77 impl Md5 { impl
86 impl BlockInput for Md5 { implementation
90 impl Update for Md5 { implementation
102 impl FixedOutputDirty for Md5 { implementation
114 impl Reset for Md5 { implementation
122 opaque_debug::implement!(Md5);
123 digest::impl_write!(Md5);
/dports/devel/racer/racer-2.1.48/cargo-crates/md-5-0.9.1/src/
H A Dlib.rs53 pub struct Md5 { struct
59 impl Default for Md5 { argument
61 Md5 { in default()
77 impl Md5 { impl
86 impl BlockInput for Md5 { implementation
90 impl Update for Md5 { implementation
102 impl FixedOutputDirty for Md5 { implementation
114 impl Reset for Md5 { implementation
122 opaque_debug::implement!(Md5);
123 digest::impl_write!(Md5);
/dports/devel/grcov/grcov-0.8.2/cargo-crates/md-5-0.9.1/src/
H A Dlib.rs53 pub struct Md5 { struct
59 impl Default for Md5 { argument
61 Md5 { in default()
77 impl Md5 { impl
86 impl BlockInput for Md5 { implementation
90 impl Update for Md5 { implementation
102 impl FixedOutputDirty for Md5 { implementation
114 impl Reset for Md5 { implementation
122 opaque_debug::implement!(Md5);
123 digest::impl_write!(Md5);
/dports/www/xh/xh-0.14.1/cargo-crates/md-5-0.9.1/src/
H A Dlib.rs53 pub struct Md5 { struct
59 impl Default for Md5 { argument
61 Md5 { in default()
77 impl Md5 { impl
86 impl BlockInput for Md5 { implementation
90 impl Update for Md5 { implementation
102 impl FixedOutputDirty for Md5 { implementation
114 impl Reset for Md5 { implementation
122 opaque_debug::implement!(Md5);
123 digest::impl_write!(Md5);
/dports/lang/rust/rustc-1.58.1-src/vendor/md-5/src/
H A Dlib.rs53 pub struct Md5 { struct
59 impl Default for Md5 { argument
61 Md5 { in default()
77 impl Md5 { impl
86 impl BlockInput for Md5 { implementation
90 impl Update for Md5 { implementation
102 impl FixedOutputDirty for Md5 { implementation
114 impl Reset for Md5 { implementation
122 opaque_debug::implement!(Md5);
123 digest::impl_write!(Md5);
/dports/mail/emailrelay/emailrelay-1.9/src/glib/
H A Dgmd5_native.cpp64 if( s.empty() ) throw G::Md5::Error( s ) ; in toUnsigned()
80 if( n == 10U ) throw G::Md5::Error( s ) ; in toUnsigned()
81 if( limited && (result+n) < result ) throw G::Md5::Error( s ) ; in toUnsigned()
98 std::string G::Md5::xor_( const std::string & s1 , const std::string & s2 ) in xor_()
114 std::string G::Md5::key64( std::string k ) in key64()
125 std::string G::Md5::ipad() in ipad()
131 std::string G::Md5::opad() in opad()
137 std::string G::Md5::mask( const std::string & k ) in mask()
143 std::string G::Md5::mask( const std::string & k64 , const std::string & pad ) in mask()
173 std::string G::Md5::digest( const std::string & input ) in digest()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Mono.Security.Protocol.Tls/
H A DCipherSuiteFactory.cs59 …04, "TLS_RSA_WITH_RC4_128_MD5", CipherAlgorithmType.Rc4, HashAlgorithmType.Md5, ExchangeAlgorithmT… in GetTls1SupportedCiphers()
63 …LS_RSA_EXPORT_WITH_RC4_40_MD5", CipherAlgorithmType.Rc4, HashAlgorithmType.Md5, ExchangeAlgorithmT… in GetTls1SupportedCiphers()
64 …SA_EXPORT_WITH_RC2_CBC_40_MD5", CipherAlgorithmType.Rc2, HashAlgorithmType.Md5, ExchangeAlgorithmT… in GetTls1SupportedCiphers()
66 …LS_RSA_EXPORT_WITH_RC4_56_MD5", CipherAlgorithmType.Rc4, HashAlgorithmType.Md5, ExchangeAlgorithmT… in GetTls1SupportedCiphers()
67 …SA_EXPORT_WITH_RC2_CBC_56_MD5", CipherAlgorithmType.Rc2, HashAlgorithmType.Md5, ExchangeAlgorithmT… in GetTls1SupportedCiphers()
137 …04, "SSL_RSA_WITH_RC4_128_MD5", CipherAlgorithmType.Rc4, HashAlgorithmType.Md5, ExchangeAlgorithmT… in GetSsl3SupportedCiphers()
141 …SL_RSA_EXPORT_WITH_RC4_40_MD5", CipherAlgorithmType.Rc4, HashAlgorithmType.Md5, ExchangeAlgorithmT… in GetSsl3SupportedCiphers()
142 …SA_EXPORT_WITH_RC2_CBC_40_MD5", CipherAlgorithmType.Rc2, HashAlgorithmType.Md5, ExchangeAlgorithmT… in GetSsl3SupportedCiphers()
144 …SL_RSA_EXPORT_WITH_RC4_56_MD5", CipherAlgorithmType.Rc4, HashAlgorithmType.Md5, ExchangeAlgorithmT… in GetSsl3SupportedCiphers()
145 …SA_EXPORT_WITH_RC2_CBC_56_MD5", CipherAlgorithmType.Rc2, HashAlgorithmType.Md5, ExchangeAlgorithmT… in GetSsl3SupportedCiphers()
/dports/devel/ptlib/ptlib-2.10.11/samples/md5/
H A Dencrypt.cxx19 class Md5 : public PProcess class
21 PCLASSINFO(Md5, PProcess);
23 Md5();
27 PCREATE_PROCESS(Md5);
29 Md5::Md5() in Md5() function in Md5
35 void Md5::Main() in Main()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dmd5digest_unittest.cc34 std::string Md5(const std::string& input) { in Md5() function
47 EXPECT_EQ("d41d8cd98f00b204e9800998ecf8427e", Md5("")); in TEST()
48 EXPECT_EQ("0cc175b9c0f1b6a831c399e269772661", Md5("a")); in TEST()
49 EXPECT_EQ("900150983cd24fb0d6963f7d28e17f72", Md5("abc")); in TEST()
50 EXPECT_EQ("f96b697d7cb7938d525a2f31aaf161d0", Md5("message digest")); in TEST()
52 Md5("abcdefghijklmnopqrstuvwxyz")); in TEST()
/dports/shells/ksh93/ast-93u/src/cmd/vczip/tests/
H A Dtvcsum.c30 static Pair_t Md5[] = variable
44 for(k = 0; Md5[k].str; ++k) in main()
45 { if((n = vcxencode(&xx, Md5[k].str, strlen((char*)Md5[k].str), &sum)) < 0 ) in main()
51 if(strcmp((char*)Md5[k].sum, (char*)hex) != 0) in main()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/vczip/tests/
H A Dtvcsum.c30 static Pair_t Md5[] = variable
44 for(k = 0; Md5[k].str; ++k) in main()
45 { if((n = vcxencode(&xx, Md5[k].str, strlen((char*)Md5[k].str), &sum)) < 0 ) in main()
51 if(strcmp((char*)Md5[k].sum, (char*)hex) != 0) in main()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/vczip/tests/
H A Dtvcsum.c30 static Pair_t Md5[] = variable
44 for(k = 0; Md5[k].str; ++k) in MAIN()
45 { if((n = vcxencode(&xx, Md5[k].str, strlen((char*)Md5[k].str), &sum)) < 0 ) in MAIN()
51 if(strcmp((char*)Md5[k].sum, (char*)hex) != 0) in MAIN()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dmd5digest_unittest.cc17 std::string Md5(const std::string& input) { in Md5() function
30 EXPECT_EQ("d41d8cd98f00b204e9800998ecf8427e", Md5("")); in TEST()
31 EXPECT_EQ("0cc175b9c0f1b6a831c399e269772661", Md5("a")); in TEST()
32 EXPECT_EQ("900150983cd24fb0d6963f7d28e17f72", Md5("abc")); in TEST()
33 EXPECT_EQ("f96b697d7cb7938d525a2f31aaf161d0", Md5("message digest")); in TEST()
35 Md5("abcdefghijklmnopqrstuvwxyz")); in TEST()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/base/
H A Dmd5digest_unittest.cc17 std::string Md5(const std::string& input) { in Md5() function
30 EXPECT_EQ("d41d8cd98f00b204e9800998ecf8427e", Md5("")); in TEST()
31 EXPECT_EQ("0cc175b9c0f1b6a831c399e269772661", Md5("a")); in TEST()
32 EXPECT_EQ("900150983cd24fb0d6963f7d28e17f72", Md5("abc")); in TEST()
33 EXPECT_EQ("f96b697d7cb7938d525a2f31aaf161d0", Md5("message digest")); in TEST()
35 Md5("abcdefghijklmnopqrstuvwxyz")); in TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dmd5digest_unittest.cc17 std::string Md5(const std::string& input) { in Md5() function
30 EXPECT_EQ("d41d8cd98f00b204e9800998ecf8427e", Md5("")); in TEST()
31 EXPECT_EQ("0cc175b9c0f1b6a831c399e269772661", Md5("a")); in TEST()
32 EXPECT_EQ("900150983cd24fb0d6963f7d28e17f72", Md5("abc")); in TEST()
33 EXPECT_EQ("f96b697d7cb7938d525a2f31aaf161d0", Md5("message digest")); in TEST()
35 Md5("abcdefghijklmnopqrstuvwxyz")); in TEST()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dmd5digest_unittest.cc17 std::string Md5(const std::string& input) {
30 EXPECT_EQ("d41d8cd98f00b204e9800998ecf8427e", Md5(""));
31 EXPECT_EQ("0cc175b9c0f1b6a831c399e269772661", Md5("a"));
32 EXPECT_EQ("900150983cd24fb0d6963f7d28e17f72", Md5("abc"));
33 EXPECT_EQ("f96b697d7cb7938d525a2f31aaf161d0", Md5("message digest"));
35 Md5("abcdefghijklmnopqrstuvwxyz"));
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/rtc_base/
H A Dmd5digest_unittest.cc17 std::string Md5(const std::string& input) { in Md5() function
30 EXPECT_EQ("d41d8cd98f00b204e9800998ecf8427e", Md5("")); in TEST()
31 EXPECT_EQ("0cc175b9c0f1b6a831c399e269772661", Md5("a")); in TEST()
32 EXPECT_EQ("900150983cd24fb0d6963f7d28e17f72", Md5("abc")); in TEST()
33 EXPECT_EQ("f96b697d7cb7938d525a2f31aaf161d0", Md5("message digest")); in TEST()
35 Md5("abcdefghijklmnopqrstuvwxyz")); in TEST()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/rtc_base/
H A Dmd5digest_unittest.cc17 std::string Md5(const std::string& input) { in Md5() function
30 EXPECT_EQ("d41d8cd98f00b204e9800998ecf8427e", Md5("")); in TEST()
31 EXPECT_EQ("0cc175b9c0f1b6a831c399e269772661", Md5("a")); in TEST()
32 EXPECT_EQ("900150983cd24fb0d6963f7d28e17f72", Md5("abc")); in TEST()
33 EXPECT_EQ("f96b697d7cb7938d525a2f31aaf161d0", Md5("message digest")); in TEST()
35 Md5("abcdefghijklmnopqrstuvwxyz")); in TEST()
/dports/lang/zig-devel/zig-0.9.0/lib/std/crypto/
H A Dmd5.zig30 pub const Md5 = struct {
58 var d = Md5.init(options);
84 // Md5 uses the bottom 64-bits for length padding
240 try htest.assertEqualHash(Md5, "d41d8cd98f00b204e9800998ecf8427e", "");
241 try htest.assertEqualHash(Md5, "0cc175b9c0f1b6a831c399e269772661", "a");
250 var h = Md5.init(.{});
256 h = Md5.init(.{});
261 h = Md5.init(.{});
271 var block = [_]u8{0} ** Md5.block_length;
272 var out: [Md5.digest_length]u8 = undefined;
[all …]
/dports/lang/zig/zig-0.9.0/lib/std/crypto/
H A Dmd5.zig30 pub const Md5 = struct {
58 var d = Md5.init(options);
84 // Md5 uses the bottom 64-bits for length padding
240 try htest.assertEqualHash(Md5, "d41d8cd98f00b204e9800998ecf8427e", "");
241 try htest.assertEqualHash(Md5, "0cc175b9c0f1b6a831c399e269772661", "a");
250 var h = Md5.init(.{});
256 h = Md5.init(.{});
261 h = Md5.init(.{});
271 var block = [_]u8{0} ** Md5.block_length;
272 var out: [Md5.digest_length]u8 = undefined;
[all …]
/dports/net/gdrive/gdrive-2.1.1/
H A Dcompare.go14 return remote.Md5() != md5sum(local.AbsPath())
20 Md5 string `json:"md5"` member
40 return remote.Md5() != self.md5(local)
49 return cached.Md5
68 Md5: md5,

12345678910>>...102