Home
last modified time | relevance | path

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

/plugin/authwordpress/
H A Dclass-phpass.php48 var $random_state; variable in PasswordHash
61 $this->random_state = microtime();
63 $this->random_state .= getmypid();
84 $this->random_state =
85 md5(microtime() . $this->random_state);
86 $output .= md5($this->random_state, TRUE);