Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/crypto/stm32/
Dstm32-cryp.c108 #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; member
180 static inline bool is_aes(struct stm32_cryp *cryp) in is_aes() argument
182 return cryp->flags & FLG_AES; in is_aes()
185 static inline bool is_des(struct stm32_cryp *cryp) in is_des() argument
187 return cryp->flags & FLG_DES; in is_des()
190 static inline bool is_tdes(struct stm32_cryp *cryp) in is_tdes() argument
192 return cryp->flags & FLG_TDES; in is_tdes()
195 static inline bool is_ecb(struct stm32_cryp *cryp) in is_ecb() argument
[all …]
DMakefile4 obj-$(CONFIG_CRYPTO_DEV_STM32_CRYP) += stm32-cryp.o
DKconfig25 tristate "Support for STM32 cryp accelerators"
/Linux-v5.15/arch/arm/boot/dts/
Dstm32mp15xc.dtsi9 cryp1: cryp@54001000 {
10 compatible = "st,stm32mp1-cryp";
Dste-dbx5x0.dtsi1127 cryp@a03cb000 {
1128 compatible = "stericsson,ux500-cryp";
Dmt7623.dtsi962 clock-names = "cryp";
/Linux-v5.15/Documentation/devicetree/bindings/crypto/
Dmediatek-crypto.txt9 - clock-names: Must contain "cryp".
23 clock-names = "cryp";
/Linux-v5.15/drivers/crypto/ux500/
DMakefile8 obj-$(CONFIG_CRYPTO_DEV_UX500_CRYP) += cryp/
/Linux-v5.15/drivers/crypto/ux500/cryp/
DMakefile10 ux500_cryp-objs := cryp.o cryp_irq.o cryp_core.o