SHA256_Update      37 crypto/hmac_win.cc     SHA256_Update(ctx, text, kChunkSize);
SHA256_Update      41 crypto/hmac_win.cc   SHA256_Update(ctx, text, (unsigned int)text_len);
SHA256_Update      72 crypto/hmac_win.cc   SHA256_Update(&ctx, padded_key, SHA256_BLOCK_SIZE);
SHA256_Update      82 crypto/hmac_win.cc   SHA256_Update(&ctx, padded_key, SHA256_BLOCK_SIZE);
SHA256_Update      83 crypto/hmac_win.cc   SHA256_Update(&ctx, inner_hash, SHA256_LENGTH);
SHA256_Update      32 crypto/secure_hash_default.cc     SHA256_Update(&ctx_, static_cast<const unsigned char*>(input), len);
SHA256_Update      34 crypto/secure_hash_openssl.cc     SHA256_Update(&ctx_, static_cast<const unsigned char*>(input), len);
SHA256_Update      52 crypto/third_party/nss/chromium-blapi.h extern void SHA256_Update(SHA256Context *cx, const unsigned char *input,
SHA256_Update     446 crypto/third_party/nss/sha512.cc     SHA256_Update(ctx, pad, padLen);
SHA256_Update     484 crypto/third_party/nss/sha512.cc     SHA256_Update(&ctx, src, src_length);
SHA256_Update      78 net/quic/crypto/channel_id_openssl.cc     SHA256_Update(&sha256, kContextStr, strlen(kContextStr) + 1);
SHA256_Update      79 net/quic/crypto/channel_id_openssl.cc     SHA256_Update(&sha256, kClientToServerStr, strlen(kClientToServerStr) + 1);
SHA256_Update      81 net/quic/crypto/channel_id_openssl.cc   SHA256_Update(&sha256, signed_data.data(), signed_data.size());
SHA256_Update     113 net/quic/test_tools/crypto_test_utils_openssl.cc     SHA256_Update(&sha256, hostname.data(), hostname.size());