CSSM_CL_CertGetAllFields

Function CSSM_CL_CertGetAllFields 

Source
pub unsafe extern "C-unwind" fn CSSM_CL_CertGetAllFields(
    cl_handle: CSSM_CL_HANDLE,
    cert: *const SecAsn1Item,
    number_of_fields: *mut uint32,
    cert_fields: *mut CSSM_FIELD_PTR,
) -> CSSM_RETURN
๐Ÿ‘ŽDeprecated
Available on crate features SecAsn1Types and cssmapi and cssmconfig and cssmtype only.
Expand description

ยงSafety

  • cert must be a valid pointer.
  • number_of_fields must be a valid pointer.
  • cert_fields must be a valid pointer.