Home
last modified time | relevance | path

Searched defs:VerifyData (Results 1 – 25 of 108) sorted by relevance

12345

/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/server/gc/
H A Dverify.c4 typedef struct VerifyData { struct
8 } VerifyData; argument
/dports/news/pan/pan-0.145/pan/gui/
H A Dgui.h72 struct VerifyData struct
75 gnutls_x509_crt_t cert;
77 std::string server;
78 std::string cert_name;
79 int nr;
80 GUI* gui;
82 void deinit_cert() { gnutls_x509_crt_deinit(cert); } in deinit_cert()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Security/Cryptography/
H A DECDsaCng.cs78 public bool VerifyData (byte[] data, byte[] signature) { in VerifyData() method in System.Security.Cryptography.ECDsaCng
82 public bool VerifyData (System.IO.Stream data, byte[] signature) { in VerifyData() method in System.Security.Cryptography.ECDsaCng
86 public bool VerifyData (byte[] data, int offset, int count, byte[] signature) { in VerifyData() method in System.Security.Cryptography.ECDsaCng
H A DECDsa.cs134 public bool VerifyData(byte[] data, byte[] signature, HashAlgorithmName hashAlgorithm) { in VerifyData() method in System.Security.Cryptography.ECDsa
141 …public virtual bool VerifyData(byte[] data, int offset, int count, byte[] signature, HashAlgorithm… in VerifyData() method in System.Security.Cryptography.ECDsa
162 public bool VerifyData(Stream data, byte[] signature, HashAlgorithmName hashAlgorithm) { in VerifyData() method in System.Security.Cryptography.ECDsa
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Security/Cryptography/AlgorithmImplementations/DSA/
H A DDSASignVerify.cs15 …public override bool VerifyData(DSA dsa, byte[] data, byte[] signature, HashAlgorithmName hashAlgo… in VerifyData() method in System.Security.Cryptography.Dsa.Tests.DSASignVerify_Array
52 …public override bool VerifyData(DSA dsa, byte[] data, byte[] signature, HashAlgorithmName hashAlgo… in VerifyData() method in System.Security.Cryptography.Dsa.Tests.DSASignVerify_Stream
73 …public override bool VerifyData(DSA dsa, byte[] data, byte[] signature, HashAlgorithmName hashAlgo… in VerifyData() method in System.Security.Cryptography.Dsa.Tests.DSASignVerify_Span
94 …public abstract bool VerifyData(DSA dsa, byte[] data, byte[] signature, HashAlgorithmName hashAlgo… in VerifyData() method in System.Security.Cryptography.Dsa.Tests.DSASignVerify
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Cng/src/System/Security/Cryptography/
H A DECDsaCng.cs110 public bool VerifyData(byte[] data, byte[] signature) in VerifyData() method in System.Security.Cryptography.ECDsaCng
113 public bool VerifyData(byte[] data, int offset, int count, byte[] signature) in VerifyData() method in System.Security.Cryptography.ECDsaCng
116 public bool VerifyData(Stream data, byte[] signature) in VerifyData() method in System.Security.Cryptography.ECDsaCng
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Algorithms/src/System/Security/Cryptography/
H A DECDsa.cs114 public bool VerifyData(byte[] data, byte[] signature, HashAlgorithmName hashAlgorithm) in VerifyData() method in System.Security.Cryptography.ECDsa
122 …public virtual bool VerifyData(byte[] data, int offset, int count, byte[] signature, HashAlgorithm… in VerifyData() method in System.Security.Cryptography.ECDsa
139 …public virtual bool VerifyData(ReadOnlySpan<byte> data, ReadOnlySpan<byte> signature, HashAlgorith… in VerifyData() method in System.Security.Cryptography.ECDsa
165 public bool VerifyData(Stream data, byte[] signature, HashAlgorithmName hashAlgorithm) in VerifyData() method in System.Security.Cryptography.ECDsa
H A DDSA.cs100 public bool VerifyData(byte[] data, byte[] signature, HashAlgorithmName hashAlgorithm) in VerifyData() method in System.Security.Cryptography.DSA
110 …public virtual bool VerifyData(byte[] data, int offset, int count, byte[] signature, HashAlgorithm… in VerifyData() method in System.Security.Cryptography.DSA
122 … public virtual bool VerifyData(Stream data, byte[] signature, HashAlgorithmName hashAlgorithm) in VerifyData() method in System.Security.Cryptography.DSA
191 …public virtual bool VerifyData(ReadOnlySpan<byte> data, ReadOnlySpan<byte> signature, HashAlgorith… in VerifyData() method in System.Security.Cryptography.DSA
H A DRSA.cs208 …public bool VerifyData(byte[] data, byte[] signature, HashAlgorithmName hashAlgorithm, RSASignatur… in VerifyData() method in System.Security.Cryptography.RSA
216 public virtual bool VerifyData( in VerifyData() method in System.Security.Cryptography.RSA
241 …public bool VerifyData(Stream data, byte[] signature, HashAlgorithmName hashAlgorithm, RSASignatur… in VerifyData() method in System.Security.Cryptography.RSA
256 …public virtual bool VerifyData(ReadOnlySpan<byte> data, ReadOnlySpan<byte> signature, HashAlgorith… in VerifyData() method in System.Security.Cryptography.RSA
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Security/Cryptography/AlgorithmImplementations/ECDsa/
H A DECDsaTests.cs16 …protected override bool VerifyData(ECDsa ecdsa, byte[] data, int offset, int count, byte[] signatu… in VerifyData() method in System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Array
82 …protected override bool VerifyData(ECDsa ecdsa, byte[] data, int offset, int count, byte[] signatu… in VerifyData() method in System.Security.Cryptography.EcDsa.Tests.ECDsaTests_Stream
119 …protected bool VerifyData(ECDsa ecdsa, byte[] data, byte[] signature, HashAlgorithmName hashAlgori… in VerifyData() method in System.Security.Cryptography.EcDsa.Tests.ECDsaTests
121 …protected abstract bool VerifyData(ECDsa ecdsa, byte[] data, int offset, int count, byte[] signatu… in VerifyData() method in System.Security.Cryptography.EcDsa.Tests.ECDsaTests
/dports/lang/perl5.32/perl-5.32.1/lib/
H A Ddbm_filter_util.pl26 sub VerifyData subroutine
/dports/lang/perl5.34/perl-5.34.0/lib/
H A Ddbm_filter_util.pl26 sub VerifyData subroutine
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/lib/
H A Ddbm_filter_util.pl26 sub VerifyData subroutine
/dports/lang/perl5.30/perl-5.30.3/lib/
H A Ddbm_filter_util.pl26 sub VerifyData subroutine
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/tungstenite-0.13.0/src/handshake/
H A Dclient.rs141 struct VerifyData { struct
146 impl VerifyData { impl
/dports/net/oha/oha-0.4.7/cargo-crates/tungstenite-0.12.0/src/handshake/
H A Dclient.rs143 struct VerifyData { struct
148 impl VerifyData { argument
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/tungstenite-0.12.0/src/handshake/
H A Dclient.rs143 struct VerifyData { struct
148 impl VerifyData { impl
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/cryptography/
H A Ddsa.cs110 public bool VerifyData(byte[] data, byte[] signature, HashAlgorithmName hashAlgorithm) in VerifyData() method in System.Security.Cryptography.DSA
117 …public virtual bool VerifyData(byte[] data, int offset, int count, byte[] signature, HashAlgorithm… in VerifyData() method in System.Security.Cryptography.DSA
129 … public virtual bool VerifyData(Stream data, byte[] signature, HashAlgorithmName hashAlgorithm) in VerifyData() method in System.Security.Cryptography.DSA
H A Drsa.cs139 …public bool VerifyData(byte[] data, byte[] signature, HashAlgorithmName hashAlgorithm, RSASignatur… in VerifyData() method in System.Security.Cryptography.RSA
146 …public virtual bool VerifyData(byte[] data, int offset, int count, byte[] signature, HashAlgorithm… in VerifyData() method in System.Security.Cryptography.RSA
170 …public bool VerifyData(Stream data, byte[] signature, HashAlgorithmName hashAlgorithm, RSASignatur… in VerifyData() method in System.Security.Cryptography.RSA
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Csp/src/System/Security/Cryptography/
H A DDSACryptoServiceProvider.Unix.cs208 public bool VerifyData(byte[] rgbData, byte[] rgbSignature) => in VerifyData() method in System.Security.Cryptography.DSACryptoServiceProvider
227 …public override bool VerifyData(byte[] data, int offset, int count, byte[] signature, HashAlgorith… in VerifyData() method in System.Security.Cryptography.DSACryptoServiceProvider
235 … public override bool VerifyData(Stream data, byte[] signature, HashAlgorithmName hashAlgorithm) in VerifyData() method in System.Security.Cryptography.DSACryptoServiceProvider
243 …public override bool VerifyData(ReadOnlySpan<byte> data, ReadOnlySpan<byte> signature, HashAlgorit… in VerifyData() method in System.Security.Cryptography.DSACryptoServiceProvider
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/dtls/v2/pkg/protocol/handshake/
H A Dmessage_finished.go10 VerifyData []byte member
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Algorithms/ref/
H A DSystem.Security.Cryptography.Algorithms.netcoreapp.cs16 …public virtual bool VerifyData(ReadOnlySpan<byte> data, ReadOnlySpan<byte> signature, HashAlgorith… in VerifyData() method in System.Security.Cryptography.DSA
24 …public virtual bool VerifyData(ReadOnlySpan<byte> data, ReadOnlySpan<byte> signature, HashAlgorith… in VerifyData() method in System.Security.Cryptography.ECDsa
44 …public virtual bool VerifyData(System.ReadOnlySpan<byte> data, System.ReadOnlySpan<byte> signature… in VerifyData() method in System.Security.Cryptography.RSA
/dports/lang/spidermonkey60/firefox-60.9.0/security/manager/ssl/
H A DnsDataSignatureVerifier.cpp36 nsDataSignatureVerifier::VerifyData(const nsACString& aData, in VerifyData() function in nsDataSignatureVerifier
/dports/misc/adios2/ADIOS2-2.7.1/testing/adios2/engine/dataman/
H A DTestDataMan1D.cpp60 void VerifyData(const std::complex<T> *data, const size_t size, size_t step) in VerifyData() function
71 void VerifyData(const T *data, const size_t size, size_t step) in VerifyData() function
82 void VerifyData(const std::vector<T> &data, const size_t step) in VerifyData() function
H A DTestDataManReaderDoubleBuffer.cpp55 void VerifyData(const std::complex<T> *data, const size_t size, size_t step) in VerifyData() function
66 void VerifyData(const T *data, const size_t size, size_t step) in VerifyData() function
77 void VerifyData(const std::vector<T> &data, const size_t step) in VerifyData() function

12345