Home
last modified time | relevance | path

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

123

/php-src/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-src/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.m413 AC_DEFINE(HAVE_SLOW_HASH3, 1, [Define if hash3 algo is available])
/php-src/ext/hash/tests/
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-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_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_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-src/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-src/ext/random/
H A Dengine_user.c71 .algo = &php_random_algo_user, in range()
H A Dengine_combinedlcg.c68 .algo = &php_random_algo_combinedlcg, in range()
H A Dengine_pcgoneseq128xslrr64.c61 .algo = &php_random_algo_pcgoneseq128xslrr64, in range()
H A Dengine_xoshiro256starstar.c116 .algo = &php_random_algo_xoshiro256starstar, in range()
/php-src/ext/phar/
H A Dphar_object.stub.php199 public function setSignatureAlgorithm(int $algo, ?string $privateKey = null): void {} argument
473 public function setSignatureAlgorithm(int $algo, ?string $privateKey = null): void {} argument
/php-src/ext/standard/
H A Darray.c3215 const php_random_algo *algo = engine.algo; local
3258 rnd_idx = algo->range(state, 0, n_left);
3286 rnd_idx = algo->range(state, 0, n_left);
6198 const php_random_algo *algo = engine.algo; local
6225 randval = algo->range(state, 0, num_avail - 1);
6248 randval = algo->range(state, 0, ht->nNumUsed - 1);
6260 randval = algo->range(state, 0, ht->nNumUsed - 1);
6298 randval = algo->range(state, 0, num_avail - 1);
H A Dconfig.m4268 AC_MSG_ERROR([Cannot use external libcrypt as some algo are missing])

Completed in 45 milliseconds

123