Home
last modified time | relevance | path

Searched refs:algo (Results 26 – 50 of 60) sorted by relevance

123

/PHP-8.2/ext/hash/tests/
H A Dhash_hmac_file_error.phpt40 hash_hmac_file(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
43 hash_hmac_file(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
H A Dhash_init_error.phpt44 hash_init(): Argument #1 ($algo) must be a valid hashing algorithm
47 hash_init(): Argument #1 ($algo) must be a cryptographic hashing algorithm if HMAC is requested
H A Dhash_serialize_002.phpt10 foreach ($algos as $algo) {
11 if (in_array($algo, $non_crypto)) {
15 var_dump($algo);
16 $ctx0 = hash_init($algo, HASH_HMAC, $key);
H A Dhash_pbkdf2_error.phpt59 hash_pbkdf2(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
62 hash_pbkdf2(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm
H A Dhash-clone.phpt8 foreach ($algos as $algo) {
9 var_dump($algo);
10 $orig = hash_init($algo);
18 foreach ($algos as $algo) {
19 var_dump($algo);
20 $orig = hash_init($algo);
H A Dhash_copy_001.phpt8 foreach ($algos as $algo) {
9 var_dump($algo);
10 $orig = hash_init($algo);
18 foreach ($algos as $algo) {
19 var_dump($algo);
20 $orig = hash_init($algo);
H A Dhash_error.phpt20 hash(): Argument #1 ($algo) must be a valid hashing algorithm
H A Dsensitive_parameter.phpt21 ValueError: hash_hmac(): Argument #1 ($algo) must be a valid cryptographic hashing algorithm in %s:…
H A Dhash_file_error.phpt37 hash_file(): Argument #1 ($algo) must be a valid hashing algorithm
/PHP-8.2/ext/openssl/tests/
H A Dopenssl_spki_export_basic.phpt22 $algo = array(
35 foreach ($algo as $value) {
H A Dopenssl_spki_verify_basic.phpt20 $algo = array(
30 foreach ($algo as $value) {
H A Dopenssl_spki_export_challenge_basic.phpt24 $algo = array(
35 foreach ($algo as $value) {
H A DCertificateGenerator.inc169 public function getCertDigest($algo)
171 return openssl_x509_fingerprint($this->lastCert, $algo);
H A Dbug68920.phpt79 Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form require…
88 Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form require…
/PHP-8.2/ext/hash/
H A Dphp_hash.h42 const char *algo; member
148 PHP_HASH_API const php_hash_ops *php_hash_fetch_ops(zend_string *algo);
149 PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops);
H A Dconfig.m416 AC_DEFINE(HAVE_SLOW_HASH3, 1, [Define if hash3 algo is available])
/PHP-8.2/ext/standard/tests/password/
H A Dpassword_hash_sensitive_parameter.phpt21 ValueError: password_hash(): Argument #2 ($algo) must be a valid password hashing algorithm in%spas…
H A Dpassword_needs_rehash_error.phpt34 password_needs_rehash(): Argument #2 ($algo) must be of type string|int|null, array given
H A Dpassword_hash_error.phpt40 password_hash(): Argument #2 ($algo) must be of type string|int|null, array given
/PHP-8.2/ext/phar/
H A Dphar_object.stub.php215 public function setSignatureAlgorithm(int $algo, ?string $privateKey = null): void {} argument
494 public function setSignatureAlgorithm(int $algo, ?string $privateKey = null): void {} argument
/PHP-8.2/ext/standard/
H A Dphp_string.h68 PHPAPI bool php_binary_string_shuffle(const php_random_algo *algo, php_random_status *status, char …
H A Darray.c2881 PHPAPI bool php_array_data_shuffle(const php_random_algo *algo, php_random_status *status, zval *ar… argument
2923 rnd_idx = algo->range(status, 0, n_left);
2951 rnd_idx = algo->range(status, 0, n_left);
5809 PHPAPI bool php_array_pick_keys(const php_random_algo *algo, php_random_status *status, zval *input… argument
5835 randval = algo->range(status, 0, num_avail - 1);
5858 randval = algo->range(status, 0, ht->nNumUsed - 1);
5870 randval = algo->range(status, 0, ht->nNumUsed - 1);
5908 randval = algo->range(status, 0, num_avail - 1);
H A Dconfig.m4280 AC_MSG_ERROR([Cannot use external libcrypt as some algo are missing])
/PHP-8.2/ext/random/
H A Dengine_pcgoneseq128xslrr64.c176 engine->algo->seed(engine->status, int_seed); in PHP_METHOD()
H A Dengine_xoshiro256starstar.c244 engine->algo->seed(engine->status, (uint64_t) int_seed); in PHP_METHOD()

Completed in 51 milliseconds

123