Home
last modified time | relevance | path

Searched full:secp256r1 (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/tests/crypto/secp256r1/
Dtestcase.yaml12 crypto.secp256r1.mbedtls:
14 crypto.secp256r1.p256-m_raw:
16 crypto.secp256r1.tinycrypt:
/Zephyr-latest/samples/tfm_integration/psa_crypto/
DKconfig37 A static key value will be used for the elliptic curve 'secp256r1'
45 'secp256r1' private key.
DREADME.rst36 - Generate/import a persistent key: secp256r1 (usage: ecdsa-with-SHA256)
45 - Generate/import a persistent key: secp256r1 (usage: ecdsa-with-SHA256)
305 [00:00:01.905,000] <inf> app: Persisting SECP256R1 key as #1
360 [00:00:06.387,000] <inf> app: Persisting SECP256R1 key as #1
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/
Dpsa_crypto.c97 * @brief Stores a new persistent secp256r1 key (usage: ecdsa-with-SHA256)
100 * This function will store a new persistent secp256r1 key in internal trusted
125 LOG_INF("Persisting SECP256R1 key as #%d", (uint32_t)key_id); in crp_imp_key_secp256r1()
236 LOG_INF("Persisting SECP256R1 key as #%d", (uint32_t)key_id); in crp_gen_key_secp256r1()
760 /* secp256r1 private key. */ in crp_test()
795 * The curve `prime256v1` is same as `secp256r1` in OpenSSL in crp_test()
825 /* Generate persistent secp256r1 key w/ID #1. */ in crp_test()
/Zephyr-latest/tests/crypto/secp256r1/src/
Dmain.c8 * Simple test to show support for secp256r1 curve with either MbedTLS and
/Zephyr-latest/subsys/bluetooth/host/
Dhci_ecc.c124 /* secp256r1 PSA exported public key has an extra 0x04 predefined byte at in generate_keys()
195 /* PSA expects secp256r1 public key to start with a predefined 0x04 byte in emulate_le_generate_dhkey()
Decc.c57 /* PSA expects secp256r1 public key to start with a predefined 0x04 byte */ in bt_pub_key_is_valid()
/Zephyr-latest/modules/mbedtls/
DKconfig.tls-generic179 bool "SECP256R1 elliptic curve"
573 Enable support for the optimized sofware implementation of the secp256r1
/Zephyr-latest/subsys/bluetooth/mesh/
Dcrypto_psa.c249 * the secp256r1 curve in bt_mesh_pub_key_gen()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c443 * the secp256r1 curve in generate_oob_key_pair()
/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst1761 optimized implementation of secp256r1 curve.