Home
last modified time | relevance | path

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

/PHP-7.3/ext/hash/
H A Dphp_hash.h28 #define PHP_HASH_HMAC 0x0001 macro
H A Dhash.c352 if (options & PHP_HASH_HMAC) { in php_hashcontext_ctor()
374 if (options & PHP_HASH_HMAC) { in php_hashcontext_ctor()
529 if (hash->options & PHP_HASH_HMAC) { in PHP_FUNCTION()
1233 REGISTER_LONG_CONSTANT("HASH_HMAC", PHP_HASH_HMAC, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()

Completed in 11 milliseconds