Searched refs:FillAeadParams (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/net/quic/crypto/
H A Daes_128_gcm_12_decrypter.h31 virtual void FillAeadParams(base::StringPiece nonce,
H A Daes_128_gcm_12_encrypter.h31 virtual void FillAeadParams(base::StringPiece nonce,
H A Dchacha20_poly1305_decrypter.h35 virtual void FillAeadParams(base::StringPiece nonce,
H A Dchacha20_poly1305_encrypter.h35 virtual void FillAeadParams(base::StringPiece nonce,
H A Dchacha20_poly1305_decrypter_nss.cc39 void ChaCha20Poly1305Decrypter::FillAeadParams(StringPiece nonce, function in class:net::ChaCha20Poly1305Decrypter
63 void ChaCha20Poly1305Decrypter::FillAeadParams(StringPiece nonce,
H A Dchacha20_poly1305_encrypter_nss.cc39 void ChaCha20Poly1305Encrypter::FillAeadParams(StringPiece nonce, function in class:net::ChaCha20Poly1305Encrypter
63 void ChaCha20Poly1305Encrypter::FillAeadParams(StringPiece nonce,
H A Daead_base_decrypter.h76 virtual void FillAeadParams(base::StringPiece nonce,
H A Daead_base_encrypter.h79 virtual void FillAeadParams(base::StringPiece nonce,
H A Daead_base_decrypter_nss.cc95 FillAeadParams(nonce, associated_data, auth_tag_size_, &aead_params);
H A Daead_base_encrypter_nss.cc89 FillAeadParams(nonce, associated_data, auth_tag_size_, &aead_params);
H A Daes_128_gcm_12_decrypter_nss.cc221 void Aes128Gcm12Decrypter::FillAeadParams(StringPiece nonce, function in class:net::Aes128Gcm12Decrypter
H A Daes_128_gcm_12_encrypter_nss.cc220 void Aes128Gcm12Encrypter::FillAeadParams(StringPiece nonce, function in class:net::Aes128Gcm12Encrypter

Completed in 956 milliseconds