3 overrides of DecapsulateCore
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKemCng.Windows.cs (1)
93
protected override void
DecapsulateCore
(ReadOnlySpan<byte> ciphertext, Span<byte> sharedSecret)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKemImplementation.Windows.cs (1)
81
protected override void
DecapsulateCore
(ReadOnlySpan<byte> ciphertext, Span<byte> sharedSecret)
System\Security\Cryptography\MLKemOpenSsl.NotSupported.cs (1)
31
protected override void
DecapsulateCore
(ReadOnlySpan<byte> ciphertext, Span<byte> sharedSecret)
2 references to DecapsulateCore
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (2)
216
DecapsulateCore
(ciphertext, sharedSecret);
256
DecapsulateCore
(ciphertext, sharedSecret);