Searched +full:sun8i +full:- +full:a83t +full:- +full:crypto (Results 1 – 11 of 11) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/crypto/allwinner,sun8i-ss.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Corentin Labbe <corentin.labbe@gmail.com>15 - allwinner,sun8i-a83t-crypto16 - allwinner,sun9i-a80-crypto26 - description: Bus clock27 - description: Module clock29 clock-names:[all …]
6 * This file is dual-licensed: you can use it either under the terms45 #include <dt-bindings/interrupt-controller/arm-gic.h>47 #include <dt-bindings/clock/sun8i-a83t-ccu.h>48 #include <dt-bindings/clock/sun8i-de2.h>49 #include <dt-bindings/clock/sun8i-r-ccu.h>50 #include <dt-bindings/reset/sun8i-a83t-ccu.h>51 #include <dt-bindings/reset/sun8i-de2.h>52 #include <dt-bindings/reset/sun8i-r-ccu.h>53 #include <dt-bindings/thermal/thermal.h>56 interrupt-parent = <&gic>;[all …]
2 * Copyright 2017 Chen-Yu Tsai <wens@csie.org>5 * This file is dual-licensed: you can use it either under the terms44 #include <dt-bindings/interrupt-controller/arm-gic.h>45 #include <dt-bindings/clock/sun6i-rtc.h>46 #include <dt-bindings/clock/sun8i-de2.h>47 #include <dt-bindings/clock/sun8i-r40-ccu.h>48 #include <dt-bindings/clock/sun8i-tcon-top.h>49 #include <dt-bindings/reset/sun8i-r40-ccu.h>50 #include <dt-bindings/reset/sun8i-de2.h>51 #include <dt-bindings/thermal/thermal.h>[all …]
6 Say Y here to get to see options for Allwinner hardware crypto devices19 Some Allwinner SoC have a crypto accelerator named25 will be called sun4i-ss.32 Select this option if you want to provide kernel-side support for33 the Pseudo-Random Number Generator found in the Security System.36 bool "Enable sun4i-ss stats"40 Say y to enable sun4i-ss debug stats.41 This will create /sys/kernel/debug/sun4i-ss/stats for displaying45 tristate "Support for Allwinner Crypto Engine cryptographic offloader"55 Select y here to have support for the crypto Engine available on[all …]
1 // SPDX-License-Identifier: GPL-2.03 * sun8i-ss-core.c - hardware cryptographic offloader for4 * Allwinner A80/A83T SoC6 * Copyright (C) 2015-2019 Corentin Labbe <clabbe.montjoie@gmail.com>8 * Core file which registers crypto algorithms supported by the SecuritySystem13 #include <linux/crypto.h>15 #include <linux/dma-mapping.h>25 #include <crypto/internal/rng.h>26 #include <crypto/internal/skcipher.h>28 #include "sun8i-ss.h"[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */3 * sun8i-ss.h - hardware cryptographic offloader for4 * Allwinner A80/A83T SoC6 * Copyright (C) 2016-2019 Corentin LABBE <clabbe.montjoie@gmail.com>8 #include <crypto/aes.h>9 #include <crypto/des.h>10 #include <crypto/engine.h>11 #include <crypto/rng.h>12 #include <crypto/skcipher.h>15 #include <linux/crypto.h>[all …]
1 // SPDX-License-Identifier: GPL-2.03 * sun8i-ss-prng.c - hardware cryptographic offloader for4 * Allwinner A80/A83T SoC6 * Copyright (C) 2015-2020 Corentin Labbe <clabbe@baylibre.com>12 #include "sun8i-ss.h"13 #include <linux/dma-mapping.h>15 #include <crypto/internal/rng.h>22 if (ctx->seed && ctx->slen != slen) { in sun8i_ss_prng_seed()23 kfree_sensitive(ctx->seed); in sun8i_ss_prng_seed()24 ctx->slen = 0; in sun8i_ss_prng_seed()[all …]
1 // SPDX-License-Identifier: GPL-2.03 * sun8i-ss-cipher.c - hardware cryptographic offloader for4 * Allwinner A80/A83T SoC6 * Copyright (C) 2016-2019 Corentin LABBE <clabbe.montjoie@gmail.com>15 #include <linux/crypto.h>16 #include <linux/dma-mapping.h>19 #include <crypto/scatterwalk.h>20 #include <crypto/internal/skcipher.h>21 #include "sun8i-ss.h"28 struct scatterlist *in_sg = areq->src; in sun8i_ss_need_fallback()[all …]
1 // SPDX-License-Identifier: GPL-2.03 * sun8i-ss-hash.c - hardware cryptographic offloader for4 * Allwinner A80/A83T SoC6 * Copyright (C) 2015-2020 Corentin Labbe <clabbe@baylibre.com>13 #include <linux/dma-mapping.h>16 #include <crypto/internal/hash.h>17 #include <crypto/hmac.h>18 #include <crypto/scatterwalk.h>19 #include <crypto/sha1.h>20 #include <crypto/sha2.h>[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/sun50i-a64-ccu.h>7 #include <dt-bindings/clock/sun6i-rtc.h>8 #include <dt-bindings/clock/sun8i-de2.h>9 #include <dt-bindings/clock/sun8i-r-ccu.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/reset/sun50i-a64-ccu.h>12 #include <dt-bindings/reset/sun8i-de2.h>13 #include <dt-bindings/reset/sun8i-r-ccu.h>14 #include <dt-bindings/thermal/thermal.h>[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 …]