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