Searched refs:algorithm (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_4/ext/phar/phar/ |
| H A D | pharcommand.inc | 74 'inf' => '<algo> Compression algorithm.', 78 'auto' => 'Automatically select compression algorithm' 94 'inf' => '<method> Selects the hash algorithm.', 364 * Argument type compression algorithm 369 * @return string $arg The selected algorithm 626 * @param mixed $compress Compression algorithm or NULL 1172 return "Set signature hash algorithm.";
|
| /PHP_5_4/ext/hash/ |
| H A D | hash.c | 140 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown hashing algorithm: %s", algo); 221 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown hashing algorithm: %s", algo); 335 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown hashing algorithm: %s", algo); 384 Pump data into the hashing algorithm */ 405 Pump data into the hashing algorithm from an open stream */ 442 Pump data into the hashing algorithm from a file */ 648 struct mhash_bc_entry algorithm = mhash_to_hash[algo_number]; local 649 if (algorithm.mhash_name == NULL) { 653 len = slprintf(buf, 127, "MHASH_%s", algorithm.mhash_name, strlen(algorithm 664 long algorithm; local 696 long algorithm; local 727 long algorithm; local 752 long algorithm, l_bytes; local [all...] |
| /PHP_5_4/ext/mcrypt/ |
| H A D | mcrypt.c | 125 ZEND_ARG_INFO(0, algorithm) 135 ZEND_ARG_INFO(0, algorithm) 145 ZEND_ARG_INFO(0, algorithm) 150 ZEND_ARG_INFO(0, algorithm) 155 ZEND_ARG_INFO(0, algorithm) 546 Opens the module of the algorithm and the mode to be used */ 677 if (mcrypt_enc_is_block_mode(pm->td) == 1) { /* It's a block algorithm */ 683 } else { /* It's not a block algorithm */ 722 if (mcrypt_enc_is_block_mode(pm->td) == 1) { /* It's a block algorithm */ 728 } else { /* It's not a block algorithm */ [all...] |
| /PHP_5_4/ext/phar/ |
| H A D | phar_object.c | 3096 * Sets the signature algorithm for a phar and applies it. The signature 3097 * algorithm must be one of Phar::MD5, Phar::SHA1, Phar::SHA256, 3111 "Cannot set signature algorithm, phar is read-only"); 3147 "Unknown signature algorithm specified"); 5289 ZEND_ARG_INFO(0, algorithm)
|
Completed in 19 milliseconds