Home
last modified time | relevance | path

Searched refs:RsaSign (Results 1 – 25 of 108) sorted by relevance

12345

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Unix/System.Security.Cryptography.Native/
H A DInterop.Rsa.cs66 …internal static bool RsaSign(int type, ReadOnlySpan<byte> m, int m_len, Span<byte> sigret, out int… in RsaSign() method in Interop.Crypto
67RsaSign(type, ref MemoryMarshal.GetReference(m), m_len, ref MemoryMarshal.GetReference(sigret), ou… in RsaSign()
71 …private static extern bool RsaSign(int type, ref byte m, int m_len, ref byte sigret, out int sigle… in RsaSign() method in Interop.Crypto
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Security.Authentication/
H A DExchangeAlgorithmType.cs40 RsaSign = 0x2400 enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Mono.Security.Protocol.Tls/
H A DExchangeAlgorithmType.cs36 RsaSign enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Protocol.Tls/
H A DExchangeAlgorithmType.cs41 RsaSign enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/webcrypto/algorithms/
H A Drsa_sign.h27 Status RsaSign(const blink::WebCryptoKey& key,
H A Drsa_ssa.cc43 return RsaSign(key, 0, data, buffer); in Sign()
H A Drsa_pss.cc44 return RsaSign(key, algorithm.RsaPssParams()->SaltLengthBytes(), data, in Sign()
H A Drsa_sign.cc72 Status RsaSign(const blink::WebCryptoKey& key, in RsaSign() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/webcrypto/algorithms/
H A Drsa_sign.h27 Status RsaSign(const blink::WebCryptoKey& key,
H A Drsa_ssa.cc43 return RsaSign(key, 0, data, buffer); in Sign()
H A Drsa_pss.cc44 return RsaSign(key, algorithm.RsaPssParams()->SaltLengthBytes(), data, in Sign()
H A Drsa_sign.cc72 Status RsaSign(const blink::WebCryptoKey& key, in RsaSign() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/SecureProtocols/
H A DSslEnumTypes.cs39 RsaSign = (Alg.ClassSignture| Alg.TypeRSA | Alg.Any), enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/src/System/Net/SecureProtocols/
H A DSslEnumTypes.cs25RsaSign = (Interop.Crypt32.ALG_CLASS_SIGNATURE | Interop.Crypt32.ALG_TYPE_RSA | Interop.Crypt32.AL… enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Security/Cryptography/
H A DRSAOpenSsl.cs416 bool success = Interop.Crypto.RsaSign( in SignHash()
465 …if (!Interop.Crypto.RsaSign(algorithmNid, source, source.Length, destination, out signatureSize, r… in TrySignHash()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.Net.Security/
H A DLegacySslStream.cs249 case MonoExchangeAlgorithmType.RsaSign:
250 return ExchangeAlgorithmType.RsaSign;
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Protocol.Tls.Handshake.Server/
H A DTlsClientCertificate.cs110 case ExchangeAlgorithmType.RsaSign: in checkCertificateUsage()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/Unix/System.Security.Cryptography.Native/
H A Dpal_ssl.h61 RsaSign = 9216, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Mono.Security.Protocol.Tls.Handshake.Server/
H A DTlsClientCertificate.cs106 case ExchangeAlgorithmType.RsaSign: in checkCertificateUsage()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/certificate_provider/
H A Dcertificate_provider_apitest.cc87 bool RsaSign(const std::vector<uint8_t>& digest, in RsaSign() function
331 EXPECT_TRUE(RsaSign(request_digest, key.get(), &signature)); in IN_PROC_BROWSER_TEST_F()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/schannel-0.1.19/src/
H A Dschannel_cred.rs85 RsaSign = wincrypt::CALG_RSA_SIGN, enumerator
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/schannel-0.1.19/src/
H A Dschannel_cred.rs85 RsaSign = wincrypt::CALG_RSA_SIGN, enumerator
/dports/devel/sccache/sccache-0.2.15/cargo-crates/schannel-0.1.19/src/
H A Dschannel_cred.rs85 RsaSign = wincrypt::CALG_RSA_SIGN, enumerator
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/schannel-0.1.19/src/
H A Dschannel_cred.rs85 RsaSign = wincrypt::CALG_RSA_SIGN, enumerator
/dports/www/castor/castor-0.8.16/cargo-crates/schannel-0.1.19/src/
H A Dschannel_cred.rs85 RsaSign = wincrypt::CALG_RSA_SIGN, enumerator

12345