algorithm         829 ext/hash/hash.c 		struct mhash_bc_entry algorithm = mhash_to_hash[algo_number];
algorithm         830 ext/hash/hash.c 		if (algorithm.mhash_name == NULL) {
algorithm         834 ext/hash/hash.c 		len = slprintf(buf, 127, "MHASH_%s", algorithm.mhash_name, strlen(algorithm.mhash_name));
algorithm         835 ext/hash/hash.c 		zend_register_long_constant(buf, len, algorithm.value, CONST_CS | CONST_PERSISTENT, module_number);
algorithm         846 ext/hash/hash.c 	zend_long algorithm;
algorithm         852 ext/hash/hash.c 	algorithm = zval_get_long(z_algorithm);
algorithm         855 ext/hash/hash.c 	if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) {
algorithm         856 ext/hash/hash.c 		struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm];
algorithm         876 ext/hash/hash.c 	zend_long algorithm;
algorithm         878 ext/hash/hash.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &algorithm) == FAILURE) {
algorithm         882 ext/hash/hash.c 	if (algorithm >= 0 && algorithm  < MHASH_NUM_ALGOS) {
algorithm         883 ext/hash/hash.c 		struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm];
algorithm         907 ext/hash/hash.c 	zend_long algorithm;
algorithm         909 ext/hash/hash.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &algorithm) == FAILURE) {
algorithm         914 ext/hash/hash.c 	if (algorithm >= 0 && algorithm  < MHASH_NUM_ALGOS) {
algorithm         915 ext/hash/hash.c 		struct mhash_bc_entry algorithm_lookup = mhash_to_hash[algorithm];
algorithm         932 ext/hash/hash.c 	zend_long algorithm, l_bytes;
algorithm         938 ext/hash/hash.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "lssl", &algorithm, &password, &password_len, &salt, &salt_len, &l_bytes) == FAILURE) {
algorithm         957 ext/hash/hash.c 	if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) {
algorithm         958 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        2027 ext/openssl/openssl.c 	sig_nid = OBJ_obj2nid((cert)->sig_alg->algorithm);
algorithm        5191 ext/phar/phar_object.c 	ZEND_ARG_INFO(0, algorithm)