Function CSSM_GenerateKeyP

Source
pub unsafe extern "C-unwind" fn CSSM_GenerateKeyP(
    cc_handle: CSSM_CC_HANDLE,
    key_usage: uint32,
    key_attr: uint32,
    key_label: *const SecAsn1Item,
    cred_and_acl_entry: *const CSSM_RESOURCE_CONTROL_CONTEXT,
    key: CSSM_KEY_PTR,
    privilege: CSSM_PRIVILEGE,
) -> CSSM_RETURN
👎Deprecated
Available on crate features SecAsn1Types and cssmconfig and cssmtype and cssmapi only.