Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(441)

Unified Diff: net/quic/crypto/chacha20_poly1305_rfc7539_encrypter.h

Issue 1882433002: Removing NSS files and USE_OPENSSL flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/quic/crypto/chacha20_poly1305_rfc7539_encrypter.h
diff --git a/net/quic/crypto/chacha20_poly1305_rfc7539_encrypter.h b/net/quic/crypto/chacha20_poly1305_rfc7539_encrypter.h
index 7b6e0b4e205776f5fa5601c21981b05b823d4afa..36b1a623752b8647bbb39ef61c5a8fb6b077f84e 100644
--- a/net/quic/crypto/chacha20_poly1305_rfc7539_encrypter.h
+++ b/net/quic/crypto/chacha20_poly1305_rfc7539_encrypter.h
@@ -33,15 +33,6 @@ class NET_EXPORT_PRIVATE ChaCha20Poly1305Rfc7539Encrypter
// variant of ChaCha20+Poly1305.
static bool IsSupported();
-#if !defined(USE_OPENSSL)
- protected:
- // AeadBaseEncrypter methods:
- void FillAeadParams(base::StringPiece nonce,
- base::StringPiece associated_data,
- size_t auth_tag_size,
- AeadParams* aead_params) const override;
-#endif
-
private:
DISALLOW_COPY_AND_ASSIGN(ChaCha20Poly1305Rfc7539Encrypter);
};
« no previous file with comments | « net/quic/crypto/chacha20_poly1305_rfc7539_decrypter_nss.cc ('k') | net/quic/crypto/chacha20_poly1305_rfc7539_encrypter_nss.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698