3 references to RawDecryptBlocks
System.Core (3)
System\Security\Cryptography\CapiSymmetricAlgorithm.cs (3)
131
int depadDecryptLength =
RawDecryptBlocks
(m_depadBuffer, 0, m_depadBuffer.Length);
156
decryptedBytes +=
RawDecryptBlocks
(outputBuffer, outputOffset, inputCount);
564
int decryptedBytes =
RawDecryptBlocks
(ciphertext, 0, ciphertext.Length);