1 implementation of Transform
System.Security.Cryptography (1)
System\Security\Cryptography\OpenSslCipherLite.cs (1)
93public unsafe int Transform(ReadOnlySpan<byte> input, Span<byte> output)
1 reference to Transform
System.Security.Cryptography (1)
System\Security\Cryptography\UniversalCryptoOneShot.cs (1)
126writtenToOutput = cipher.Transform(unpaddedBlocks, output);