src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (3)
582return Decrypt(cipher, key, iv, encryptedData, destination);
888return Decrypt(cipher, k, iv, encryptedData, destination);
947return Decrypt(cipher, key, iv, encryptedData, destination);