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