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

  /external/chromium_org/net/quic/crypto/
crypto_utils.h 52 // DeriveKeys populates |out->encrypter| and |out->decrypter| given the
58 static bool DeriveKeys(base::StringPiece premaster_secret,
crypto_utils.cc 80 bool CryptoUtils::DeriveKeys(StringPiece premaster_secret,
quic_crypto_client_config.cc 436 if (!CryptoUtils::DeriveKeys(out_params->initial_premaster_secret,
474 if (!CryptoUtils::DeriveKeys(
610 if (!CryptoUtils::DeriveKeys(
quic_crypto_server_config.cc 612 if (!CryptoUtils::DeriveKeys(params->initial_premaster_secret, params->aead,
652 if (!CryptoUtils::DeriveKeys(params->initial_premaster_secret, params->aead,
685 if (!CryptoUtils::DeriveKeys(
    [all...]

Completed in 448 milliseconds