Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dauth.php288 auth_setCookie($user, auth_encrypt($pass, $secret), $sticky);
437 function auth_encrypt($data, $secret)
1112 $pass = auth_encrypt($changes['pass'], auth_cookiesalt(!$sticky, true));
367 function auth_encrypt($data, $secret) { global() function