2 overrides of UncheckedTransformFinalBlock
System.Security.Cryptography (2)
System\Security\Cryptography\UniversalCryptoDecryptor.cs (1)
68protected override unsafe int UncheckedTransformFinalBlock(ReadOnlySpan<byte> inputBuffer, Span<byte> outputBuffer)
System\Security\Cryptography\UniversalCryptoEncryptor.cs (1)
31protected override int UncheckedTransformFinalBlock(ReadOnlySpan<byte> inputBuffer, Span<byte> outputBuffer)