Home
last modified time | relevance | path

Searched refs:PHP_HASH_HMAC (Results 1 – 2 of 2) sorted by relevance

/PHP-5.4/ext/hash/
H A Dphp_hash.h31 #define PHP_HASH_HMAC 0x0001 macro
H A Dhash.c344 if (options & PHP_HASH_HMAC && in PHP_FUNCTION()
360 if (options & PHP_HASH_HMAC) { in PHP_FUNCTION()
499 if (hash->options & PHP_HASH_HMAC) { in PHP_FUNCTION()
881 REGISTER_LONG_CONSTANT("HASH_HMAC", PHP_HASH_HMAC, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()

Completed in 10 milliseconds