Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/crypto/
Dquic_crypto_server_config.cc1399 static const size_t kServerNoncePlaintextSize = variable
1406 uint8 server_nonce[kServerNoncePlaintextSize]; in NewServerNonce()
1433 if (plaintext.size() != kServerNoncePlaintextSize) { in ValidateServerNonce()