Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/stm32/
H A Dstm32-cryp.c162 struct stm32_cryp *cryp;
172 struct stm32_cryp { struct
213 static inline bool is_aes(struct stm32_cryp *cryp) in is_aes() argument
218 static inline bool is_des(struct stm32_cryp *cryp) in is_des()
223 static inline bool is_tdes(struct stm32_cryp *cryp) in is_tdes()
228 static inline bool is_ecb(struct stm32_cryp *cryp) in is_ecb()
233 static inline bool is_cbc(struct stm32_cryp *cryp) in is_cbc()
238 static inline bool is_ctr(struct stm32_cryp *cryp) in is_ctr()
243 static inline bool is_gcm(struct stm32_cryp *cryp) in is_gcm()
248 static inline bool is_ccm(struct stm32_cryp *cryp) in is_ccm()
[all …]