CSSM_FreeKey

Function CSSM_FreeKey 

Source
pub unsafe extern "C-unwind" fn CSSM_FreeKey(
    csp_handle: CSSM_CSP_HANDLE,
    access_cred: *const CSSM_ACCESS_CREDENTIALS,
    key_ptr: CSSM_KEY_PTR,
    delete: CSSM_BOOL,
) -> 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.
  • key_ptr must be a valid pointer.