3 overrides of EncapsulateCore
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKemCng.Windows.cs (1)
107protected override void EncapsulateCore(Span<byte> ciphertext, Span<byte> sharedSecret)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKemImplementation.Windows.cs (1)
93protected override void EncapsulateCore(Span<byte> ciphertext, Span<byte> sharedSecret)
System\Security\Cryptography\MLKemOpenSsl.NotSupported.cs (1)
37protected override void EncapsulateCore(Span<byte> ciphertext, Span<byte> sharedSecret)
2 references to EncapsulateCore
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (2)
131EncapsulateCore(ciphertext, sharedSecret); 154EncapsulateCore(localCiphertext, localSharedSecret);