Searched refs:bitwise_xor (Results 1 – 6 of 6) sorted by relevance
1568 $s0 = $temp[0]->bitwise_xor($temp[1]);1569 $s0 = $s0->bitwise_xor($temp[2]);1575 $s1 = $temp[0]->bitwise_xor($temp[1]);1576 $s1 = $s1->bitwise_xor($temp[2]);1600 $s0 = $temp[0]->bitwise_xor($temp[1]);1601 $s0 = $s0->bitwise_xor($temp[2]);1607 $maj = $temp[0]->bitwise_xor($temp[1]);1608 $maj = $maj->bitwise_xor($temp[2]);1616 $s1 = $temp[0]->bitwise_xor($temp[1]);1617 $s1 = $s1->bitwise_xor($temp[2]);[all …]
552 public function bitwise_xor(BigInteger $x) function in phpseclib3\\Math\\BigInteger554 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
348 public function bitwise_xor(BCMath $x) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
369 public function bitwise_xor(GMP $x) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP