Home
last modified time | relevance | path

Searched refs:hash_func (Results 1 – 6 of 6) sorted by last modified time

/plugin/openid/Auth/OpenID/
H A DConsumer.php455 public $hash_func = 'Auth_OpenID_SHA1'; variable in Auth_OpenID_DiffieHellmanSHA1ConsumerSession
514 return $this->dh->xorSecret($spub, $enc_mac_key, $this->hash_func);
526 public $hash_func = 'Auth_OpenID_SHA256'; variable in Auth_OpenID_DiffieHellmanSHA256ConsumerSession
H A DDiffieHellman.php99 function xorSecret($composite, $secret, $hash_func) argument
103 $hash_dh_shared = $hash_func($dh_shared_str);
H A DServer.php513 public $hash_func = 'Auth_OpenID_SHA1'; variable in Auth_OpenID_DiffieHellmanSHA1ServerSession
607 $this->hash_func);
625 public $hash_func = 'Auth_OpenID_SHA256'; variable in Auth_OpenID_DiffieHellmanSHA256ServerSession
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php455 var $hash_func = 'Auth_OpenID_SHA1'; variable in Auth_OpenID_DiffieHellmanSHA1ConsumerSession
506 return $this->dh->xorSecret($spub, $enc_mac_key, $this->hash_func);
518 var $hash_func = 'Auth_OpenID_SHA256'; variable in Auth_OpenID_DiffieHellmanSHA256ConsumerSession
H A DServer.php464 var $hash_func = 'Auth_OpenID_SHA1'; variable in Auth_OpenID_DiffieHellmanSHA1ServerSession
543 $this->hash_func);
560 var $hash_func = 'Auth_OpenID_SHA256'; variable in Auth_OpenID_DiffieHellmanSHA256ServerSession
H A DDiffieHellman.php98 function xorSecret($composite, $secret, $hash_func) argument
102 $hash_dh_shared = $hash_func($dh_shared_str);