OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChaCha20Poly1305Encrypter
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/net/quic/crypto/
chacha20_poly1305_encrypter_openssl.cc
18
ChaCha20Poly1305Encrypter
::
ChaCha20Poly1305Encrypter
()
26
ChaCha20Poly1305Encrypter
::~
ChaCha20Poly1305Encrypter
() {}
29
bool
ChaCha20Poly1305Encrypter
::IsSupported() { return true; }
chacha20_poly1305_encrypter.h
12
// A
ChaCha20Poly1305Encrypter
is a QuicEncrypter that implements the
20
class NET_EXPORT_PRIVATE
ChaCha20Poly1305Encrypter
: public AeadBaseEncrypter {
26
ChaCha20Poly1305Encrypter
();
27
virtual ~
ChaCha20Poly1305Encrypter
();
42
DISALLOW_COPY_AND_ASSIGN(
ChaCha20Poly1305Encrypter
);
chacha20_poly1305_encrypter_nss.cc
26
ChaCha20Poly1305Encrypter
::
ChaCha20Poly1305Encrypter
()
32
ChaCha20Poly1305Encrypter
::~
ChaCha20Poly1305Encrypter
() {}
35
bool
ChaCha20Poly1305Encrypter
::IsSupported() {
39
void
ChaCha20Poly1305Encrypter
::FillAeadParams(StringPiece nonce,
48
ChaCha20Poly1305Encrypter
::
ChaCha20Poly1305Encrypter
()
56
ChaCha20Poly1305Encrypter
::~
ChaCha20Poly1305Encrypter
() {}
[
all
...]
quic_encrypter.cc
20
return new
ChaCha20Poly1305Encrypter
();
chacha20_poly1305_encrypter_test.cc
44
QuicData* EncryptWithNonce(
ChaCha20Poly1305Encrypter
* encrypter,
60
if (!
ChaCha20Poly1305Encrypter
::IsSupported()) {
78
ChaCha20Poly1305Encrypter
encrypter;
94
ChaCha20Poly1305Encrypter
encrypter;
101
ChaCha20Poly1305Encrypter
encrypter;
quic_crypto_client_config.cc
309
if (
ChaCha20Poly1305Encrypter
::IsSupported()) {
quic_crypto_server_config.cc
297
if (
ChaCha20Poly1305Encrypter
::IsSupported()) {
[
all
...]
Completed in 154 milliseconds