Lines Matching refs:cryp_device_data
237 struct cryp_device_data { struct
253 void cryp_wait_until_done(struct cryp_device_data *device_data); argument
257 int cryp_check(struct cryp_device_data *device_data);
259 void cryp_activity(struct cryp_device_data *device_data,
262 void cryp_flush_inoutfifo(struct cryp_device_data *device_data);
264 int cryp_set_configuration(struct cryp_device_data *device_data,
268 void cryp_configure_for_dma(struct cryp_device_data *device_data,
271 int cryp_configure_key_values(struct cryp_device_data *device_data,
275 int cryp_configure_init_vector(struct cryp_device_data *device_data,
281 int cryp_configure_protection(struct cryp_device_data *device_data,
285 void cryp_save_device_context(struct cryp_device_data *device_data,
289 void cryp_restore_device_context(struct cryp_device_data *device_data,
293 int cryp_is_logic_busy(struct cryp_device_data *device_data);
295 int cryp_get_status(struct cryp_device_data *device_data);
303 int cryp_write_indata(struct cryp_device_data *device_data, u32 write_data);
311 int cryp_read_outdata(struct cryp_device_data *device_data, u32 *read_data);