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