Function s2n_tls_sys::s2n_cert_chain_and_key_get_ctx

source ยท
pub unsafe extern "C" fn s2n_cert_chain_and_key_get_ctx(
    cert_and_key: *mut s2n_cert_chain_and_key
) -> *mut c_void
Expand description

Get the user supplied context from the s2n_cert_chain_and_key object.

@param cert_and_key The certificate chain and private key handle @returns The user supplied pointer from s2n_cert_chain_and_key_set_ctx()