Home
last modified time | relevance | path

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

/linux/drivers/crypto/stm32/
H A Dstm32-cryp.c269 static inline bool is_ctr(struct stm32_cryp *cryp) in is_ctr() function
546 if (is_aes(cryp) && is_ctr(cryp)) in stm32_cryp_get_hw_mode()
1466 if (is_aes(cryp) && is_ctr(cryp)) { in stm32_cryp_dma_check()
1477 if (is_aes(cryp) && is_ctr(cryp) && ret == DMA_NEED_SG_TRUNC) in stm32_cryp_dma_check()
1556 if (is_ctr(cryp)) in stm32_cryp_cipher_prepare()
2149 if (is_aes(cryp) && is_ctr(cryp)) in stm32_cryp_irq_write_data()