Searched refs:Random (Results 1 – 14 of 14) 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; alias314 $private .= Random::string(16 - (strlen($private) & 15));320 $salt = Random::string(16);
31 use phpseclib3\Crypt\Random; alias570 $salt = Random::string(8);581 $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
186 $arr = $curve->extractSecret(Random::string($curve instanceof Ed448 ? 57 : 32));
17 use phpseclib3\Crypt\Random; alias340 $temp = Random::string($psLen - strlen($ps));385 $seed = Random::string($this->hLen);
15 use phpseclib3\Crypt\Random; alias212 $salt = Random::string($sLen);
17 use phpseclib3\Crypt\Random; alias849 $random = new static(Random::string($size), 256);858 $random = $random->add(new static(Random::string(1), 256));
59 use phpseclib3\Crypt\Random; alias1650 $client_cookie = Random::string(16);4365 $padding = Random::string($padding_length);
34 use phpseclib3\Crypt\Random; alias2604 new BigInteger(Random::string(20) & ("\x7F" . str_repeat("\xFF", 19)), 256);
497 library `Frob' (a library for tweaking knobs) written by James Random Hacker.