Home
last modified time | relevance | path

Searched full:rsa (Results 1 – 25 of 74) sorted by relevance

123

/Zephyr-latest/tests/subsys/jwt/
Dtestcase.yaml20 libraries.encoding.jwt.rsa.legacy:
24 libraries.encoding.jwt.rsa.psa:
/Zephyr-latest/subsys/jwt/
DKconfig20 bool "Use RSA signature (RS-256). Use Mbed TLS as crypto library."
26 bool "Use RSA signature (RS-256). Use PSA Crypto API."
Djwt_legacy_rsa.c15 #include <mbedtls/rsa.h>
/Zephyr-latest/doc/services/tfm/
Dbuild.rst64 By default, ``<tfm-dir>/bl2/ext/mcuboot/root-rsa-3072.pem`` is used to sign secure
65 images, and ``<tfm-dir>/bl2/ext/mcuboot/root-rsa-3072_1.pem`` is used to sign
77 $ imgtool keygen -k root-rsa-3072_s.pem -t rsa-3072
78 $ imgtool keygen -k root-rsa-3072_ns.pem -t rsa-3072
/Zephyr-latest/tests/net/socket/tls_configurations/
Dtestcase.yaml13 - EXTRA_CONF_FILE=overlay-tls12.conf;overlay-rsa.conf
18 pytest_args: ["--server-type", "1.2-rsa", "--port", "4000"]
Dprj.conf34 # These are not wrong in general, but specific to a certain case (TLS 1.2 + RSA
DCMakeLists.txt27 pem_to_mbedtls(app rsa.crt)
/Zephyr-latest/tests/net/socket/tls_configurations/pytest/
Dtest_app_vs_openssl.py17 if server_type == "1.2-rsa":
18 args.extend(["-cert", "{}/rsa.crt".format(certs_path),
19 "-key", "{}/rsa-priv.key".format(certs_path),
/Zephyr-latest/boards/st/b_u585i_iot02a/
Db_u585i_iot02a_stm32u585xx_ns_defconfig17 CONFIG_TFM_MCUBOOT_SIGNATURE_TYPE="RSA-3072"
/Zephyr-latest/samples/net/lwm2m_client/
Doverlay-dtls-cert.conf19 # Disable RSA, use only ECC certificates
Doverlay-dtls.conf18 # Disable RSA, we don't parse certs: saves flash/memory
/Zephyr-latest/share/sysbuild/images/bootloader/
DKconfig120 default RSA if BOOT_SIGNATURE_TYPE_RSA
132 bool "RSA signatures"
146 default "$(ZEPHYR_MCUBOOT_MODULE_DIR)/root-rsa-2048.pem" if BOOT_SIGNATURE_TYPE_RSA
/Zephyr-latest/modules/mbedtls/
DKconfig.tls-generic72 bool "RSA-PSK based ciphersuite modes"
82 bool "RSA-only based ciphersuite modes"
91 bool "DHE-RSA based ciphersuite modes"
94 bool "ECDHE-RSA based ciphersuite modes"
109 bool "ECDH-RSA based ciphersuite modes"
633 DHE-RSA, DHE-PSK
Dcreate_psa_files.py60 # In Mbed TLS the PSA_WANT_KEY_TYPE_[ECC|RSA|DH]_KEY_PAIR_BASIC build symbols
/Zephyr-latest/tests/benchmarks/mbedtls/src/
Dbenchmark.c65 #include "mbedtls/rsa.h"
147 "rsa, dhm, ecdsa, ecdh.\n"
285 havege, ctr_drbg, hmac_drbg, rsa, dhm, ecdsa, ecdh; member
723 if (todo.rsa) { in main()
725 mbedtls_rsa_context rsa; in main() local
728 snprintk(title, sizeof(title), "RSA-%d", in main()
731 mbedtls_rsa_init(&rsa); in main()
732 mbedtls_rsa_gen_key(&rsa, myrand, NULL, keysize, in main()
737 ret = mbedtls_rsa_public(&rsa, buf, buf)); in main()
741 ret = mbedtls_rsa_private(&rsa, myrand, in main()
[all …]
/Zephyr-latest/samples/subsys/mgmt/hawkbit/
Dprj.conf23 CONFIG_MCUBOOT_SIGNATURE_KEY_FILE="./bootloader/mcuboot/root-rsa-2048.pem"
/Zephyr-latest/samples/subsys/usb/dfu/
DREADME.rst43 -DCONFIG_MCUBOOT_SIGNATURE_KEY_FILE=\"bootloader/mcuboot/root-rsa-2048.pem\"
57 …-DCONFIG_BOOTLOADER_MCUBOOT=y '-DCONFIG_MCUBOOT_SIGNATURE_KEY_FILE="bootloader/mcuboot/root-rsa-20…
132 …-DCONFIG_BOOTLOADER_MCUBOOT=y '-DCONFIG_MCUBOOT_SIGNATURE_KEY_FILE="bootloader/mcuboot/root-rsa-20…
/Zephyr-latest/tests/net/lib/lwm2m/interop/
Dprj.conf84 # Disable RSA, we don't parse certs: saves flash/memory
/Zephyr-latest/modules/mbedtls/configs/
Dconfig-threadnet.h27 * - no RSA or classic DH, fully based on ECC
Dconfig-thread.h55 * - no RSA or classic DH, fully based on ECC
Dconfig-suite-b.h53 * - no RSA or classic DH, fully based on ECC
/Zephyr-latest/samples/net/cloud/mqtt_azure/src/
Ddigicert.cer48 /* Microsoft RSA Root Certificate Authority 2017 */
/Zephyr-latest/include/zephyr/dt-bindings/interrupt-controller/
Desp32s2-xtensa-intmux.h64 #define RSA_INTR_SOURCE 54 /* RSA accelerator, level */
65 #define SHA_INTR_SOURCE 55 /* interrupt of RSA accelerator, level */
/Zephyr-latest/boards/wemos/esp32s2_lolin_mini/doc/
Dindex.rst11 - RSA-3072-based secure boot
/Zephyr-latest/boards/ct/ctcc/doc/
Dindex.rst223 …BOOTLOADER_MCUBOOT=y -DCONFIG_MCUBOOT_SIGNATURE_KEY_FILE=\"path/to/mcuboot/boot/root-rsa-2048.pem\"
233 …BOOTLOADER_MCUBOOT=y -DCONFIG_MCUBOOT_SIGNATURE_KEY_FILE=\"path/to/mcuboot/boot/root-rsa-2048.pem\"
237 In all examples it is assumed to use default :file:`root-rsa-2048.pem` file from ``mcuboot/boot``

123