Searched refs:powmod (Results 1 – 4 of 4) sorted by relevance
/plugin/fedauth/Auth/OpenID/ | ||
H A D | DiffieHellman.php | 78 $this->public = $this->lib->powmod($this->gen, $this->private, |
H A D | BigMath.php | 252 function powmod($base, $exponent, $modulus) function in Auth_OpenID_BcMathWrapper |
/plugin/openid/Auth/OpenID/ | ||
H A D | DiffieHellman.php | 79 $this->public = $this->lib->powmod($this->gen, $this->private, |
H A D | BigMath.php | 301 function powmod($base, $exponent, $modulus) function in Auth_OpenID_BcMathWrapper |