Lines Matching +full:cryptocell +full:- +full:713 +full:- +full:trng

1 # SPDX-License-Identifier: GPL-2.0-only
39 called padlock-aes.
53 called padlock-sha.
61 Say 'Y' here to use the AMD Geode LX processor on-board AES
65 will be called geode-aes.
142 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2).
152 SHA256 secure hash standard (DFIPS 180-2).
194 DES cipher algorithm (FIPS 46-2), and Triple DES EDE (FIPS 46-3).
206 AES cipher algorithms (FIPS-197).
223 and uses triple-DES to generate secure random numbers like the
224 ANSI X9.17 standard. User-space programs access the
225 pseudo-random-number device through the char device /dev/prandom.
240 tristate "CRC-32 algorithms"
247 can optimize the computation of CRC-32 (IEEE 802.3 Ethernet)
248 and CRC-32C (Castagnoli).
264 sub-units. One set provides the Modular Arithmetic Unit,
354 This option provides the kernel-side support for the TRNG hardware
440 This driver provides kernel-side support through the
445 module will be called exynos-rng.
470 needed for small and zero-size messages.
488 tristate "Driver for ST-Ericsson UX500 crypto hardware acceleration"
491 Driver for ST-Ericsson UX500 crypto engine.
521 will be called atmel-aes.
534 will be called atmel-tdes.
547 will be called atmel-sha.
564 will be called atmel-ecc.
579 will be called atmel-sha204a.
603 co-processor on the die.
606 will be called mxs-dcp.
652 (default), hashes-only, or skciphers-only.
655 multiple crypto requests. While the ipq40xx chips have 4-core CPUs, the
659 algorithms, sharing the load with the CPU. Enabling skciphers-only
668 - AES (CBC, CTR, ECB, XTS)
669 - 3DES (CBC, ECB)
670 - DES (CBC, ECB)
671 - SHA1, HMAC-SHA1
672 - SHA256, HMAC-SHA256
675 bool "Symmetric-key ciphers only"
678 Enable symmetric-key ciphers only:
679 - AES (CBC, CTR, ECB, XTS)
680 - 3DES (ECB, CBC)
681 - DES (ECB, CBC)
688 - SHA1, HMAC-SHA1
689 - SHA256, HMAC-SHA256
703 Considering the 256-bit ciphers, software is 2-3 times faster than
704 qce at 256-bytes, 30% faster at 512, and about even at 768-bytes.
705 With 128-bit keys, the break-even point would be around 1024-bytes.
708 cost in CPU usage. The minimum recommended setting is 16-bytes
709 (1 AES block), since AES-GCM will fail if you set it lower.
712 Note that 192-bit keys are not supported by the hardware and are
725 module will be called qcom-rng. If unsure, say N.
769 Xilinx ZynqMP has AES-GCM engine used for symmetric key
827 This driver interfaces with the SafeXcel EIP-97 and EIP-197 cryptographic
831 Additionally, it accelerates combined AES-CBC/HMAC-SHA AEAD operations.
834 tristate "Support for Axis ARTPEC-6/7 hardware crypto acceleration."
847 Enables the driver for the on-chip crypto accelerator
853 tristate "Support for ARM TrustZone CryptoCell family of security processors"
875 TrustZone CryptoCell family of processors. Currently the
876 CryptoCell 713, 703, 712, 710 and 630 are supported.