HomeSort by relevance Sort by last modified time
    Searched refs:SetNoncePrefix (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/net/quic/crypto/
crypto_utils.cc 103 out->encrypter->SetNoncePrefix(hkdf.server_write_iv());
105 out->decrypter->SetNoncePrefix(hkdf.client_write_iv());
108 out->encrypter->SetNoncePrefix(hkdf.client_write_iv());
110 out->decrypter->SetNoncePrefix(hkdf.server_write_iv());
null_decrypter.h 23 virtual bool SetNoncePrefix(base::StringPiece nonce_prefix) OVERRIDE;
quic_decrypter.h 41 virtual bool SetNoncePrefix(base::StringPiece nonce_prefix) = 0;
57 // appended to the |nonce_prefix| value provided in SetNoncePrefix()
aes_128_gcm_12_decrypter.h 44 virtual bool SetNoncePrefix(base::StringPiece nonce_prefix) OVERRIDE;
aes_128_gcm_12_encrypter.h 44 virtual bool SetNoncePrefix(base::StringPiece nonce_prefix) OVERRIDE;
null_encrypter.h 23 virtual bool SetNoncePrefix(base::StringPiece nonce_prefix) OVERRIDE;
quic_encrypter.h 41 virtual bool SetNoncePrefix(base::StringPiece nonce_prefix) = 0;
56 // |nonce_prefix| value provided in SetNoncePrefix() to form the nonce.
null_decrypter.cc 16 bool NullDecrypter::SetNoncePrefix(StringPiece nonce_prefix) {
null_encrypter.cc 18 bool NullEncrypter::SetNoncePrefix(StringPiece nonce_prefix) {
aes_128_gcm_12_decrypter_openssl.cc 52 bool Aes128Gcm12Decrypter::SetNoncePrefix(StringPiece nonce_prefix) {
aes_128_gcm_12_encrypter_openssl.cc 53 bool Aes128Gcm12Encrypter::SetNoncePrefix(StringPiece nonce_prefix) {
aes_128_gcm_12_decrypter_nss.cc 277 bool Aes128Gcm12Decrypter::SetNoncePrefix(StringPiece nonce_prefix) {
aes_128_gcm_12_encrypter_nss.cc 276 bool Aes128Gcm12Encrypter::SetNoncePrefix(StringPiece nonce_prefix) {
  /external/chromium_org/net/quic/
quic_connection_test.cc 88 virtual bool SetNoncePrefix(StringPiece nonce_prefix) OVERRIDE {
146 virtual bool SetNoncePrefix(StringPiece nonce_prefix) OVERRIDE {
    [all...]
quic_framer_test.cc 105 virtual bool SetNoncePrefix(StringPiece nonce_prefix) OVERRIDE {
152 virtual bool SetNoncePrefix(StringPiece nonce_prefix) OVERRIDE {
    [all...]

Completed in 974 milliseconds