Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_system_id.c89 php_hash_bin2hex(zend_system_id, digest, sizeof digest); in zend_finalize_system_id()
/php-src/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.c412 php_hash_bin2hex(ZSTR_VAL(hex_digest), (unsigned char *) ZSTR_VAL(digest), ops->digest_size); in php_hash_do_hash()
569 php_hash_bin2hex(ZSTR_VAL(hex_digest), (unsigned char *) ZSTR_VAL(digest), ops->digest_size); in php_hash_do_hash_hmac()
828 php_hash_bin2hex(ZSTR_VAL(hex_digest), (unsigned char *) ZSTR_VAL(digest), digest_len); in PHP_FUNCTION()
1104 php_hash_bin2hex(ZSTR_VAL(returnval), result, digest_length); in PHP_FUNCTION()
/php-src/ext/soap/
H A Dphp_http.c684 php_hash_bin2hex(cnonce, nonce, sizeof(nonce)); in make_http_soap_request()
/php-src/ext/opcache/
H A DZendAccelerator.c2469 php_hash_bin2hex(accel_uname_id, digest, sizeof digest); in accel_gen_uname_id()

Completed in 35 milliseconds