1 write to s_evpSha1
System.Security.Cryptography (1)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EVP.DigestAlgs.cs (1)
38
s_evpSha1 != IntPtr.Zero ? s_evpSha1 : (
s_evpSha1
= CryptoNative_EvpSha1());
2 references to s_evpSha1
System.Security.Cryptography (2)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EVP.DigestAlgs.cs (2)
38
s_evpSha1
!= IntPtr.Zero ?
s_evpSha1
: (s_evpSha1 = CryptoNative_EvpSha1());