Searched refs:is_ctr (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/stm32/ |
H A D | stm32-cryp.c | 192 static inline bool is_ctr(struct stm32_cryp *cryp) in is_ctr() function 329 if (is_aes(cryp) && is_ctr(cryp)) in stm32_cryp_get_hw_mode() 1061 if (is_ctr(cryp)) in stm32_cryp_prepare_req() 1471 if (is_aes(cryp) && is_ctr(cryp)) in stm32_cryp_irq_write_data()
|
/kernel/linux/linux-6.6/drivers/crypto/stm32/ |
H A D | stm32-cryp.c | 237 static inline bool is_ctr(struct stm32_cryp *cryp) in is_ctr() function 501 if (is_aes(cryp) && is_ctr(cryp)) in stm32_cryp_get_hw_mode() 1227 if (is_ctr(cryp)) in stm32_cryp_prepare_req() 1612 if (is_aes(cryp) && is_ctr(cryp)) in stm32_cryp_irq_write_data()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | talitos.c | 1581 bool is_ctr = (desc->hdr & DESC_HDR_SEL0_MASK) == DESC_HDR_SEL0_AESU && in common_nonsnoop() local 1604 sg_count, 0, 0, 0, false, is_ctr ? 16 : 1); in common_nonsnoop()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | talitos.c | 1582 bool is_ctr = (desc->hdr & DESC_HDR_SEL0_MASK) == DESC_HDR_SEL0_AESU && in common_nonsnoop() local 1605 sg_count, 0, 0, 0, false, is_ctr ? 16 : 1); in common_nonsnoop()
|
Completed in 14 milliseconds