Searched refs:bitwise_rightRotate (Results 1 – 3 of 3) sorted by relevance
1564 $w[$i - 15]->bitwise_rightRotate(1),1565 $w[$i - 15]->bitwise_rightRotate(8),1571 $w[$i - 2]->bitwise_rightRotate(19),1572 $w[$i - 2]->bitwise_rightRotate(61),1596 $a->bitwise_rightRotate(28),1597 $a->bitwise_rightRotate(34),1598 $a->bitwise_rightRotate(39)1612 $e->bitwise_rightRotate(14),1613 $e->bitwise_rightRotate(18),1614 $e->bitwise_rightRotate(41)
604 public function bitwise_rightRotate($shift) function in phpseclib3\\Math\\BigInteger606 return new static($this->value->bitwise_rightRotate($shift));
576 public function bitwise_rightRotate($shift) function in phpseclib3\\Math\\BigInteger\\Engines\\Engine