#!/bin/bash
s='TOKEN = decrypt_aes(
    "189272123124aqephkiz3")'

sed '/.*decrypt_aes($/{N;s/^\([^=]*=\).*\(".*"\))$/\1 \2/}' <<< "$s"