Home
last modified time | relevance | path

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

/drivers/crypto/stm32/
Dstm32-cryp.c167 static inline bool is_aes(struct stm32_cryp *cryp) in is_aes() function
282 if (is_aes(cryp)) { in stm32_cryp_hw_write_iv()
299 if (is_aes(cryp)) { in stm32_cryp_get_iv()
323 if (is_aes(cryp) && is_ecb(cryp)) in stm32_cryp_get_hw_mode()
326 if (is_aes(cryp) && is_cbc(cryp)) in stm32_cryp_get_hw_mode()
329 if (is_aes(cryp) && is_ctr(cryp)) in stm32_cryp_get_hw_mode()
332 if (is_aes(cryp) && is_gcm(cryp)) in stm32_cryp_get_hw_mode()
335 if (is_aes(cryp) && is_ccm(cryp)) in stm32_cryp_get_hw_mode()
1009 cryp->hw_blocksize = is_aes(cryp) ? AES_BLOCK_SIZE : DES_BLOCK_SIZE; in stm32_cryp_prepare_req()
1471 if (is_aes(cryp) && is_ctr(cryp)) in stm32_cryp_irq_write_data()