1 override of Transform
System.Security.Cryptography (1)
System\Security\Cryptography\OpenSslCipher.cs (1)
35
public override unsafe int
Transform
(ReadOnlySpan<byte> input, Span<byte> output)
3 references to Transform
System.Security.Cryptography (3)
System\Security\Cryptography\UniversalCryptoDecryptor.cs (2)
44
int depadDecryptLength = BasicSymmetricCipher.
Transform
(_heldoverCipher, outputBuffer);
62
decryptedBytes += BasicSymmetricCipher.
Transform
(inputBuffer, outputBuffer);
System\Security\Cryptography\UniversalCryptoEncryptor.cs (1)
28
return BasicSymmetricCipher.
Transform
(inputBuffer, outputBuffer);