Searched +full:zynqmp +full:- +full:aes (Results 1 – 7 of 7) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/crypto/xlnx,zynqmp-aes.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Xilinx ZynqMP AES-GCM Hardware Accelerator Device Tree Bindings10 - Kalyani Akula <kalyani.akula@xilinx.com>11 - Michal Simek <michal.simek@xilinx.com>14 The ZynqMP AES-GCM hardened cryptographic accelerator is used to19 const: xlnx,zynqmp-aes22 - compatible[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Xilinx ZynqMP AES Driver.7 #include <crypto/aes.h>13 #include <linux/dma-mapping.h>18 #include <linux/firmware/xlnx-zynqmp.h>82 struct device *dev = tfm_ctx->dev; in zynqmp_aes_aead_cipher()92 if (tfm_ctx->keysrc == ZYNQMP_AES_KUP_KEY) in zynqmp_aes_aead_cipher()93 dma_size = req->cryptlen + ZYNQMP_AES_KEY_SIZE in zynqmp_aes_aead_cipher()96 dma_size = req->cryptlen + GCM_AES_IV_SIZE; in zynqmp_aes_aead_cipher()100 return -ENOMEM; in zynqmp_aes_aead_cipher()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only2 obj-$(CONFIG_CRYPTO_DEV_ZYNQMP_AES) += zynqmp-aes-gcm.o
1 # SPDX-License-Identifier: GPL-2.0-only29 tristate "PadLock driver for AES algorithm"34 Use VIA PadLock for AES algorithm.39 called padlock-aes.53 called padlock-sha.56 tristate "Support for the Geode LX AES engine"61 Say 'Y' here to use the AMD Geode LX processor on-board AES62 engine for the CryptoAPI AES algorithm.65 will be called geode-aes.131 AES cipher algorithms for use with protected key.[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * dts file for Xilinx ZynqMP5 * (C) Copyright 2014 - 2019, Xilinx, Inc.15 #include <dt-bindings/power/xlnx-zynqmp-power.h>16 #include <dt-bindings/reset/xlnx-zynqmp-resets.h>19 compatible = "xlnx,zynqmp";20 #address-cells = <2>;21 #size-cells = <2>;24 #address-cells = <1>;25 #size-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2014-2020 Xilinx, Inc.13 #include <linux/arm-smccc.h>25 #include <linux/firmware/xlnx-zynqmp.h>26 #include "zynqmp-debug.h"35 * struct pm_api_feature_data - PM API Feature data53 * zynqmp_pm_ret_code() - Convert PMU-FW error codes to Linux error codes65 return -ENOTSUPP; in zynqmp_pm_ret_code()67 return -EACCES; in zynqmp_pm_ret_code()69 return -ECANCELED; in zynqmp_pm_ret_code()[all …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]