Searched refs:xorSecret (Results 1 – 6 of 6) sorted by relevance
/plugin/fedauth/Auth/OpenID/ |
H A D | DiffieHellman.php | 98 function xorSecret($composite, $secret, $hash_func) function in Auth_OpenID_DiffieHellman
|
H A D | Server.php | 542 $mac_key = $this->dh->xorSecret($this->consumer_pubkey, $secret,
|
H A D | Consumer.php | 506 return $this->dh->xorSecret($spub, $enc_mac_key, $this->hash_func);
|
/plugin/openid/Auth/OpenID/ |
H A D | DiffieHellman.php | 99 function xorSecret($composite, $secret, $hash_func) function in Auth_OpenID_DiffieHellman
|
H A D | Server.php | 606 $mac_key = $this->dh->xorSecret($this->consumer_pubkey, $secret,
|
H A D | Consumer.php | 514 return $this->dh->xorSecret($spub, $enc_mac_key, $this->hash_func);
|