Home
last modified time | relevance | path

Searched refs:powmod (Results 1 – 4 of 4) sorted by relevance

/plugin/fedauth/Auth/OpenID/
H A DDiffieHellman.php78 $this->public = $this->lib->powmod($this->gen, $this->private,
84 return $this->lib->powmod($composite, $this->private, $this->mod);
H A DBigMath.php252 function powmod($base, $exponent, $modulus) function in Auth_OpenID_BcMathWrapper
319 function powmod($base, $exponent, $modulus) function in Auth_OpenID_GmpMathWrapper
/plugin/openid/Auth/OpenID/
H A DDiffieHellman.php79 $this->public = $this->lib->powmod($this->gen, $this->private,
85 return $this->lib->powmod($composite, $this->private, $this->mod);
H A DBigMath.php301 function powmod($base, $exponent, $modulus) function in Auth_OpenID_BcMathWrapper
368 function powmod($base, $exponent, $modulus) function in Auth_OpenID_GmpMathWrapper