Searched refs:auth_encrypt (Results 1 – 2 of 2) sorted by relevance
12 $this->assertEquals($data, auth_decrypt(auth_encrypt($data, $secret), $secret));
314 auth_setCookie($user, auth_encrypt($pass, $secret), $sticky);463 function auth_encrypt($data, $secret) function1138 $pass = auth_encrypt($changes['pass'], auth_cookiesalt(!$sticky, true));