CSSM_ChangeKeyAcl

Function CSSM_ChangeKeyAcl 

Source
pub unsafe extern "C-unwind" fn CSSM_ChangeKeyAcl(
    csp_handle: CSSM_CSP_HANDLE,
    access_cred: *const CSSM_ACCESS_CREDENTIALS,
    acl_edit: *const CSSM_ACL_EDIT,
    key: *const CSSM_KEY,
) -> CSSM_RETURN
๐Ÿ‘ŽDeprecated
Available on crate features SecAsn1Types and cssmapi and cssmconfig and cssmtype only.
Expand description

ยงSafety

  • access_cred must be a valid pointer.
  • acl_edit must be a valid pointer.
  • key must be a valid pointer.