Home
last modified time | relevance | path

Searched +full:cryptocell +full:- +full:712 +full:- +full:ree (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/crypto/
Darm,cryptocell.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/crypto/arm,cryptocell.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Arm TrustZone CryptoCell cryptographic engine
10 - Gilad Ben-Yossef <[email protected]>
15 - arm,cryptocell-713-ree
16 - arm,cryptocell-703-ree
17 - arm,cryptocell-712-ree
18 - arm,cryptocell-710-ree
[all …]
/linux-6.14.4/drivers/crypto/ccree/
Dcc_driver.c1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright (C) 2012-2019 ARM Limited or its affiliates. */
78 .name = "712", .rev = CC_HW_REV_712, .sig = 0xDCC71200U,
93 { .compatible = "arm,cryptocell-703-ree", .data = &cc703_hw },
94 { .compatible = "arm,cryptocell-713-ree", .data = &cc713_hw },
95 { .compatible = "arm,cryptocell-712-ree", .data = &cc712_hw },
96 { .compatible = "arm,cryptocell-710-ree", .data = &cc710_hw },
97 { .compatible = "arm,cryptocell-630p-ree", .data = &cc630p_hw },
112 /* non cached or write-back, write allocate */ in init_cc_cache_params()
113 val = drvdata->coherent ? 0xb : 0x2; in init_cc_cache_params()
[all …]
/linux-6.14.4/arch/arm64/boot/dts/blaize/
Dblaize-blzp1600.dtsi1 // SPDX-License-Identifier: GPL-2.0+
6 /dts-v1/;
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/interrupt-controller/arm-gic.h>
12 interrupt-parent = <&gic>;
13 #address-cells = <2>;
14 #size-cells = <2>;
17 #address-cells = <2>;
18 #size-cells = <0>;
21 compatible = "arm,cortex-a53";
[all …]
/linux-6.14.4/drivers/crypto/
DKconfig1 # 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.
87 - A pkey base and API kernel module (pkey.ko) which offers the
89 and the sysfs API and the in-kernel API to the crypto cipher
91 - A pkey pckmo kernel module (pkey-pckmo.ko) which is automatically
94 - A pkey CCA kernel module (pkey-cca.ko) which is automatically
96 - A pkey EP11 kernel module (pkey-ep11.ko) which is automatically
[all …]