Type Definition cryptoki_sys::CK_C_DecryptDigestUpdate[][src]

type CK_C_DecryptDigestUpdate = Option<unsafe extern "C" fn(session: CK_SESSION_HANDLE, encrypted_part: *mut c_uchar, encrypted_part_len: c_ulong, part: *mut c_uchar, part_len: *mut c_ulong) -> CK_RV>;