Searched refs:bitwise_rightRotate (Results 1 – 3 of 3) sorted by relevance
1653 $w[$i - 15]->bitwise_rightRotate(1),1654 $w[$i - 15]->bitwise_rightRotate(8),1660 $w[$i - 2]->bitwise_rightRotate(19),1661 $w[$i - 2]->bitwise_rightRotate(61),1685 $a->bitwise_rightRotate(28),1686 $a->bitwise_rightRotate(34),1687 $a->bitwise_rightRotate(39)1701 $e->bitwise_rightRotate(14),1702 $e->bitwise_rightRotate(18),1703 $e->bitwise_rightRotate(41)
639 public function bitwise_rightRotate($shift) function in phpseclib3\\Math\\BigInteger641 return new static($this->value->bitwise_rightRotate($shift));
612 public function bitwise_rightRotate($shift) function in phpseclib3\\Math\\BigInteger\\Engines\\Engine