Home
last modified time | relevance | path

Searched refs:algo (Results 1 – 25 of 38) sorted by relevance

12

/PHP-7.3/ext/hash/tests/
H A Dmhash_004.phpt10 $algo = MHASH_MD5;
11 var_dump($algo);
12 var_dump(bin2hex(mhash($algo, "test")));
13 var_dump($algo);
H A Dhaval.phpt10 $algo = sprintf('haval%d,%d',$bits,$pass);
11 echo $algo . ': ' . hash($algo,'') . "\n";
17 $algo = sprintf('haval%d,%d',$bits,$pass);
18 echo $algo . ': ' . hash($algo,'abc') . "\n";
24 $algo = sprintf('haval%d,%d',$bits,$pass);
25 …echo $algo . ': ' . hash($algo,'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMOPQRSTUVWXYZ0123456789abcde…
H A Dhash_hkdf_edges.phpt8 /* Prototype : string hkdf ( string $algo , string $ikm [, int $length , string $info = '' , s…
20 echo "Non-crypto algo name case-sensitivity:\n";
29 Non-crypto algo name case-sensitivity:
H A Dhash-clone.phpt10 foreach ($algos as $algo) {
11 var_dump($algo);
12 $orig = hash_init($algo);
20 foreach ($algos as $algo) {
21 var_dump($algo);
22 $orig = hash_init($algo);
H A Dhash_copy_001.phpt10 foreach ($algos as $algo) {
11 var_dump($algo);
12 $orig = hash_init($algo);
20 foreach ($algos as $algo) {
21 var_dump($algo);
22 $orig = hash_init($algo);
H A Dhash_file_basic.phpt9 /* Prototype : string hash_file(string algo, string filename[, bool raw_output = false])
H A Dhash_error.phpt8 /* Prototype : string hash ( string $algo , string $data [, bool $raw_output ] )
H A Dhash_pbkdf2_basic.phpt8 /* Prototype : string hash_hmac(string $algo, string $data, string $key [, int $length = 0 [, bool…
H A Dhash_file_error.phpt9 /* Prototype : string hash_file(string algo, string filename[, bool raw_output = false])
H A Dhash_hmac_basic.phpt8 /* Prototype : string hash_hmac ( string $algo , string $data , string $key [, bool $raw_outpu…
H A Dhash_hmac_error.phpt8 * proto string hash_hmac ( string algo, string data, string key [, bool raw_output] )
/PHP-7.3/ext/standard/
H A Dpassword.c62 switch (algo) { in php_password_get_algo_name()
172 if (algo == PHP_PASSWORD_ARGON2ID) { in extract_argon2_parameters()
186 php_password_algo algo; in PHP_FUNCTION() local
199 switch (algo) { in PHP_FUNCTION()
242 php_password_algo algo; in PHP_FUNCTION() local
256 if ((zend_long)algo != new_algo) { in PHP_FUNCTION()
260 switch (algo) { in PHP_FUNCTION()
317 php_password_algo algo; in PHP_FUNCTION() local
326 switch(algo) { in PHP_FUNCTION()
452 Z_PARAM_LONG(algo) in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/hash/
H A Dbench.php78 foreach (hash_algos() as $algo) {
81 hash($algo, $data);
83 $time[$algo] += microtime(true)-$start;
H A Dhash.c118 char *algo, *data; in php_hash_do_hash() local
235 char *algo, *data, *key; in php_hash_do_hash_hmac() local
345 ops = php_hash_fetch_ops(ZSTR_VAL(algo), ZSTR_LEN(algo)); in php_hashcontext_ctor()
631 ops = php_hash_fetch_ops(ZSTR_VAL(algo), ZSTR_LEN(algo)); in PHP_FUNCTION()
1320 ZEND_ARG_INFO(0, algo)
1326 ZEND_ARG_INFO(0, algo)
1332 ZEND_ARG_INFO(0, algo)
1339 ZEND_ARG_INFO(0, algo)
1346 ZEND_ARG_INFO(0, algo)
1381 ZEND_ARG_INFO(0, algo)
[all …]
H A Dphp_hash.h150 PHP_HASH_API const php_hash_ops *php_hash_fetch_ops(const char *algo, size_t algo_len);
151 PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops);
H A Dconfig.m429 AC_DEFINE(HAVE_SLOW_HASH3, 1, [Define is hash3 algo is available])
/PHP-7.3/ext/standard/tests/password/
H A Dpassword_get_info.phpt19 ["algo"]=>
30 ["algo"]=>
41 ["algo"]=>
50 ["algo"]=>
H A Dpassword_get_info_argon2.phpt17 ["algo"]=>
32 ["algo"]=>
/PHP-7.3/ext/openssl/tests/
H A Dopenssl_spki_new_basic.phpt20 $algo = array(
35 foreach ($algo as $value) {
H A Dopenssl_spki_export_basic.phpt21 $algo = array(
36 foreach ($algo as $value) {
H A Dopenssl_spki_verify_basic.phpt22 $algo = array(
35 foreach ($algo as $value) {
H A DCertificateGenerator.inc112 public function getCertDigest($algo)
114 return openssl_x509_fingerprint($this->lastCert, $algo);
H A Dbug68920.phpt67 Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form require…
76 Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form require…
H A Dopenssl_spki_export_challenge_basic.phpt23 $algo = array(
38 foreach ($algo as $value) {
/PHP-7.3/ext/standard/tests/array/
H A Dusort_variation11.phpt19 die("Whatever sorting algo you used, this test should never be broken");

Completed in 47 milliseconds

12