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