Home
last modified time | relevance | path

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

/plugin/authwordpress/
H A Dclass-phpass.php40 var $random_state; variable in PasswordHash
55 $this->random_state = microtime() . uniqid(rand(), TRUE); // removed getmypid() for compatibility reasons
77 $this->random_state =
78 md5(microtime() . $this->random_state);
80 pack('H*', md5($this->random_state));