Lines Matching refs:dh
466 function Auth_OpenID_DiffieHellmanSHA1ServerSession($dh, $consumer_pubkey) argument
468 $this->dh = $dh;
502 $dh = new Auth_OpenID_DiffieHellman($dh_modulus, $dh_gen);
504 $dh = new Auth_OpenID_DiffieHellman();
523 return array($dh, $consumer_pubkey);
533 list($dh, $consumer_pubkey) = $result;
534 return new Auth_OpenID_DiffieHellmanSHA1ServerSession($dh,
542 $mac_key = $this->dh->xorSecret($this->consumer_pubkey, $secret,
546 $lib->longToBase64($this->dh->public),
570 list($dh, $consumer_pubkey) = $result;
571 return new Auth_OpenID_DiffieHellmanSHA256ServerSession($dh,