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