CSSM_VerifyData

Function CSSM_VerifyData 

Source
pub unsafe extern "C-unwind" fn CSSM_VerifyData(
    cc_handle: CSSM_CC_HANDLE,
    data_bufs: *const SecAsn1Item,
    data_buf_count: uint32,
    digest_algorithm: CSSM_ALGORITHMS,
    signature: *const SecAsn1Item,
) -> 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.
  • signature must be a valid pointer.