Home
last modified time | relevance | path

Searched refs:SetNoncePrefix (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/net/quic/crypto/
Dcrypto_utils.cc107 !crypters->encrypter->SetNoncePrefix(hkdf.server_write_iv()) || in DeriveKeys()
109 !crypters->decrypter->SetNoncePrefix(hkdf.client_write_iv())) { in DeriveKeys()
114 !crypters->encrypter->SetNoncePrefix(hkdf.client_write_iv()) || in DeriveKeys()
116 !crypters->decrypter->SetNoncePrefix(hkdf.server_write_iv())) { in DeriveKeys()
Dquic_decrypter.h40 virtual bool SetNoncePrefix(base::StringPiece nonce_prefix) = 0;
Dquic_encrypter.h40 virtual bool SetNoncePrefix(base::StringPiece nonce_prefix) = 0;
Dnull_decrypter.h26 virtual bool SetNoncePrefix(base::StringPiece nonce_prefix) OVERRIDE;
Dnull_encrypter.h24 virtual bool SetNoncePrefix(base::StringPiece nonce_prefix) OVERRIDE;
Dnull_encrypter.cc20 bool NullEncrypter::SetNoncePrefix(StringPiece nonce_prefix) { in SetNoncePrefix() function in net::NullEncrypter
Daead_base_decrypter.h44 virtual bool SetNoncePrefix(base::StringPiece nonce_prefix) OVERRIDE;
Dnull_decrypter.cc18 bool NullDecrypter::SetNoncePrefix(StringPiece nonce_prefix) { in SetNoncePrefix() function in net::NullDecrypter
Daead_base_encrypter.h44 virtual bool SetNoncePrefix(base::StringPiece nonce_prefix) OVERRIDE;
Daead_base_decrypter_openssl.cc70 bool AeadBaseDecrypter::SetNoncePrefix(StringPiece nonce_prefix) { in SetNoncePrefix() function in net::AeadBaseDecrypter
Daead_base_encrypter_openssl.cc67 bool AeadBaseEncrypter::SetNoncePrefix(StringPiece nonce_prefix) { in SetNoncePrefix() function in net::AeadBaseEncrypter
Daead_base_decrypter_nss.cc41 bool AeadBaseDecrypter::SetNoncePrefix(StringPiece nonce_prefix) { in SetNoncePrefix() function in net::AeadBaseDecrypter
Daead_base_encrypter_nss.cc41 bool AeadBaseEncrypter::SetNoncePrefix(StringPiece nonce_prefix) { in SetNoncePrefix() function in net::AeadBaseEncrypter
/external/chromium_org/net/quic/
Dquic_framer_test.cc110 virtual bool SetNoncePrefix(StringPiece nonce_prefix) OVERRIDE { in SetNoncePrefix() function in net::test::TestEncrypter
157 virtual bool SetNoncePrefix(StringPiece nonce_prefix) OVERRIDE { in SetNoncePrefix() function in net::test::TestDecrypter
Dquic_connection_test.cc97 virtual bool SetNoncePrefix(StringPiece nonce_prefix) OVERRIDE { in SetNoncePrefix() function in net::test::__anon1dbb7c2d0111::TaggingEncrypter
157 virtual bool SetNoncePrefix(StringPiece nonce_prefix) OVERRIDE { in SetNoncePrefix() function in net::test::__anon1dbb7c2d0111::TaggingDecrypter