Searched refs:_add_nonce (Results 1 – 4 of 4) sorted by relevance
| /plugin/fedauth/Auth/OpenID/ |
| D | SQLiteStore.php | 58 function _add_nonce($server_url, $timestamp, $salt) function in Auth_OpenID_SQLiteStore 67 return parent::_add_nonce('x' . $server_url, $timestamp, $salt);
|
| D | SQLStore.php | 454 function _add_nonce($server_url, $timestamp, $salt) function in Auth_OpenID_SQLStore 476 return $this->_add_nonce($server_url, $timestamp, $salt);
|
| /plugin/openid/Auth/OpenID/ |
| D | SQLiteStore.php | 58 function _add_nonce($server_url, $timestamp, $salt) function in Auth_OpenID_SQLiteStore 67 return parent::_add_nonce('x' . $server_url, $timestamp, $salt);
|
| D | SQLStore.php | 487 function _add_nonce($server_url, $timestamp, $salt) function in Auth_OpenID_SQLStore 511 return $this->_add_nonce($server_url, $timestamp, $salt);
|