Searched +full:cryptocell +full:- +full:712 +full:- +full:ree (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/Documentation/devicetree/bindings/crypto/ |
D | arm,cryptocell.yaml | 1 # 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 <gilad@benyossef.com> 15 - arm,cryptocell-713-ree 16 - arm,cryptocell-703-ree 17 - arm,cryptocell-712-ree 18 - arm,cryptocell-710-ree [all …]
|
/Linux-v5.15/drivers/crypto/ccree/ |
D | cc_driver.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright (C) 2012-2019 ARM Limited or its affiliates. */ 79 .name = "712", .rev = CC_HW_REV_712, .sig = 0xDCC71200U, 94 { .compatible = "arm,cryptocell-703-ree", .data = &cc703_hw }, 95 { .compatible = "arm,cryptocell-713-ree", .data = &cc713_hw }, 96 { .compatible = "arm,cryptocell-712-ree", .data = &cc712_hw }, 97 { .compatible = "arm,cryptocell-710-ree", .data = &cc710_hw }, 98 { .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-v5.15/drivers/crypto/ |
D | Kconfig | 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 [all …]
|