Searched +full:sl3516 +full:- +full:crypto (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/crypto/cortina,sl3516-crypto.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: SL3516 cryptographic offloader driver10 - Corentin Labbe <clabbe@baylibre.com>15 - cortina,sl3516-crypto30 - compatible31 - reg32 - interrupts[all …]
1 // SPDX-License-Identifier: GPL-2.03 * sl3516-ce-rng.c - hardware cryptographic offloader for SL3516 SoC.7 * This file handle the RNG found in the SL3516 crypto engine9 #include "sl3516-ce.h"23 ce->hwrng_stat_req++; in sl3516_ce_rng_read()24 ce->hwrng_stat_bytes += max; in sl3516_ce_rng_read()27 err = pm_runtime_get_sync(ce->dev); in sl3516_ce_rng_read()29 pm_runtime_put_noidle(ce->dev); in sl3516_ce_rng_read()34 *data = readl(ce->base + IPSEC_RAND_NUM_REG); in sl3516_ce_rng_read()39 pm_runtime_put(ce->dev); in sl3516_ce_rng_read()[all …]
1 // SPDX-License-Identifier: GPL-2.03 * sl3516-ce-cipher.c - hardware cryptographic offloader for Storlink SL3516 SoC11 #include <crypto/engine.h>12 #include <crypto/internal/skcipher.h>13 #include <crypto/scatterwalk.h>14 #include <linux/dma-mapping.h>22 #include "sl3516-ce.h"24 /* sl3516_ce_need_fallback - check if a request can be handled by the CE */29 struct sl3516_ce_dev *ce = op->ce; in sl3516_ce_need_fallback()34 if (areq->cryptlen == 0 || areq->cryptlen % 16) { in sl3516_ce_need_fallback()[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */3 * sl3516-ce.h - hardware cryptographic offloader for cortina/gemini SoC8 * Called either Crypto Acceleration Engine Module, Security Acceleration Engine9 * or IPSEC module in the datasheet, it will be called Crypto Engine for short16 #include <crypto/aes.h>17 #include <crypto/engine.h>18 #include <crypto/scatterwalk.h>19 #include <crypto/skcipher.h>90 * struct sl3516_ce_descriptor - descriptor for CE operations100 * struct desc_frame_ctrl - Information for the current descriptor[all …]
1 # SPDX-License-Identifier: GPL-2.0-only4 bool "Hardware crypto devices"7 Say Y here to get to see options for hardware crypto devices and14 source "drivers/crypto/allwinner/Kconfig"20 Some VIA processors come with an integrated crypto engine39 called padlock-aes.53 called padlock-sha.61 Say 'Y' here to use the AMD Geode LX processor on-board AES65 will be called geode-aes.74 s390 cryptographic adapters like Crypto Express 4 up[all …]
1 // SPDX-License-Identifier: GPL-2.06 #include <dt-bindings/interrupt-controller/irq.h>7 #include <dt-bindings/clock/cortina,gemini-clock.h>8 #include <dt-bindings/reset/cortina,gemini-reset.h>9 #include <dt-bindings/gpio/gpio.h>13 #address-cells = <1>;14 #size-cells = <1>;16 compatible = "simple-bus";17 interrupt-parent = <&intcon>;20 compatible = "cortina,gemini-flash", "cfi-flash";[all …]