12 references to HashLength
System.Security.Cryptography (12)
System\Security\Cryptography\HKDF.cs (12)
26/// <param name="salt">The optional salt value (a non-secret random value). If not provided it defaults to a byte array of <see cref="HashLength"/> zeros.</param> 32int hashLength = HashLength(hashAlgorithmName); 50int hashLength = HashLength(hashAlgorithmName); 68Debug.Assert(HashLength(hashAlgorithmName) == hashLength); 78/// <param name="prk">The pseudorandom key of at least <see cref="HashLength"/> bytes (usually the output from Expand step).</param> 90int hashLength = HashLength(hashAlgorithmName); 108/// <param name="prk">The pseudorandom key of at least <see cref="HashLength"/> bytes (usually the output from Expand step).</param> 114int hashLength = HashLength(hashAlgorithmName); 129Debug.Assert(HashLength(hashAlgorithmName) == hashLength); 203/// <param name="salt">The optional salt value (a non-secret random value). If not provided it defaults to a byte array of <see cref="HashLength"/> zeros.</param> 214int hashLength = HashLength(hashAlgorithmName); 243int hashLength = HashLength(hashAlgorithmName);