Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_system_id.c89 php_hash_bin2hex(zend_system_id, digest, sizeof digest); in zend_finalize_system_id()
/PHP-8.2/ext/hash/
H A Dphp_hash.h161 static inline void php_hash_bin2hex(char *out, const unsigned char *in, size_t in_len) in php_hash_bin2hex() function
H A Dhash.c413 php_hash_bin2hex(ZSTR_VAL(hex_digest), (unsigned char *) ZSTR_VAL(digest), ops->digest_size); in php_hash_do_hash()
570 php_hash_bin2hex(ZSTR_VAL(hex_digest), (unsigned char *) ZSTR_VAL(digest), ops->digest_size); in php_hash_do_hash_hmac()
829 php_hash_bin2hex(ZSTR_VAL(hex_digest), (unsigned char *) ZSTR_VAL(digest), digest_len); in PHP_FUNCTION()
1105 php_hash_bin2hex(ZSTR_VAL(returnval), result, digest_length); in PHP_FUNCTION()
/PHP-8.2/ext/soap/
H A Dphp_http.c690 php_hash_bin2hex(cnonce, nonce, sizeof(nonce)); in make_http_soap_request()
/PHP-8.2/ext/opcache/
H A DZendAccelerator.c2495 php_hash_bin2hex(accel_uname_id, digest, sizeof digest); in accel_gen_uname_id()

Completed in 26 milliseconds