Home
last modified time | relevance | path

Searched refs:algorithm (Results 1 – 25 of 67) sorted by relevance

123

/PHP-5.5/ext/openssl/tests/
H A Dopenssl_decrypt_error.phpt33 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d
37 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d
40 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d
43 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d
/PHP-5.5/ext/hash/
H A Dhash.c791 if (algorithm.mhash_name == NULL) { in mhash_init()
795 len = slprintf(buf, 127, "MHASH_%s", algorithm.mhash_name, strlen(algorithm.mhash_name)); in mhash_init()
806 long algorithm; in PHP_FUNCTION() local
814 algorithm = Z_LVAL_PP(z_algorithm); in PHP_FUNCTION()
817 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()
838 long algorithm; in PHP_FUNCTION() local
844 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()
869 long algorithm; in PHP_FUNCTION() local
876 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()
894 long algorithm, l_bytes; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/hash/tests/
H A Dhash_error.phpt23 echo "\n-- Testing hash() function with invalid hash algorithm --\n";
44 -- Testing hash() function with invalid hash algorithm --
46 Warning: hash(): Unknown hashing algorithm: foo in %s on line %d
H A Dhash_hmac_error.phpt26 echo "\n-- Testing hash_hmac() function with invalid hash algorithm --\n";
50 -- Testing hash_hmac() function with invalid hash algorithm --
52 Warning: hash_hmac(): Unknown hashing algorithm: foo in %s on line %d
H A Dhash_file_error.phpt23 echo "\n-- Testing hash_file() function with an unknown algorithm --\n";
48 -- Testing hash_file() function with an unknown algorithm --
50 Warning: hash_file(): Unknown hashing algorithm: %s in %s on line %d
H A Dhash_hmac_file_error.phpt28 echo "\n-- Testing hash_hmac_file() function with invalid hash algorithm --\n";
54 -- Testing hash_hmac_file() function with invalid hash algorithm --
56 Warning: hash_hmac_file(): Unknown hashing algorithm: foo in %s on line %d
H A Dhash_pbkdf2_error.phpt31 echo "\n-- Testing hash_pbkdf2() function with invalid hash algorithm --\n";
64 -- Testing hash_pbkdf2() function with invalid hash algorithm --
66 hash_pbkdf2(): Unknown hashing algorithm: foo
H A Dmhash_004.phpt2 mhash() modifying algorithm parameter
H A Dmd5.phpt2 md5 algorithm
H A Dsha1.phpt2 sha1 algorithm
H A Dsha224.phpt2 sha224 algorithm
H A Dsha256.phpt2 sha256 algorithm
H A Dsha384.phpt2 sha384 algorithm
H A Dsha512.phpt2 sha512 algorithm
H A Dmd2.phpt2 md2 algorithm
H A Dmd4.phpt2 md4 algorithm
H A Dhmac-md5.phpt2 hmac-md5 algorithm
H A Dripemd128.phpt2 ripemd128 algorithm
H A Dripemd160.phpt2 ripemd160 algorithm
H A Dripemd256.phpt2 ripemd256 algorithm
H A Dripemd320.phpt2 ripemd320 algorithm
H A Dmhash_002.phpt27 "NA_XYZ" => 0 /* verify that the algorithm works */
/PHP-5.5/ext/standard/tests/url/
H A Dbase64_encode_basic_002.phpt2 Test base64_encode() function : basic functionality - check algorithm round trips
6 * Description: Encodes string using MIME base64 algorithm
H A Dbase64_decode_basic_001.phpt6 * Description: Decodes string using MIME base64 algorithm
/PHP-5.5/ext/standard/tests/strings/
H A Dstrnatcasecmp_variation1.phpt8 * Description: Returns the result of case-insensitive string comparison using 'natural' algorithm

Completed in 89 milliseconds

123