sha1_context 303 ext/session/session.c PHP_SHA1_CTX sha1_context; sha1_context 336 ext/session/session.c PHP_SHA1Init(&sha1_context); sha1_context 337 ext/session/session.c PHP_SHA1Update(&sha1_context, (unsigned char *) buf, strlen(buf)); sha1_context 373 ext/session/session.c PHP_SHA1Update(&sha1_context, rbuf, toread); sha1_context 400 ext/session/session.c PHP_SHA1Update(&sha1_context, rbuf, n); sha1_context 421 ext/session/session.c PHP_SHA1Final(digest, &sha1_context);