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