Searched refs:bitwise_xor (Results 1 – 6 of 6) sorted by relevance
1657 $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 …]
587 public function bitwise_xor(BigInteger $x) function in phpseclib3\\Math\\BigInteger589 return new static($this->value->bitwise_xor($x->value));
229 public function bitwise_xor(PHP64 $x) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64
228 public function bitwise_xor(PHP32 $x) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
372 public function bitwise_xor(GMP $x) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
352 public function bitwise_xor(BCMath $x) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath