Searched refs:algorithm (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/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_TRUNK/ext/hash/ |
| H A D | hash.c | 141 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown hashing algorithm: %s", algo); 257 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown hashing algorithm: %s", algo); 348 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown hashing algorithm: %s", algo); 397 Pump data into the hashing algorithm */ 418 Pump data into the hashing algorithm from an open stream */ 455 Pump data into the hashing algorithm from a file */ 627 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown hashing algorithm: %s", algo); 693 * the first round of the algorithm. 783 struct mhash_bc_entry algorithm = mhash_to_hash[algo_number]; local 784 if (algorithm 799 long algorithm; local 831 long algorithm; local 862 long algorithm; local 887 long algorithm, l_bytes; local [all...] |
| /PHP_TRUNK/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_TRUNK/ext/phar/ |
| H A D | phar_object.c | 3074 * Sets the signature algorithm for a phar and applies it. The signature 3075 * algorithm must be one of Phar::MD5, Phar::SHA1, Phar::SHA256, 3089 "Cannot set signature algorithm, phar is read-only"); 3125 "Unknown signature algorithm specified"); 5267 ZEND_ARG_INFO(0, algorithm)
|
Completed in 15 milliseconds