2 writes to Kdf
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Kem.cs (1)
50kemri.Kdf = s_hkdfSha384Identifier;
System\Security\Cryptography\Pkcs\Asn1\KemRecipientInfoAsn.xml.cs (1)
117System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn.Decode(ref sequenceReader, rebind, out decoded.Kdf);
2 references to Kdf
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Kem.cs (1)
138internal override AlgorithmIdentifier KeyDerivationAlgorithm => field ??= ToAlgorithmIdentifier(_asn.Kdf);
System\Security\Cryptography\Pkcs\Asn1\KemRecipientInfoAsn.xml.cs (1)
37Kdf.Encode(writer);