Home
last modified time | relevance | path

Searched refs:RSA (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-latest/tools/esptool_py/espsecure/esp_hsm_sign/
D__init__.py22 import cryptography.hazmat.primitives.asymmetric.rsa as RSA namespace
102 if public_key.key_type == pkcs11.mechanisms.KeyType.RSA:
107 public_key = RSA.RSAPublicNumbers(e, n).public_key()
160 if key_type == pkcs11.mechanisms.KeyType.RSA:
/hal_espressif-latest/tools/esptool_py/test/secure_images/
Drsa_secure_boot_signing_key2.pem1 -----BEGIN RSA PRIVATE KEY-----
39 -----END RSA PRIVATE KEY-----
Drsa_secure_boot_signing_key4.pem1 -----BEGIN RSA PRIVATE KEY-----
39 -----END RSA PRIVATE KEY-----
Drsa_secure_boot_signing_key.pem1 -----BEGIN RSA PRIVATE KEY-----
39 -----END RSA PRIVATE KEY-----
Drsa_secure_boot_signing_key3.pem1 -----BEGIN RSA PRIVATE KEY-----
39 -----END RSA PRIVATE KEY-----
/hal_espressif-latest/components/mbedtls/esp_crt_bundle/
Dcmn_crt_authorities.csv40 Sectigo,COMODO RSA Certification Authority
42 Sectigo,USERTrust RSA Certification Authority
Dcacrt_all.pem1538 COMODO RSA Certification Authority
1570 USERTrust RSA Certification Authority
2085 SSL.com Root Certification Authority RSA
2134 SSL.com EV Root Certification Authority RSA R2
2478 Microsoft RSA Root Certificate Authority 2017
2851 HARICA TLS RSA Root CA 2021
3279 E-Tugra Global Root CA RSA v3
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Drsa_struct.h265 extern rsa_dev_t RSA;
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Drsa_struct.h265 extern rsa_dev_t RSA;
/hal_espressif-latest/components/mbedtls/
DKconfig438 These operations are used by RSA.
446 Fallback to software implementation for RSA key lengths
707 bool "Enable RSA-PSK based ciphersuite modes"
711 Enable to support RSA PSK (pre-shared-key) TLS authentication modes.
714 bool "Enable RSA-only based ciphersuite modes"
717 Enable to support ciphersuites with prefix TLS-RSA-WITH-
720 bool "Enable DHE-RSA based ciphersuite modes"
724 Enable to support ciphersuites with prefix TLS-DHE-RSA-WITH-
735 RSA-only ciphersuite modes.
738 bool "Enable ECDHE-RSA based ciphersuite modes"
[all …]
/hal_espressif-latest/components/soc/esp32h2/ld/
Desp32h2.peripherals.ld39 PROVIDE ( RSA = 0x6008A000 ); symbol
/hal_espressif-latest/components/soc/esp32c6/ld/
Desp32c6.peripherals.ld42 PROVIDE ( RSA = 0x6008A000 ); symbol
/hal_espressif-latest/tools/esptool_py/test/
Dtest_espsecure_hsm.py104 pkcs11.KeyType.RSA,
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild503 # RSA secure boot is supported in ESP32 revision >= v3.0
559 - RSA based secure boot scheme.
572 bool "RSA"
575 Appends the RSA-3072 based Signature block to the application.
658 Secure Boot V2 is the new RSA / ECDSA based secure boot scheme.
660 …- RSA based scheme is supported in ESP32 (Revision 3 onwards), ESP32-S2, ESP32-C3 (ECO3), ESP32-S3.
663 …Please note that, RSA or ECDSA secure boot is property of specific SoC based on its HW design, sup…
664 …crypto accelerators, die-size, cost and similar parameters. Please note that RSA scheme has requir…
723 … Version 1 to enable ECDSA Based Secure Boot and Version 2 to enable RSA based Secure Boot.
734 Key file is an RSA private key in PEM format for Secure Boot V2.
/hal_espressif-latest/components/bootloader/subproject/
DCMakeLists.txt135 "\nGenerate the Secure Boot V2 RSA-PSS 3072 Key."
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dburn-key-digest-cmd.rst6 The ``espefuse.py burn_key_digest`` command parses a RSA public key and burns the digest to eFuse b…