Home
last modified time | relevance | path

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

/plugin/openid/Auth/OpenID/
H A DConsumer.php514 return $this->dh->xorSecret($spub, $enc_mac_key, $this->hash_func);
H A DDiffieHellman.php99 function xorSecret($composite, $secret, $hash_func) function in Auth_OpenID_DiffieHellman
H A DServer.php606 $mac_key = $this->dh->xorSecret($this->consumer_pubkey, $secret,
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php506 return $this->dh->xorSecret($spub, $enc_mac_key, $this->hash_func);
H A DServer.php542 $mac_key = $this->dh->xorSecret($this->consumer_pubkey, $secret,
H A DDiffieHellman.php98 function xorSecret($composite, $secret, $hash_func) function in Auth_OpenID_DiffieHellman