Searched refs:Random (Results 1 – 13 of 13) sorted by relevance
20 use phpseclib3\Crypt\Random; alias186 list(, $checkint) = unpack('N', Random::string(4));211 $salt = Random::string(16);
19 use phpseclib3\Crypt\Random; alias184 $iv = Random::string($cipher->getBlockLength() >> 3);
21 use phpseclib3\Crypt\Random; alias317 $private .= Random::string(16 - (strlen($private) & 15));323 $salt = Random::string(16);
31 use phpseclib3\Crypt\Random; alias580 $salt = Random::string(8);591 $iv = Random::string($crypto->getBlockLength() >> 3);
17 use phpseclib3\Crypt\Random; alias158 return $this->extractSecret(Random::string(57))['dA'];
17 use phpseclib3\Crypt\Random; alias214 return $this->extractSecret(Random::string(32))['dA'];
30 abstract class Random class
213 $arr = $curve->extractSecret(Random::string($curve instanceof Ed448 ? 57 : 32));
17 use phpseclib3\Crypt\Random; alias384 $temp = Random::string($psLen - strlen($ps));429 $seed = Random::string($this->hLen);
15 use phpseclib3\Crypt\Random; alias212 $salt = Random::string($sLen);
17 use phpseclib3\Crypt\Random; alias881 $random = new static(Random::string($size), 256);890 $random = $random->add(new static(Random::string(1), 256));
59 use phpseclib3\Crypt\Random; alias1656 $client_cookie = Random::string(16);4432 $padding = Random::string($padding_length);
34 use phpseclib3\Crypt\Random; alias2610 new BigInteger(Random::string(20) & ("\x7F" . str_repeat("\xFF", 19)), 256);