PHP_SHA1Update 71 ext/hash/hash_sha.c (php_hash_update_func_t) PHP_SHA1Update, PHP_SHA1Update 103 ext/hash/hash_sha.c PHP_SHA1Update(&context, arg, arg_len); PHP_SHA1Update 142 ext/hash/hash_sha.c PHP_SHA1Update(&context, buf, n); PHP_SHA1Update 392 ext/hash/hash_sha.c PHP_SHA1Update(context, PADDING, padLen); PHP_SHA1Update 395 ext/hash/hash_sha.c PHP_SHA1Update(context, bits, 8); PHP_SHA1Update 45 ext/hash/php_hash_sha.h PHP_HASH_API void PHP_SHA1Update(PHP_SHA1_CTX *, const unsigned char *, unsigned int); PHP_SHA1Update 747 ext/session/session.c PHP_SHA1Update(&sha1_context, (unsigned char *) buf, strlen(buf)); PHP_SHA1Update 774 ext/session/session.c PHP_SHA1Update(&sha1_context, rbuf, n); PHP_SHA1Update 50 ext/standard/sha1.c PHP_SHA1Update(&context, arg, arg_len); PHP_SHA1Update 90 ext/standard/sha1.c PHP_SHA1Update(&context, buf, n); PHP_SHA1Update 243 ext/standard/sha1.c PHP_SHA1Update(context, PADDING, padLen); PHP_SHA1Update 246 ext/standard/sha1.c PHP_SHA1Update(context, bits, 8); PHP_SHA1Update 34 ext/standard/sha1.h PHPAPI void PHP_SHA1Update(PHP_SHA1_CTX *, const unsigned char *, unsigned int);