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