Home
last modified time | relevance | path

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

/PHP-7.4/ext/hash/
H A Dphp_hash.h28 #define PHP_HASH_HMAC 0x0001 macro
H A Dhash.c365 if (options & PHP_HASH_HMAC) { in PHP_FUNCTION()
388 if (options & PHP_HASH_HMAC) { in PHP_FUNCTION()
535 if (hash->options & PHP_HASH_HMAC) { in PHP_FUNCTION()
1244 REGISTER_LONG_CONSTANT("HASH_HMAC", PHP_HASH_HMAC, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()

Completed in 10 milliseconds