Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/inc/
H A Dauth_encryption.test.php12 $this->assertEquals($data, auth_decrypt(auth_encrypt($data, $secret), $secret));
23 $this->assertEquals($plain, auth_decrypt(hex2bin($crypt), $secret));
/dokuwiki/lib/plugins/authldap/
H A Dauth.php183 $loginpass = auth_decrypt($loginpass, auth_cookiesalt(!$loginsticky, true));
344 $pass = auth_decrypt($loginpass, $secret);
/dokuwiki/inc/
H A Dauth.php350 $pass = auth_decrypt($pass, $secret);
488 function auth_decrypt($ciphertext, $secret) function