Searched +full:keembay +full:- +full:ocs +full:- +full:ecc (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/intel,keembay-ocs-ecc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Intel Keem Bay OCS ECC10 - Daniele Alessandrelli <daniele.alessandrelli@intel.com>11 - Prabhjot Khurana <prabhjot.khurana@intel.com>14 The Intel Keem Bay Offload and Crypto Subsystem (OCS) Elliptic Curve15 Cryptography (ECC) device provides hardware acceleration for elliptic curve16 cryptography using the NIST P-256 and NIST P-384 elliptic curves.[all …]
2 # Makefile for Intel Keem Bay OCS Crypto API Linux drivers4 obj-$(CONFIG_CRYPTO_DEV_KEEMBAY_OCS_AES_SM4) += keembay-ocs-aes.o5 keembay-ocs-aes-objs := keembay-ocs-aes-core.o ocs-aes.o7 obj-$(CONFIG_CRYPTO_DEV_KEEMBAY_OCS_ECC) += keembay-ocs-ecc.o9 obj-$(CONFIG_CRYPTO_DEV_KEEMBAY_OCS_HCU) += keembay-ocs-hcu.o10 keembay-ocs-hcu-objs := keembay-ocs-hcu-core.o ocs-hcu.o
2 tristate "Support for Intel Keem Bay OCS AES/SM4 HW acceleration"9 Support for Intel Keem Bay Offload and Crypto Subsystem (OCS) AES and20 bool "Support for Intel Keem Bay OCS AES/SM4 ECB HW acceleration"23 Support for Intel Keem Bay Offload and Crypto Subsystem (OCS)26 Provides OCS version of ecb(aes) and ecb(sm4)31 bool "Support for Intel Keem Bay OCS AES/SM4 CTS HW acceleration"34 Support for Intel Keem Bay Offload and Crypto Subsystem (OCS)38 Provides OCS version of cts(cbc(aes)) and cts(cbc(sm4)).43 tristate "Support for Intel Keem Bay OCS ECC HW acceleration"50 Support for Intel Keem Bay Offload and Crypto Subsystem (OCS)[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Intel Keem Bay OCS ECC Crypto Driver.5 * Copyright (C) 2019-2021 Intel Corporation13 #include <crypto/internal/ecc.h>32 #define DRV_NAME "keembay-ocs-ecc"52 /* ECC Instruction : for ECC_COMMAND */76 * struct ocs_ecc_dev - ECC device context78 * @dev: OCS ECC device79 * @base_reg: IO base address of OCS ECC94 * struct ocs_ecc_ctx - Transformation context.[all …]
5 ---------------------------------------------------21 W: *Web-page* with status/info23 B: URI for where to file *bugs*. A web-page with detailed bug28 patches to the given subsystem. This is either an in-tree file,29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst46 N: [^a-z]tegra all files whose path contains tegra64 ----------------83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)85 L: linux-scsi@vger.kernel.org88 F: drivers/scsi/3w-*[all …]