Searched refs:hex_digest (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/ext/hash/ |
| H A D | hash.c | 178 char *hex_digest = safe_emalloc(ops->digest_size, 2, 1); local 180 php_hash_bin2hex(hex_digest, (unsigned char *) digest, ops->digest_size); 181 hex_digest[2 * ops->digest_size] = 0; 183 RETURN_STRINGL(hex_digest, 2 * ops->digest_size, 0); 302 char *hex_digest = safe_emalloc(ops->digest_size, 2, 1); local 304 php_hash_bin2hex(hex_digest, (unsigned char *) digest, ops->digest_size); 305 hex_digest[2 * ops->digest_size] = 0; 307 RETURN_STRINGL(hex_digest, 2 * ops->digest_size, 0); 541 char *hex_digest = safe_emalloc(digest_len,2,1); local 543 php_hash_bin2hex(hex_digest, (unsigne [all...] |
Completed in 3 milliseconds