Home
last modified time | relevance | path

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

/PHP-7.0/ext/hash/
H A Dphp_hash.h31 #define PHP_HASH_HMAC 0x0001 macro
H A Dhash.c354 if (options & PHP_HASH_HMAC && in PHP_FUNCTION()
370 if (options & PHP_HASH_HMAC) { in PHP_FUNCTION()
517 if (hash->options & PHP_HASH_HMAC) { in PHP_FUNCTION()
1059 REGISTER_LONG_CONSTANT("HASH_HMAC", PHP_HASH_HMAC, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()

Completed in 9 milliseconds