Home
last modified time | relevance | path

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

/Zephyr-latest/tests/benchmarks/mbedtls/src/
Dbenchmark.c67 #include "mbedtls/ecdsa.h"
147 "rsa, dhm, ecdsa, ecdh.\n"
285 havege, ctr_drbg, hmac_drbg, rsa, dhm, ecdsa, ecdh; member
811 if (todo.ecdsa) { in main()
814 mbedtls_ecdsa_context ecdsa; in main() local
821 mbedtls_ecdsa_init(&ecdsa); in main()
823 if (mbedtls_ecdsa_genkey(&ecdsa, curve_info->grp_id, in main()
828 ecp_clear_precomputed(&ecdsa.grp); in main()
830 snprintk(title, sizeof(title), "ECDSA-%s", in main()
835 &ecdsa, MBEDTLS_MD_SHA256, in main()
[all …]
/Zephyr-latest/tests/subsys/jwt/
Dtestcase.yaml12 libraries.encoding.jwt.ecdsa.psa:
/Zephyr-latest/subsys/jwt/
DKconfig35 bool "Use ECDSA signature (ES-256). Use PSA Crypto API."
/Zephyr-latest/modules/
DKconfig.tinycrypt56 Signature Algorithm (ECDSA).
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/
Dpsa_crypto.c97 * @brief Stores a new persistent secp256r1 key (usage: ecdsa-with-SHA256)
122 uint8_t data_out[65] = { 0 }; /* ECDSA public key = 65 bytes. */ in crp_imp_key_secp256r1()
213 * @brief Generates a new permanent, persistent prime256v1 (ecdsa-with-SHA256)
234 uint8_t data_out[65] = { 0 }; /* ECDSA public key = 65 bytes. */ in crp_gen_key_secp256r1()
367 /* prime256v1 (ecdsa-with-SHA256) private key. */ in crp_generate_csr()
394 /* Generate persistent prime256v1 (ecdsa-with-SHA256) key w/ID #1. */ in crp_generate_csr()
422 /* Generate persistent prime256v1 (ecdsa-with-SHA256) key w/ID #1. */ in crp_generate_csr()
632 /* Display the ECDSA signature for debug purposes */ in crp_sign_hash()
/Zephyr-latest/tests/net/socket/tls_configurations/pytest/
Dtest_app_vs_openssl.py28 "-cipher", "ECDHE-ECDSA-AES128-SHA256"])
/Zephyr-latest/soc/microchip/mec/common/spigen/
Dmec_spi_gen.py222 # hdr[0x50 through 0x7F] = ECDSA P-384 Public key x-component
223 # hdr[0x80 through 0xAF] = ECDSA P-384 Public key y-component
225 # hdr[0xE0 through 0x10F] = ECDSA signature R-component of hdr[0 through 0xDF]
226 # hdr[0x110 through 0x13F] = ECDSA signature S-component of hdr[0 through 0xDF]
/Zephyr-latest/modules/mbedtls/
DKconfig.tls-generic98 bool "ECDHE-ECDSA based ciphersuite modes"
102 bool "ECDH-ECDSA based ciphersuite modes"
106 bool "Deterministic ECDSA (RFC 6979)"
DCMakeLists.txt82 ${ZEPHYR_CURRENT_MODULE_DIR}/library/ecdsa.c
/Zephyr-latest/modules/openthread/
DKconfig.features179 bool "ECDSA support"
DCMakeLists.txt78 kconfig_to_ot_option(CONFIG_OPENTHREAD_ECDSA OT_ECDSA "Enable ECDSA support")
/Zephyr-latest/tests/crypto/tinycrypt/src/
Decc_dsa.c108 /* validate ECDSA: hash message, sign digest, check r+s */ in sign_vectors()
370 /* validate ECDSA: hash message, verify r+s */ in vrfy_vectors()
/Zephyr-latest/samples/tfm_integration/psa_crypto/
DREADME.rst36 - Generate/import a persistent key: secp256r1 (usage: ecdsa-with-SHA256)
45 - Generate/import a persistent key: secp256r1 (usage: ecdsa-with-SHA256)
/Zephyr-latest/doc/releases/
Dmigration-guide-4.0.rst567 * By default, the signature is now computed using the PSA Crypto API for both RSA and ECDSA
578 * :kconfig:option:`CONFIG_JWT_SIGN_ECDSA_PSA` ECDSA signature using the PSA Crypto API.
Drelease-notes-4.0.rst1401 * :kconfig:option:`CONFIG_JWT_SIGN_ECDSA_PSA` ECDSA signature using the PSA Crypto API.
Drelease-notes-3.5.rst2271 * Removed ECDSA P224 support.
Drelease-notes-3.7.rst1952 * Added builtin ECDSA key support for PSA Crypto backend
Drelease-notes-2.6.rst756 * Selected ECDSA when SRP is enabled.
Drelease-notes-3.3.rst1126 * Implemented PSA support for ECDSA API.
/Zephyr-latest/modules/openthread/platform/
Dcrypto_psa.c148 /* Check if key is ECDSA pair and extract private key from it since PSA expects it. */ in otPlatCryptoImportKey()
/Zephyr-latest/include/zephyr/net/
Dwifi.h124 /** EAP TLS with ECDH & ECDSA with p384 */
/Zephyr-latest/boards/adi/max32666fthr/doc/
Dindex.rst74 - Trust Protection Unit (TPU) with MAA SupportsFast ECDSA and Modular Arithmetic
/Zephyr-latest/boards/adi/max32672fthr/doc/
Dindex.rst67 - Optional ECDSA-Based Cryptographic SecureBootloader in ROM
/Zephyr-latest/boards/adi/max32672evkit/doc/
Dindex.rst57 - Optional ECDSA-Based Cryptographic SecureBootloader in ROM
/Zephyr-latest/boards/adi/max32666evkit/doc/
Dindex.rst59 - Trust Protection Unit (TPU) with MAA SupportsFast ECDSA and Modular Arithmetic