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

  /external/chromium_org/net/quic/crypto/
crypto_utils.h 54 // |hkdf_input|. |aead| determines which cipher will be used. |perspective|
59 QuicTag aead,
crypto_utils.cc 81 QuicTag aead,
87 out->encrypter.reset(QuicEncrypter::Create(aead));
88 out->decrypter.reset(QuicDecrypter::Create(aead));
crypto_handshake.cc 331 aead(0) {
533 aead.resize(1);
534 aead[0] = kAESG;
647 *error_details = "Missing AEAD or KEXS";
653 aead, their_aeads, num_their_aeads, QuicUtils::PEER_PRIORITY,
654 &out_params->aead, NULL) ||
659 *error_details = "Unsupported AEAD or KEXS";
662 out->SetTaglist(kAEAD, out_params->aead, 0);
752 out_params->aead, out_params->client_nonce,
783 out_params->aead, out_params->client_nonce
    [all...]
crypto_handshake.h 165 QuicTag aead; member in struct:net::QuicCryptoNegotiatedParameters
223 // Authenticated encryption with associated data (AEAD) algorithms.
224 QuicTagVector aead; member in class:net::QuicCryptoConfig
crypto_server_config.cc 376 *error_details = "Missing or invalid AEAD or KEXS";
381 if (!QuicUtils::FindMutualTag(requested_config->aead, their_aeads,
383 &params->aead, NULL) ||
388 *error_details = "Unsupported AEAD or KEXS";
439 CryptoUtils::DeriveKeys(params->initial_premaster_secret, params->aead,
476 CryptoUtils::DeriveKeys(params->initial_premaster_secret, params->aead,
505 CryptoUtils::DeriveKeys(params->forward_secure_premaster_secret, params->aead,
772 LOG(WARNING) << "Server config message is missing AEAD";
775 config->aead = vector<QuicTag>(aead_tags, aead_tags + aead_len);
    [all...]
  /external/chromium_org/net/quic/
quic_crypto_client_stream_test.cc 150 EXPECT_EQ(kAESG, crypto_params.aead);
  /external/iproute2/ip/
xfrm_state.c 371 struct xfrm_algo_aead aead; member in union:__anon21174::__anon21175
428 invarg("\"aead\" ICV length is invalid",
430 alg.u.aead.alg_icv_len = icvlen;
432 buf = alg.u.aead.alg_key;
433 len = sizeof(alg.u.aead);

Completed in 100 milliseconds