10 references to OpenSslIsAvailable
System.Security.Cryptography (10)
System\Security\Cryptography\AesCcm.OpenSsl.cs (1)
14public static bool IsSupported { get; } = Interop.OpenSslNoInit.OpenSslIsAvailable;
System\Security\Cryptography\AesGcm.OpenSsl.cs (1)
14private static readonly bool s_isSupported = Interop.OpenSslNoInit.OpenSslIsAvailable;
System\Security\Cryptography\ChaCha20Poly1305.OpenSsl.cs (1)
12public static bool IsSupported { get; } = Interop.OpenSslNoInit.OpenSslIsAvailable &&
System\Security\Cryptography\DSAOpenSsl.cs (1)
114if (!Interop.OpenSslNoInit.OpenSslIsAvailable)
System\Security\Cryptography\ECDiffieHellmanOpenSsl.cs (1)
87if (!Interop.OpenSslNoInit.OpenSslIsAvailable)
System\Security\Cryptography\ECDsaOpenSsl.cs (1)
87if (!Interop.OpenSslNoInit.OpenSslIsAvailable)
System\Security\Cryptography\RSAOpenSsl.cs (1)
98if (!Interop.OpenSslNoInit.OpenSslIsAvailable)
System\Security\Cryptography\SafeEvpPKeyHandle.OpenSsl.cs (3)
153if (!Interop.OpenSslNoInit.OpenSslIsAvailable) 206if (!Interop.OpenSslNoInit.OpenSslIsAvailable) 258if (!Interop.OpenSslNoInit.OpenSslIsAvailable)