Home
last modified time | relevance | path

Searched defs:stm32_cryp_caps (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/crypto/stm32/
Dstm32-cryp.c139 struct stm32_cryp_caps { struct
140 bool aeads_support;
141 bool linear_aes_key;
142 bool kp_mode;
143 bool iv_protection;
144 bool swap_final;
145 bool padding_wa;
146 u32 cr;
147 u32 sr;
148 u32 din;
[all …]
/kernel/linux/linux-5.10/drivers/crypto/stm32/
Dstm32-cryp.c109 struct stm32_cryp_caps { struct
133 const struct stm32_cryp_caps *caps; argument