Searched +full:zynqmp +full:- +full:aes (Results 1 – 10 of 10) 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-2021 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 …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...
9 # - A directory, in which case all patches touching any file in this11 # - A pattern, in which case the pattern will be expanded, and then17 # - When a developer adds an "arch/Config.in.<arch>" file to its list19 # will receive e-mail notifications about build failures occuring on20 # this architecture. Not more than one e-mail per day is sent.21 # - When a developer adds a directory that contains one or several23 # occur. Not more than one e-mail per day is sent.24 # - When a developer adds an "package/pkg-<infra>.mk" file to its list43 F: package/wpebackend-fdo/45 F: package/xdg-dbus-proxy/[all …]
5 Defconfigs: Grinn chiliboard/liteboard, PC x86-64 bios: Fix10 hiawatha, hplip, icu, janus-gateway,11 kodi-screensaver-asterwave, kodi-screensaver-cpblobs,12 kodi-screensaver-matrixtrails, libatomic_ops, libbson, libffi,14 libunwind, lynx, mender-grubenv, mkpasswd, motion, mxml,15 netdata, qemu, samba4, speex, stress-ng, tinydtls, unixodbc,16 unrar, util-linux, util-linux-libs, watchdogd, wireshark20 #14351: needs to mount sysfs before mount -a21 #14411: 2021.11-rc2: Samba doesn't compile23 2021.11-rc3, released November 30th, 2021[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 …]