OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kInitialLabel
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/quic/crypto/
crypto_handshake.h
191
//
kInitialLabel
is a constant that is used when deriving the initial
194
static const char
kInitialLabel
[];
quic_crypto_client_config.cc
469
const size_t label_len = strlen(QuicCryptoConfig::
kInitialLabel
) + 1;
471
hkdf_input.append(QuicCryptoConfig::
kInitialLabel
, label_len);
crypto_handshake.cc
336
const char QuicCryptoConfig::
kInitialLabel
[] = "QUIC key expansion";
quic_crypto_server_config.cc
647
size_t label_len = strlen(QuicCryptoConfig::
kInitialLabel
) + 1;
649
hkdf_input.append(QuicCryptoConfig::
kInitialLabel
, label_len);
[
all
...]
Completed in 25 milliseconds