8 references to HashLength
System.Security.Cryptography (8)
System\Security\Cryptography\HKDF.cs (6)
35
int hashLength = Helpers.
HashLength
(hashAlgorithmName);
53
int hashLength = Helpers.
HashLength
(hashAlgorithmName);
88
int hashLength = Helpers.
HashLength
(hashAlgorithmName);
120
int hashLength = Helpers.
HashLength
(hashAlgorithmName);
153
int hashLength = Helpers.
HashLength
(hashAlgorithmName);
177
int hashLength = Helpers.
HashLength
(hashAlgorithmName);
System\Security\Cryptography\HKDFManagedImplementation.cs (2)
14
Debug.Assert(Helpers.
HashLength
(hashAlgorithmName) == hashLength);
21
Debug.Assert(Helpers.
HashLength
(hashAlgorithmName) == hashLength);