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