CSSM_SignData

Function CSSM_SignData 

Source
pub unsafe extern "C-unwind" fn CSSM_SignData(
    cc_handle: CSSM_CC_HANDLE,
    data_bufs: *const SecAsn1Item,
    data_buf_count: uint32,
    digest_algorithm: CSSM_ALGORITHMS,
    signature: CSSM_DATA_PTR,
) -> CSSM_RETURN
👎Deprecated
Available on crate features SecAsn1Types and cssmapi and cssmconfig and cssmtype only.