digest_str 172 ext/hash/hash_tiger.c static inline void TigerDigest(unsigned char *digest_str, unsigned int digest_len, PHP_TIGER_CTX *context) digest_str 177 ext/hash/hash_tiger.c digest_str[i] = (unsigned char) ((context->state[i/8] >> (8 * (i%8))) & 0xff); digest_str 5118 ext/openssl/openssl.c char *digest_str = emalloc(digest_str_len + 1); digest_str 5120 ext/openssl/openssl.c make_digest_ex(digest_str, sigbuf, siglen); digest_str 5122 ext/openssl/openssl.c RETVAL_STRINGL(digest_str, digest_str_len, 0);