Searched refs:algorithm (Results 1 – 25 of 61) sorted by relevance
123
654 if (algorithm.mhash_name == NULL) { in mhash_init()658 len = slprintf(buf, 127, "MHASH_%s", algorithm.mhash_name, strlen(algorithm.mhash_name)); in mhash_init()669 long algorithm; in PHP_FUNCTION() local677 algorithm = Z_LVAL_PP(z_algorithm); in PHP_FUNCTION()680 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()701 long algorithm; in PHP_FUNCTION() local707 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()732 long algorithm; in PHP_FUNCTION() local739 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()757 long algorithm, l_bytes; in PHP_FUNCTION() local[all …]
33 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d37 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d40 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d43 Warning: openssl_decrypt(): Unknown cipher algorithm in %s on line %d
23 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
26 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
23 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
28 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
2 mhash() modifying algorithm parameter
2 md5 algorithm
2 sha384 algorithm
2 sha512 algorithm
2 sha1 algorithm
2 sha224 algorithm
2 sha256 algorithm
2 md2 algorithm
2 md4 algorithm
2 hmac-md5 algorithm
2 ripemd128 algorithm
2 ripemd160 algorithm
2 ripemd256 algorithm
2 ripemd320 algorithm
27 "NA_XYZ" => 0 /* verify that the algorithm works */
2 Test base64_encode() function : basic functionality - check algorithm round trips 6 * Description: Encodes string using MIME base64 algorithm
6 * Description: Decodes string using MIME base64 algorithm
8 * Description: Returns the result of case-insensitive string comparison using 'natural' algorithm
82 Warning: mcrypt_encrypt(): Size of key is too large for this algorithm in %s on line %d85 Warning: mcrypt_decrypt(): Size of key is too large for this algorithm in %s on line %d
Completed in 46 milliseconds