CSSM_Init

Function CSSM_Init 

Source
pub unsafe extern "C-unwind" fn CSSM_Init(
    version: *const CSSM_VERSION,
    scope: CSSM_PRIVILEGE_SCOPE,
    caller_guid: *const CSSM_GUID,
    key_hierarchy: CSSM_KEY_HIERARCHY,
    pvc_policy: *mut CSSM_PVC_MODE,
    reserved: *const c_void,
) -> CSSM_RETURN
๐Ÿ‘ŽDeprecated
Available on crate features cssmapi and cssmconfig and cssmtype only.
Expand description

ยงSafety

  • version must be a valid pointer.
  • caller_guid must be a valid pointer.
  • pvc_policy must be a valid pointer.
  • reserved must be a valid pointer.