Home
last modified time | relevance | path

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

/PHP-8.3/ext/hash/
H A Dhash_xxhash.c158 …_seed_func_t func_init_seed, xxh3_reset_with_secret_func_t func_init_secret, const char* algo_name) in _PHP_XXH3_Init() argument
167 …_throw_error(NULL, "%s: Only one of seed or secret is to be passed for initialization", algo_name); in _PHP_XXH3_Init()
185 …zend_throw_error(NULL, "%s: Secret length must be >= %u bytes, %zu bytes passed", algo_name, XXH3_… in _PHP_XXH3_Init()
190 …php_error_docref(NULL, E_WARNING, "%s: Secret content exceeding %zu bytes discarded", algo_name, s… in _PHP_XXH3_Init()

Completed in 4 milliseconds