1 write to Kbkdf
System.Security.Cryptography (1)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EVP.KdfAlgs.cs (1)
28Kbkdf = EvpKdfFetch(KbkdfAlgorithmName);
5 references to Kbkdf
System.Security.Cryptography (5)
System\Security\Cryptography\SP800108HmacCounterKdf.OpenSsl.cs (1)
8private static readonly bool s_hasOpenSslImplementation = Interop.Crypto.EvpKdfAlgs.Kbkdf is not null;
System\Security\Cryptography\SP800108HmacCounterKdfImplementationOpenSsl.cs (4)
29Debug.Assert(Interop.Crypto.EvpKdfAlgs.Kbkdf is { IsInvalid: false }); 42Interop.Crypto.EvpKdfAlgs.Kbkdf, 79Debug.Assert(Interop.Crypto.EvpKdfAlgs.Kbkdf is { IsInvalid: false }); 87Interop.Crypto.EvpKdfAlgs.Kbkdf,