CSSM_DecryptData

Function CSSM_DecryptData 

Source
pub unsafe extern "C-unwind" fn CSSM_DecryptData(
    cc_handle: CSSM_CC_HANDLE,
    cipher_bufs: *const SecAsn1Item,
    cipher_buf_count: uint32,
    clear_bufs: CSSM_DATA_PTR,
    clear_buf_count: uint32,
    bytes_decrypted: *mut CSSM_SIZE,
    rem_data: CSSM_DATA_PTR,
) -> CSSM_RETURN
๐Ÿ‘ŽDeprecated
Available on crate features SecAsn1Types and cssmapi and cssmconfig and cssmtype only.
Expand description

ยงSafety

  • cipher_bufs must be a valid pointer.
  • clear_bufs must be a valid pointer.
  • bytes_decrypted must be a valid pointer.
  • rem_data must be a valid pointer.