algorithm 830 ext/hash/hash.c struct mhash_bc_entry algorithm = mhash_to_hash[algo_number]; algorithm 831 ext/hash/hash.c if (algorithm.mhash_name == NULL) { algorithm 835 ext/hash/hash.c len = slprintf(buf, 127, "MHASH_%s", algorithm.mhash_name, strlen(algorithm.mhash_name)); algorithm 836 ext/hash/hash.c zend_register_long_constant(buf, len + 1, algorithm.value, CONST_CS | CONST_PERSISTENT, module_number TSRMLS_CC); algorithm 846 ext/hash/hash.c long algorithm; algorithm 854 ext/hash/hash.c algorithm = Z_LVAL_PP(z_algorithm); algorithm 857 ext/hash/hash.c if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { algorithm 858 ext/hash/hash.c struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; algorithm 878 ext/hash/hash.c long algorithm; algorithm 880 ext/hash/hash.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &algorithm) == FAILURE) { algorithm 884 ext/hash/hash.c if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { algorithm 885 ext/hash/hash.c struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; algorithm 909 ext/hash/hash.c long algorithm; algorithm 911 ext/hash/hash.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &algorithm) == FAILURE) { algorithm 916 ext/hash/hash.c if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { algorithm 917 ext/hash/hash.c struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; algorithm 934 ext/hash/hash.c long algorithm, l_bytes; algorithm 940 ext/hash/hash.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lssl", &algorithm, &password, &password_len, &salt, &salt_len, &l_bytes) == FAILURE) { algorithm 959 ext/hash/hash.c if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { algorithm 960 ext/hash/hash.c struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm]; algorithm 126 ext/mcrypt/mcrypt.c ZEND_ARG_INFO(0, algorithm) algorithm 136 ext/mcrypt/mcrypt.c ZEND_ARG_INFO(0, algorithm) algorithm 146 ext/mcrypt/mcrypt.c ZEND_ARG_INFO(0, algorithm) algorithm 151 ext/mcrypt/mcrypt.c ZEND_ARG_INFO(0, algorithm) algorithm 156 ext/mcrypt/mcrypt.c ZEND_ARG_INFO(0, algorithm) algorithm 1991 ext/openssl/openssl.c sig_nid = OBJ_obj2nid((cert)->sig_alg->algorithm); algorithm 5248 ext/phar/phar_object.c ZEND_ARG_INFO(0, algorithm)