Home
last modified time | relevance | path

Searched refs:gmp_sub (Results 1 – 3 of 3) sorted by relevance

/plugin/fedauth/Auth/OpenID/
DBigMath.php286 return gmp_sub($x, $y);
/plugin/openid/Auth/OpenID/
DBigMath.php335 return gmp_sub($x, $y);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php57 use function gmp_sub; alias
834 $int = $isBigInt ? gmp_sub($int, '1') : $int - 1;
994 … $oid = '2.' . ($isBigInt ? gmp_strval(gmp_sub($firstPart, '80')) : (int)$firstPart - 80);