Home
last modified time | relevance | path

Searched refs:auth_encrypt (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dauth_encryption.test.php12 $this->assertEquals($data, auth_decrypt(auth_encrypt($data, $secret), $secret));
/dokuwiki/inc/
H A Dauth.php314 auth_setCookie($user, auth_encrypt($pass, $secret), $sticky);
463 function auth_encrypt($data, $secret) function
1138 $pass = auth_encrypt($changes['pass'], auth_cookiesalt(!$sticky, true));