CSSM_CL_CertCache

Function CSSM_CL_CertCache 

Source
pub unsafe extern "C-unwind" fn CSSM_CL_CertCache(
    cl_handle: CSSM_CL_HANDLE,
    cert: *const SecAsn1Item,
    cert_handle: CSSM_HANDLE_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.
  • cert_handle must be a valid pointer.