2 references to BCRYPT_CSHAKE128_ALG_HANDLE
System.Security.Cryptography (2)
System\Security\Cryptography\HashProviderDispenser.Windows.cs (1)
255algHandle = Interop.BCrypt.BCryptAlgPseudoHandle.BCRYPT_CSHAKE128_ALG_HANDLE;
System\Security\Cryptography\LiteHash.Windows.cs (1)
184HashAlgorithmNames.CSHAKE128 => (nuint)Interop.BCrypt.BCryptAlgPseudoHandle.BCRYPT_CSHAKE128_ALG_HANDLE,