Base:
method
UncheckedTransformFinalBlock
System.Security.Cryptography.UniversalCryptoTransform.UncheckedTransformFinalBlock(System.ReadOnlySpan<System.Byte>, System.Span<System.Byte>)
2 references to UncheckedTransformFinalBlock
System.Security.Cryptography (2)
System\Security\Cryptography\UniversalCryptoDecryptor.cs (2)
144written = UncheckedTransformFinalBlock(inputBuffer.AsSpan(inputOffset, inputCount), rented); 156int written = UncheckedTransformFinalBlock(inputBuffer.AsSpan(inputOffset, inputCount), buffer);