pub unsafe extern "C-unwind" fn CSSM_EncryptDataUpdate(
cc_handle: CSSM_CC_HANDLE,
clear_bufs: *const SecAsn1Item,
clear_buf_count: uint32,
cipher_bufs: CSSM_DATA_PTR,
cipher_buf_count: uint32,
bytes_encrypted: *mut CSSM_SIZE,
) -> CSSM_RETURN
👎Deprecated
Available on crate features
SecAsn1Types
and cssmconfig
and cssmtype
and cssmapi
only.