Searched refs:cryp (Results 1 – 11 of 11) sorted by relevance
116 struct stm32_cryp *cryp; member167 static inline bool is_aes(struct stm32_cryp *cryp) in is_aes() argument169 return cryp->flags & FLG_AES; in is_aes()172 static inline bool is_des(struct stm32_cryp *cryp) in is_des() argument174 return cryp->flags & FLG_DES; in is_des()177 static inline bool is_tdes(struct stm32_cryp *cryp) in is_tdes() argument179 return cryp->flags & FLG_TDES; in is_tdes()182 static inline bool is_ecb(struct stm32_cryp *cryp) in is_ecb() argument184 return cryp->flags & FLG_ECB; in is_ecb()187 static inline bool is_cbc(struct stm32_cryp *cryp) in is_cbc() argument[all …]
4 obj-$(CONFIG_CRYPTO_DEV_STM32_CRYP) += stm32-cryp.o
25 tristate "Support for STM32 cryp accelerators"
9 cryp1: cryp@54001000 {10 compatible = "st,stm32mp1-cryp";
9 cryp: crypto@54002000 { label10 compatible = "st,stm32mp1-cryp";
1148 cryp@a03cb000 {1149 compatible = "stericsson,ux500-cryp";
995 clock-names = "cryp";
9 - clock-names: Must contain "cryp".23 clock-names = "cryp";
8 obj-$(CONFIG_CRYPTO_DEV_UX500_CRYP) += cryp/
10 ux500_cryp-objs := cryp.o cryp_irq.o cryp_core.o