Function s2n_quic::provider::tls::default::ffi::s2n_cert_chain_get_length

source ·
pub unsafe extern "C" fn s2n_cert_chain_get_length(
    chain_and_key: *const s2n_cert_chain_and_key,
    cert_length: *mut u32
) -> i32
Expand description

@param chain_and_key A pointer to the s2n_cert_chain_and_key object being read. @param cert_length This return value represents the length of the s2n certificate chain chain_and_key. @returns the length of the s2n certificate chain chain_and_key.