CSSM_DigestData

Function CSSM_DigestData 

Source
pub unsafe extern "C-unwind" fn CSSM_DigestData(
    cc_handle: CSSM_CC_HANDLE,
    data_bufs: *const SecAsn1Item,
    data_buf_count: uint32,
    digest: CSSM_DATA_PTR,
) -> CSSM_RETURN
๐Ÿ‘ŽDeprecated
Available on crate features SecAsn1Types and cssmapi and cssmconfig and cssmtype only.
Expand description

ยงSafety

  • data_bufs must be a valid pointer.
  • digest must be a valid pointer.