Home
last modified time | relevance | path

Searched refs:secret_phrase (Results 1 – 2 of 2) sorted by path

/plugin/fedauth/Auth/OpenID/
H A DDumbStore.php53 function Auth_OpenID_DumbStore($secret_phrase) argument
55 $this->auth_key = Auth_OpenID_SHA1($secret_phrase);
/plugin/openid/Auth/OpenID/
H A DDumbStore.php51 * @param string $secret_phrase The phrase used to create the auth
54 function __construct($secret_phrase) argument
56 $this->auth_key = Auth_OpenID_SHA1($secret_phrase);