3 references to HKDFManagedImplementation
System.Security.Cryptography (3)
System\Security\Cryptography\HKDF.OpenSsl.cs (3)
28HKDFManagedImplementation.Extract(hashAlgorithmName, hashLength, ikm, salt, prk);
48HKDFManagedImplementation.Expand(hashAlgorithmName, hashLength, prk, output, info);
75HKDFManagedImplementation.DeriveKey(hashAlgorithmName, hashLength, ikm, output, salt, info);