emit_encrypted_extensions

Function emit_encrypted_extensions 

Source
fn emit_encrypted_extensions(
    flight: &mut HandshakeFlight<'_, true>,
    suite: &'static Tls13CipherSuite,
    cx: &mut Context<'_, ServerConnectionData>,
    ocsp_response: &mut Option<&[u8]>,
    hello: &ClientHelloPayload,
    resumedata: Option<&ServerSessionValue>,
    extra_exts: ServerExtensionsInput<'static>,
    config: &ServerConfig,
) -> Result<EarlyDataDecision, Error>