sha1_context      290 ext/session/session.c 	PHP_SHA1_CTX sha1_context;
sha1_context      323 ext/session/session.c 			PHP_SHA1Init(&sha1_context);
sha1_context      324 ext/session/session.c 			PHP_SHA1Update(&sha1_context, (unsigned char *) buf, strlen(buf));
sha1_context      360 ext/session/session.c 					PHP_SHA1Update(&sha1_context, rbuf, toread);
sha1_context      387 ext/session/session.c 						PHP_SHA1Update(&sha1_context, rbuf, n);
sha1_context      408 ext/session/session.c 			PHP_SHA1Final(digest, &sha1_context);