Function AM_ImportCertificate

Source
pub unsafe extern "C" fn AM_ImportCertificate(
    certSize: u32_,
    cert: *mut c_void,
) -> Result
Expand description

Imports a certificate into the ticket certificate chain.

ยงArguments

  • certSize - Size of the certificate.
  • cert - Data of the certificate.