Home
last modified time | relevance | path

Searched defs:earlyDataType (Results 1 – 5 of 5) sorted by relevance

/dports/security/fizz/fizz-2021.12.27.00/fizz/protocol/
H A DTypes.cpp73 folly::StringPiece toString(EarlyDataType earlyDataType) { in toString()
/dports/security/fizz/fizz-2021.12.27.00/fizz/server/
H A DState.h159 folly::Optional<EarlyDataType> earlyDataType() const { in earlyDataType() function
370 auto& earlyDataType() { in earlyDataType() function
H A DServerProtocol.cpp1142 auto earlyDataType = negotiateEarlyDataType( in handle() local
/dports/security/fizz/fizz-2021.12.27.00/fizz/client/
H A DState.h158 folly::Optional<EarlyDataType> earlyDataType() const { in earlyDataType() function
459 auto& earlyDataType() { in earlyDataType() function
H A DClientProtocol.cpp891 EarlyDataType earlyDataType = in handle() local
1430 auto earlyDataType = state.earlyDataType() == EarlyDataType::Attempted in handle() local
1539 auto earlyDataType = state.earlyDataType(); in handle() local