Searched refs:bitwise_rightRotate (Results 1 – 3 of 3) sorted by relevance
1385 $w[$i - 15]->bitwise_rightRotate(1),1386 $w[$i - 15]->bitwise_rightRotate(8),1392 $w[$i - 2]->bitwise_rightRotate(19),1393 $w[$i - 2]->bitwise_rightRotate(61),1417 $a->bitwise_rightRotate(28),1418 $a->bitwise_rightRotate(34),1419 $a->bitwise_rightRotate(39)1433 $e->bitwise_rightRotate(14),1434 $e->bitwise_rightRotate(18),1435 $e->bitwise_rightRotate(41)
607 public function bitwise_rightRotate($shift) function in phpseclib3\\Math\\BigInteger609 return new static($this->value->bitwise_rightRotate($shift));
579 public function bitwise_rightRotate($shift) function in phpseclib3\\Math\\BigInteger\\Engines\\Engine