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.cc
26
const char QuicCryptoConfig::
kInitialLabel
[] = "QUIC key expansion";
crypto_handshake.h
67
//
kInitialLabel
is a constant that is used when deriving the initial
70
static const char
kInitialLabel
[];
quic_crypto_client_config.cc
515
const size_t label_len = strlen(QuicCryptoConfig::
kInitialLabel
) + 1;
517
hkdf_input.append(QuicCryptoConfig::
kInitialLabel
, label_len);
quic_crypto_server_config.cc
689
size_t label_len = strlen(QuicCryptoConfig::
kInitialLabel
) + 1;
691
hkdf_input.append(QuicCryptoConfig::
kInitialLabel
, label_len);
[
all
...]
Completed in 1317 milliseconds