| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/crypto/ |
| D | arm,cryptocell.yaml | 4 $id: http://devicetree.org/schemas/crypto/arm,cryptocell.yaml# 7 title: Arm TrustZone CryptoCell cryptographic engine 15 - arm,cryptocell-713-ree 16 - arm,cryptocell-703-ree 17 - arm,cryptocell-712-ree 18 - arm,cryptocell-710-ree 19 - arm,cryptocell-630p-ree 50 compatible = "arm,cryptocell-712-ree";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/crypto/ |
| D | arm-cryptocell.txt | 1 Arm TrustZone CryptoCell cryptographic engine 5 "arm,cryptocell-713-ree" 6 "arm,cryptocell-703-ree" 7 "arm,cryptocell-712-ree" 8 "arm,cryptocell-710-ree" 9 "arm,cryptocell-630p-ree" 20 compatible = "arm,cryptocell-712-ree";
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/rng/ |
| D | arm-cctrng.yaml | 7 title: Arm TrustZone CryptoCell TRNG engine 13 Arm TrustZone CryptoCell TRNG (True Random Number Generator) engine. 18 - arm,cryptocell-713-trng 19 - arm,cryptocell-703-trng 29 Arm TrustZone CryptoCell TRNG engine has 4 ring oscillators. 48 compatible = "arm,cryptocell-713-trng";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/rng/ |
| D | arm-cctrng.yaml | 7 title: Arm TrustZone CryptoCell TRNG engine 13 Arm TrustZone CryptoCell TRNG (True Random Number Generator) engine. 18 - arm,cryptocell-713-trng 19 - arm,cryptocell-703-trng 29 Arm TrustZone CryptoCell TRNG engine has 4 ring oscillators. 48 compatible = "arm,cryptocell-713-trng";
|
| /kernel/linux/linux-5.10/drivers/crypto/ccree/ |
| D | cc_driver.c | 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 }, 367 /* Wait for Cryptocell reset completion */ in init_cc_resources() 369 dev_err(dev, "Cryptocell reset not completed"); in init_cc_resources() 437 dev_info(dev, "ARM CryptoCell %s Driver: HW version 0x%08X/0x%8X, Driver version %s\n", in init_cc_resources() 639 MODULE_DESCRIPTION("ARM TrustZone CryptoCell REE Driver");
|
| D | cc_pm.c | 41 /* wait for Cryptocell reset completion */ in cc_pm_resume() 43 dev_err(dev, "Cryptocell reset not completed"); in cc_pm_resume()
|
| D | cc_cipher.h | 5 * ARM CryptoCell Cipher Crypto API
|
| D | cc_hash.h | 5 * ARM CryptoCell Hash Crypto API
|
| D | cc_aead.h | 5 * ARM CryptoCell AEAD Crypto API
|
| D | cc_fips.c | 100 * This function check if cryptocell tee fips error occurred
|
| /kernel/linux/linux-6.6/drivers/crypto/ccree/ |
| D | cc_driver.c | 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 }, 399 /* Wait for Cryptocell reset completion */ in init_cc_resources() 401 dev_err(dev, "Cryptocell reset not completed"); in init_cc_resources() 469 dev_info(dev, "ARM CryptoCell %s Driver: HW version 0x%08X/0x%8X, Driver version %s\n", in init_cc_resources() 675 MODULE_DESCRIPTION("ARM TrustZone CryptoCell REE Driver");
|
| D | cc_pm.c | 41 /* wait for Cryptocell reset completion */ in cc_pm_resume() 43 dev_err(dev, "Cryptocell reset not completed"); in cc_pm_resume()
|
| D | cc_cipher.h | 5 * ARM CryptoCell Cipher Crypto API
|
| D | cc_hash.h | 5 * ARM CryptoCell Hash Crypto API
|
| D | cc_aead.h | 5 * ARM CryptoCell AEAD Crypto API
|
| D | cc_fips.c | 100 * This function check if cryptocell tee fips error occurred
|
| /kernel/linux/linux-6.6/drivers/char/hw_random/ |
| D | cctrng.c | 624 /* wait for Cryptocell reset completion */ in cctrng_resume() 626 dev_err(dev, "Cryptocell reset not completed"); in cctrng_resume() 645 { .compatible = "arm,cryptocell-713-trng", }, 646 { .compatible = "arm,cryptocell-703-trng", }, 664 MODULE_DESCRIPTION("ARM CryptoCell TRNG Driver");
|
| D | Kconfig | 519 tristate "Arm CryptoCell True Random Number Generator support" 523 Arm TrustZone CryptoCell family of processors. 524 Currently the CryptoCell 713 and 703 are supported.
|
| D | cctrng.h | 12 /* CryptoCell TRNG HW definitions */
|
| /kernel/linux/linux-5.10/drivers/char/hw_random/ |
| D | cctrng.c | 679 /* wait for Cryptocell reset completion */ in cctrng_resume() 681 dev_err(dev, "Cryptocell reset not completed"); in cctrng_resume() 699 { .compatible = "arm,cryptocell-713-trng", }, 700 { .compatible = "arm,cryptocell-703-trng", }, 732 MODULE_DESCRIPTION("ARM CryptoCell TRNG Driver");
|
| D | Kconfig | 517 tristate "Arm CryptoCell True Random Number Generator support" 521 Arm TrustZone CryptoCell family of processors. 522 Currently the CryptoCell 713 and 703 are supported.
|
| D | cctrng.h | 12 /* CryptoCell TRNG HW definitions */
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/ |
| D | arm,corstone1000.yaml | 25 seamless integration of the optional CryptoCell™-312 cryptographic
|
| /kernel/linux/linux-6.6/drivers/crypto/ |
| D | Kconfig | 748 tristate "Support for ARM TrustZone CryptoCell family of security processors" 770 TrustZone CryptoCell family of processors. Currently the 771 CryptoCell 713, 703, 712, 710 and 630 are supported.
|
| /kernel/linux/linux-5.10/drivers/crypto/ |
| D | Kconfig | 860 tristate "Support for ARM TrustZone CryptoCell family of security processors" 882 TrustZone CryptoCell family of processors. Currently the 883 CryptoCell 713, 703, 712, 710 and 630 are supported.
|