Home
last modified time | relevance | path

Searched refs:MHASH_NUM_ALGOS (Results 1 – 1 of 1) sorted by last modified time

/php-src/ext/hash/
H A Dhash.c55 #define MHASH_NUM_ALGOS 42 macro
57 static struct mhash_bc_entry mhash_to_hash[MHASH_NUM_ALGOS] = {
1185 for (algo_number = 0; algo_number < MHASH_NUM_ALGOS; algo_number++) { in mhash_init()
1211 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()
1239 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()
1255 RETURN_LONG(MHASH_NUM_ALGOS - 1); in PHP_FUNCTION()
1269 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()
1311 if (algorithm >= 0 && algorithm < MHASH_NUM_ALGOS) { in PHP_FUNCTION()

Completed in 9 milliseconds