Searched refs:cryp (Results 1 – 9 of 9) sorted by relevance
108 #define _walked_in (cryp->in_walk.offset - cryp->in_sg->offset)109 #define _walked_out (cryp->out_walk.offset - cryp->out_sg->offset)119 struct stm32_cryp *cryp; member180 static inline bool is_aes(struct stm32_cryp *cryp) in is_aes() argument182 return cryp->flags & FLG_AES; in is_aes()185 static inline bool is_des(struct stm32_cryp *cryp) in is_des() argument187 return cryp->flags & FLG_DES; in is_des()190 static inline bool is_tdes(struct stm32_cryp *cryp) in is_tdes() argument192 return cryp->flags & FLG_TDES; in is_tdes()195 static inline bool is_ecb(struct stm32_cryp *cryp) in is_ecb() 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";
1127 cryp@a03cb000 {1128 compatible = "stericsson,ux500-cryp";
962 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