Home
last modified time | relevance | path

Searched refs:auth_decrypt (Results 1 – 3 of 3) sorted by relevance

/plugin/siteexport/inc/
H A Dhttpproxy.php100 $this->pass = !empty($this->pass) ? $this->auth_decrypt($this->pass, $secret) : '';
109 private function auth_decrypt($pass, $secret) { function in HTTPProxy
113 return auth_decrypt($pass, $secret);
/plugin/captcha/
H A Dhelper.php478 return auth_decrypt($data, auth_cookiesalt());
/plugin/authldaplocal/
H A Dauth.php196 $loginpass = auth_decrypt($loginpass, auth_cookiesalt(!$loginsticky, true));