Home
last modified time | relevance | path

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

/PHP-8.4/ext/sodium/
H A Dlibsodium.c436 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION()
564 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION()
1418 zend_long hash_len; in PHP_FUNCTION() local
1428 &hash_len, in PHP_FUNCTION()
1435 if (hash_len <= 0) { in PHP_FUNCTION()
1439 if (hash_len >= 0xffffffff) { in PHP_FUNCTION()
1498 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION()
1608 zend_long hash_len; in PHP_FUNCTION() local
1615 &hash_len, in PHP_FUNCTION()
1622 if (hash_len <= 0 || hash_len >= SIZE_MAX || hash_len > 0x1fffffffe0ULL) { in PHP_FUNCTION()
[all …]
/PHP-8.4/ext/openssl/
H A Dopenssl_pwhash.c93 unsigned char *hash, size_t hash_len) in php_openssl_argon2_compute_hash() argument
120 if (EVP_KDF_derive(kctx, hash, hash_len, params) != 1) { in php_openssl_argon2_compute_hash()
/PHP-8.4/ext/odbc/
H A Dphp_odbc.c2134 …t(zval *zv, char *db, char *uid, char *pwd, int cur_opt, bool persistent, char *hash, int hash_len) in odbc_sqlconnect() argument
2145 link->hash = zend_string_init(hash, hash_len, persistent); in odbc_sqlconnect()

Completed in 45 milliseconds