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