Home
last modified time | relevance | path

Searched refs:atmel_aes_write_ctrl (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/crypto/
H A Datmel-aes.c577 static inline void atmel_aes_write_ctrl(struct atmel_aes_dev *dd, bool use_dma, in atmel_aes_write_ctrl() function
960 atmel_aes_write_ctrl(dd, use_dma, (void *)req->iv); in atmel_aes_start()
1008 atmel_aes_write_ctrl(dd, use_dma, ctx->iv); in atmel_aes_ctr_transfer()
1266 atmel_aes_write_ctrl(dd, false, NULL); in atmel_aes_gcm_ghash()
1367 atmel_aes_write_ctrl(dd, false, NULL); in atmel_aes_gcm_process()
1492 atmel_aes_write_ctrl(dd, false, ctx->j0); in atmel_aes_gcm_tag()
1665 atmel_aes_write_ctrl(dd, use_dma, NULL); in atmel_aes_xts_process_data()
1851 atmel_aes_write_ctrl(dd, true, iv); in atmel_aes_authenc_transfer()