Home
last modified time | relevance | path

Searched refs:random_bytes (Results 26 – 37 of 37) sorted by relevance

12

/php-src/ext/hash/tests/
H A Dxxhash_secret.phpt15 //$secret = random_bytes(256);
/php-src/ext/random/tests/03_randomizer/methods/
H A DshuffleBytes.phpt39 $bytes = sort_bytes(random_bytes($i));
/php-src/ext/sodium/tests/
H A Dphp_password_verify.phpt36 $password = random_bytes(32);
H A Dcrypto_core_ristretto255.phpt86 $ru = random_bytes(64);
H A Dutils.phpt59 $bin = $i == 0 ? '' : random_bytes($i);
/php-src/ext/random/
H A Drandom.stub.php35 function random_bytes(int $length): string {} function
H A Drandom_arginfo.h132 ZEND_FUNCTION(random_bytes);
165 ZEND_FE(random_bytes, arginfo_random_bytes)
H A Drandom.c567 PHP_FUNCTION(random_bytes) argument
/php-src/ext/random/tests/02_engine/
H A Dxoshiro256starstar_seed.phpt13 $engine = new Xoshiro256StarStar(random_bytes(32));
/php-src/ext/standard/tests/file/
H A Dbug81145.phpt31 fwrite($fp, random_bytes(0x200));
/php-src/ext/random/tests/
H A Dengines.inc16 $this->state = random_bytes(20);
/php-src/ext/session/tests/user_session_module/
H A Dsave_handler.inc136 // e.g. hash('sha2', random_bytes(64)) or use /dev/urandom

Completed in 26 milliseconds

12