CSSM_TP_FormSubmit

Function CSSM_TP_FormSubmit 

Source
pub unsafe extern "C-unwind" fn CSSM_TP_FormSubmit(
    tp_handle: CSSM_TP_HANDLE,
    form_type: CSSM_TP_FORM_TYPE,
    form: *const SecAsn1Item,
    clearance_authority: *const CSSM_TP_AUTHORITY_ID,
    represented_authority: *const CSSM_TP_AUTHORITY_ID,
    credentials: CSSM_ACCESS_CREDENTIALS_PTR,
) -> CSSM_RETURN
๐Ÿ‘ŽDeprecated
Available on crate features SecAsn1Types and cssmapi and cssmconfig and cssmtype only.
Expand description

ยงSafety

  • form must be a valid pointer.
  • clearance_authority must be a valid pointer.
  • represented_authority must be a valid pointer.
  • credentials must be a valid pointer.