Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/
H A Datmel-aes.c589 static inline void atmel_aes_write_ctrl(struct atmel_aes_dev *dd, bool use_dma, in atmel_aes_write_ctrl() function
988 atmel_aes_write_ctrl(dd, use_dma, (void *)req->iv); in atmel_aes_start()
1036 atmel_aes_write_ctrl(dd, use_dma, ctx->iv); in atmel_aes_ctr_transfer()
1459 atmel_aes_write_ctrl(dd, false, NULL); in atmel_aes_gcm_ghash()
1560 atmel_aes_write_ctrl(dd, false, NULL); in atmel_aes_gcm_process()
1685 atmel_aes_write_ctrl(dd, false, ctx->j0); in atmel_aes_gcm_tag()
1858 atmel_aes_write_ctrl(dd, use_dma, NULL); in atmel_aes_xts_process_data()
2044 atmel_aes_write_ctrl(dd, true, iv); in atmel_aes_authenc_transfer()