Home
last modified time | relevance | path

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

12

/PHP-5.6/ext/hash/tests/
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 Dmhash_004.phpt10 $algo = MHASH_MD5;
11 var_dump($algo);
12 var_dump(bin2hex(mhash($algo, "test")));
13 var_dump($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_hmac_error.phpt8 * proto string hash_hmac ( string algo, string data, string key [, bool raw_output] )
H A Dhash_file_error.phpt9 /* Prototype : string hash_file(string algo, string filename[, bool raw_output = false])
H A Dhash_hmac_file_error.phpt8 /* Prototype : string hash_hmac_file ( string algo, string filename, string key [, bool raw_output…
H A Dhash_file_basic1.phpt8 /* Prototype : string hash_file ( string algo, string filename [, bool raw_output] )
H A Dhash_hmac_basic.phpt8 /* Prototype : string hash_hmac ( string $algo , string $data , string $key [, bool $raw_outpu…
H A Dhash_pbkdf2_error.phpt8 /* {{{ proto string hash_pbkdf2(string algo, string password, string salt, int iterations [, int le…
H A Dhash_hmac_file_basic.phpt9 /* Prototype : string hash_hmac_file ( string algo, string filename, string key [, bool raw_output…
/PHP-5.6/ext/hash/
H A Dbench.php79 foreach (hash_algos() as $algo) {
82 hash($algo, $data);
84 $time[$algo] += microtime(true)-$start;
H A Dhash.c92 char *lower = estrndup(algo, algo_len); in php_hash_fetch_ops()
106 int algo_len = strlen(algo); in php_hash_register_algo()
128 char *algo, *data, *digest; in php_hash_do_hash() local
244 char *algo, *data, *digest, *key, *K; in php_hash_do_hash_hmac() local
340 char *algo, *key = NULL; in PHP_FUNCTION() local
1131 ZEND_ARG_INFO(0, algo)
1137 ZEND_ARG_INFO(0, algo)
1143 ZEND_ARG_INFO(0, algo)
1150 ZEND_ARG_INFO(0, algo)
1157 ZEND_ARG_INFO(0, algo)
[all …]
H A Dphp_hash.h141 PHP_HASH_API const php_hash_ops *php_hash_fetch_ops(const char *algo, int algo_len);
142 PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops);
/PHP-5.6/ext/standard/tests/password/
H A Dpassword_get_info.phpt19 ["algo"]=>
30 ["algo"]=>
41 ["algo"]=>
50 ["algo"]=>
/PHP-5.6/ext/standard/
H A Dpassword.c51 switch (algo) { in php_password_get_algo_name()
177 php_password_algo algo; in PHP_FUNCTION() local
194 algo = php_password_determine_algo(hash, (size_t) hash_len); in PHP_FUNCTION()
195 algo_name = php_password_get_algo_name(algo); in PHP_FUNCTION()
197 switch (algo) { in PHP_FUNCTION()
212 add_assoc_long(return_value, "algo", algo); in PHP_FUNCTION()
220 php_password_algo algo; in PHP_FUNCTION() local
237 if (algo != new_algo) { in PHP_FUNCTION()
241 switch (algo) { in PHP_FUNCTION()
311 long algo = 0; in PHP_FUNCTION() local
[all …]
/PHP-5.6/ext/mcrypt/tests/
H A Dmcrypt_list_algorithms.phpt7 foreach (mcrypt_list_algorithms() as $algo) {
8 if (in_array($algo, array('rijndael-256', 'des', 'blowfish', 'twofish'))) {
/PHP-5.6/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 Dbug68920.phpt65 Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form require…
74 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-5.6/ext/openssl/
H A Dopenssl.c413 ZEND_ARG_INFO(0, algo)
856 static const EVP_CIPHER * php_openssl_get_evp_cipher_from_algo(long algo);
1038 static EVP_MD * php_openssl_get_evp_md_from_algo(long algo) { /* {{{ */ in php_openssl_get_evp_md_from_algo() argument
1041 switch (algo) { in php_openssl_get_evp_md_from_algo()
1084 static const EVP_CIPHER * php_openssl_get_evp_cipher_from_algo(long algo) { /* {{{ */ in php_openssl_get_evp_cipher_from_algo() argument
1085 switch (algo) { in php_openssl_get_evp_cipher_from_algo()
1485 long algo = OPENSSL_ALGO_MD5; in PHP_FUNCTION() local
1507 algo = Z_LVAL_P(method); in PHP_FUNCTION()
1513 mdtype = php_openssl_get_evp_md_from_algo(algo); in PHP_FUNCTION()

Completed in 38 milliseconds

12