Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/stm32/
Dstm32-cryp.c116 struct stm32_cryp *cryp; member
167 static inline bool is_aes(struct stm32_cryp *cryp) in is_aes() argument
169 return cryp->flags & FLG_AES; in is_aes()
172 static inline bool is_des(struct stm32_cryp *cryp) in is_des() argument
174 return cryp->flags & FLG_DES; in is_des()
177 static inline bool is_tdes(struct stm32_cryp *cryp) in is_tdes() argument
179 return cryp->flags & FLG_TDES; in is_tdes()
182 static inline bool is_ecb(struct stm32_cryp *cryp) in is_ecb() argument
184 return cryp->flags & FLG_ECB; in is_ecb()
187 static inline bool is_cbc(struct stm32_cryp *cryp) in is_cbc() argument
[all …]
DMakefile4 obj-$(CONFIG_CRYPTO_DEV_STM32_CRYP) += stm32-cryp.o
DKconfig25 tristate "Support for STM32 cryp accelerators"
/Linux-v6.1/arch/arm/boot/dts/
Dstm32mp15xc.dtsi9 cryp1: cryp@54001000 {
10 compatible = "st,stm32mp1-cryp";
Dstm32mp13xc.dtsi9 cryp: crypto@54002000 { label
10 compatible = "st,stm32mp1-cryp";
Dstm32mp13xf.dtsi9 cryp: crypto@54002000 { label
10 compatible = "st,stm32mp1-cryp";
Dste-dbx5x0.dtsi1148 cryp@a03cb000 {
1149 compatible = "stericsson,ux500-cryp";
Dmt7623.dtsi995 clock-names = "cryp";
/Linux-v6.1/Documentation/devicetree/bindings/crypto/
Dmediatek-crypto.txt9 - clock-names: Must contain "cryp".
23 clock-names = "cryp";
/Linux-v6.1/drivers/crypto/ux500/
DMakefile8 obj-$(CONFIG_CRYPTO_DEV_UX500_CRYP) += cryp/
/Linux-v6.1/drivers/crypto/ux500/cryp/
DMakefile10 ux500_cryp-objs := cryp.o cryp_irq.o cryp_core.o