Home
last modified time | relevance | path

Searched refs:_add_nonce (Results 1 – 4 of 4) sorted by last modified time

/plugin/openid/Auth/OpenID/
H A DSQLStore.php487 function _add_nonce($server_url, $timestamp, $salt) function in Auth_OpenID_SQLStore
511 return $this->_add_nonce($server_url, $timestamp, $salt);
H A DSQLiteStore.php58 function _add_nonce($server_url, $timestamp, $salt) function in Auth_OpenID_SQLiteStore
67 return parent::_add_nonce('x' . $server_url, $timestamp, $salt);
/plugin/fedauth/Auth/OpenID/
H A DSQLiteStore.php58 function _add_nonce($server_url, $timestamp, $salt) function in Auth_OpenID_SQLiteStore
67 return parent::_add_nonce('x' . $server_url, $timestamp, $salt);
H A DSQLStore.php454 function _add_nonce($server_url, $timestamp, $salt) function in Auth_OpenID_SQLStore
476 return $this->_add_nonce($server_url, $timestamp, $salt);