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