CSSM_DL_GetDbAcl

Function CSSM_DL_GetDbAcl 

Source
pub unsafe extern "C-unwind" fn CSSM_DL_GetDbAcl(
    dldb_handle: CSSM_DL_DB_HANDLE,
    selection_tag: *const CSSM_STRING,
    number_of_acl_infos: *mut uint32,
    acl_infos: *mut CSSM_ACL_ENTRY_INFO_PTR,
) -> CSSM_RETURN
๐Ÿ‘ŽDeprecated
Available on crate features SecAsn1Types and cssmapi and cssmconfig and cssmtype only.
Expand description

ยงSafety

  • selection_tag must be a valid pointer.
  • number_of_acl_infos must be a valid pointer.
  • acl_infos must be a valid pointer.