Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DJWT.php35 return auth_cookiesalt(false, true);
H A Dauth.php312 $secret = auth_cookiesalt(!$sticky, true); //bind non-sticky to session
348 $secret = auth_cookiesalt(!$sticky, true); //bind non-sticky to session
401 function auth_cookiesalt($addsession = false, $secure = false) function
1137 $pass = auth_encrypt($changes['pass'], auth_cookiesalt(!$sticky, true));
H A Dcommon.php119 return PassHash::hmac('md5', $session . $user, auth_cookiesalt());
H A Dmedia.php1872 return substr(PassHash::hmac('md5', $token, auth_cookiesalt()), 0, 6);
/dokuwiki/_test/tests/inc/
H A Dcommon_ml.test.php127 $hash = substr(\dokuwiki\PassHash::hmac('md5', $id, auth_cookiesalt()), 0, 6);
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php142 $data['anon_id'] = md5(auth_cookiesalt());
/dokuwiki/lib/plugins/authldap/
H A Dauth.php183 $loginpass = auth_decrypt($loginpass, auth_cookiesalt(!$loginsticky, true));
343 $secret = auth_cookiesalt(!$loginsticky, true);