Home
last modified time | relevance | path

Searched refs:bitwise_xor (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php1657 $s0 = $temp[0]->bitwise_xor($temp[1]);
1658 $s0 = $s0->bitwise_xor($temp[2]);
1664 $s1 = $temp[0]->bitwise_xor($temp[1]);
1665 $s1 = $s1->bitwise_xor($temp[2]);
1689 $s0 = $temp[0]->bitwise_xor($temp[1]);
1690 $s0 = $s0->bitwise_xor($temp[2]);
1696 $maj = $temp[0]->bitwise_xor($temp[1]);
1697 $maj = $maj->bitwise_xor($temp[2]);
1705 $s1 = $temp[0]->bitwise_xor($temp[1]);
1706 $s1 = $s1->bitwise_xor($temp[2]);
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php587 public function bitwise_xor(BigInteger $x) function in phpseclib3\\Math\\BigInteger
589 return new static($this->value->bitwise_xor($x->value));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP64.php229 public function bitwise_xor(PHP64 $x) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64
H A DPHP32.php228 public function bitwise_xor(PHP32 $x) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
H A DGMP.php372 public function bitwise_xor(GMP $x) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
H A DBCMath.php352 public function bitwise_xor(BCMath $x) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath