2 overrides of UncheckedTransformBlock
System.Security.Cryptography (2)
System\Security\Cryptography\UniversalCryptoDecryptor.cs (1)
26protected override int UncheckedTransformBlock(ReadOnlySpan<byte> inputBuffer, Span<byte> outputBuffer)
System\Security\Cryptography\UniversalCryptoEncryptor.cs (1)
26protected override int UncheckedTransformBlock(ReadOnlySpan<byte> inputBuffer, Span<byte> outputBuffer)
1 reference to UncheckedTransformBlock
System.Security.Cryptography (1)
System\Security\Cryptography\UniversalCryptoTransform.cs (1)
114return UncheckedTransformBlock(inputBuffer.AsSpan(inputOffset, inputCount), outputBuffer.AsSpan(outputOffset));