Home
last modified time | relevance | path

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

123

/PHP-5.3/ext/hash/
H A Dhash.c641 if (algorithm.mhash_name == NULL) { in mhash_init()
645 len = slprintf(buf, 127, "MHASH_%s", algorithm.mhash_name, strlen(algorithm.mhash_name)); in mhash_init()
656 long algorithm; in PHP_FUNCTION() local
664 algorithm = Z_LVAL_PP(z_algorithm); in PHP_FUNCTION()
667 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()
688 long algorithm; in PHP_FUNCTION() local
694 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()
719 long algorithm; in PHP_FUNCTION() local
726 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()
744 long algorithm, l_bytes; in PHP_FUNCTION() local
[all …]
/PHP-5.3/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.3/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_hmac_file_error.phpt28 echo "\n-- Testing hash_hmac_file() function with invalid hash algorithm --\n";
51 -- Testing hash_hmac_file() function with invalid hash algorithm --
53 Warning: hash_hmac_file(): 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 Dmhash_004.phpt2 mhash() modifying algorithm parameter
H A Dmd5.phpt2 md5 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 Dsha1.phpt2 sha1 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
/PHP-5.3/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.3/ext/standard/tests/strings/
H A Dstrnatcasecmp_variation1.phpt8 * Description: Returns the result of case-insensitive string comparison using 'natural' algorithm
H A Dstrnatcasecmp_error.phpt6 * Description: Case insensitive string comparisons using a "natural order" algorithm
/PHP-5.3/ext/mcrypt/tests/
H A Dmcrypt_rijndael128_256BitKey.phpt82 Warning: mcrypt_encrypt(): Size of key is too large for this algorithm in %s on line %d
85 Warning: mcrypt_decrypt(): Size of key is too large for this algorithm in %s on line %d

Completed in 28 milliseconds

123