Searched +full:stm32mp1 +full:- +full:cryp (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/crypto/st,stm32-cryp.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: STMicroelectronics STM32 CRYP9 description: The STM32 CRYP block is built on the CRYP block found in14 - Lionel Debieve <lionel.debieve@foss.st.com>19 - st,stn8820-cryp20 - stericsson,ux500-cryp21 - st,stm32f756-cryp[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2021 - All Rights Reserved8 cryp: crypto@54002000 { label9 compatible = "st,stm32mp1-cryp";14 access-controllers = <&etzpc 42>;
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2019 - All Rights Reserved8 cryp1: cryp@54001000 {9 compatible = "st,stm32mp1-cryp";14 access-controllers = <&etzpc 9>;
1 // SPDX-License-Identifier: GPL-2.0-only5 * Ux500 support taken from snippets in the old Ux500 cryp driver17 #include <linux/dma-mapping.h>30 #define DRIVER_NAME "stm32-cryp"179 struct stm32_cryp *cryp; member243 static inline bool is_aes(struct stm32_cryp *cryp) in is_aes() argument245 return cryp->flags & FLG_AES; in is_aes()248 static inline bool is_des(struct stm32_cryp *cryp) in is_des() argument250 return cryp->flags & FLG_DES; in is_des()253 static inline bool is_tdes(struct stm32_cryp *cryp) in is_tdes() argument[all …]