/Zephyr-latest/modules/hal_silabs/simplicity_sdk/ |
D | Kconfig | 8 string "RAIL PA custom curve header file" 11 Name of custom PA curve header file for use by PA initialization. 12 See AN1127 for information on how to create a custom PA curve. 16 string "RAIL PA curve types header file" 19 Name of custom PA curve type header file for use by PA initialization. 20 See AN1127 for information on how to create a custom PA curve.
|
/Zephyr-latest/tests/crypto/tinycrypt/src/ |
D | ecc_dh.c | 83 const struct uECC_Curve_t *curve = uECC_secp256r1(); in ecdh_vectors() local 99 rc = uECC_shared_secret(pub_bytes, private_bytes, z_bytes, curve); in ecdh_vectors() 307 const struct uECC_Curve_t *curve = uECC_secp256r1(); in pkv_vectors() local 324 rc = uECC_valid_public_key(_public, curve); in pkv_vectors() 404 const struct uECC_Curve_t *curve = uECC_secp256r1(); in montecarlo_ecdh() local 414 if (!uECC_make_key(public1, private1, curve) || in montecarlo_ecdh() 415 !uECC_make_key(public2, private2, curve)) { in montecarlo_ecdh() 419 if (!uECC_shared_secret(public2, private1, secret1, curve)) { in montecarlo_ecdh() 423 if (!uECC_shared_secret(public1, private2, secret2, curve)) { in montecarlo_ecdh()
|
D | ecc_dsa.c | 346 const struct uECC_Curve_t *curve = uECC_secp256r1(); in vrfy_vectors() local 396 if (0 != uECC_valid_public_key(pub_bytes, curve)) { in vrfy_vectors() 584 const struct uECC_Curve_t *curve = uECC_secp256r1(); in montecarlo_signverify() local 591 uECC_generate_random_int(hash_words, curve->n, BITS_TO_WORDS(curve->num_n_bits)); in montecarlo_signverify() 595 zassert_true(uECC_make_key(public, private, curve), in montecarlo_signverify() 599 zassert_true(uECC_sign(private, hash, sizeof(hash), sig, curve), in montecarlo_signverify() 603 zassert_true(uECC_verify(public, hash, sizeof(hash), sig, curve), in montecarlo_signverify()
|
/Zephyr-latest/samples/boards/nordic/battery/src/ |
D | battery.h | 51 const struct battery_level_point *curve);
|
D | battery.c | 206 const struct battery_level_point *curve) in battery_level_pptt() argument 208 const struct battery_level_point *pb = curve; in battery_level_pptt()
|
/Zephyr-latest/samples/tfm_integration/psa_crypto/ |
D | Kconfig | 37 A static key value will be used for the elliptic curve 'secp256r1' 44 A randomly generated value will be used for the elliptic curve
|
/Zephyr-latest/modules/mbedtls/ |
D | Kconfig.tls-generic | 132 comment "Elliptic curve libraries" 135 bool "Elliptic curve Diffie-Hellman library" 139 bool "Elliptic curve DSA library" 144 bool "Elliptic curve J-PAKE library" 148 bool "Elliptic curve over GF(p) library" 174 bool "SECP192R1 elliptic curve" 177 bool "SECP224R1 elliptic curve" 180 bool "SECP256R1 elliptic curve" 184 bool "SECP384R1 elliptic curve" 187 bool "SECP521R1 elliptic curve" [all …]
|
/Zephyr-latest/samples/boards/nordic/battery/ |
D | README.rst | 52 an estimate of remaining capacity. The correct curve depends on the 53 battery source: a standard LiPo cell requires a curve that is different
|
/Zephyr-latest/share/sysbuild/images/bootloader/ |
D | Kconfig | 149 bool "Elliptic curve digital signatures with curve P-256" 152 bool "Edwards curve digital signatures using ed25519"
|
/Zephyr-latest/modules/ |
D | Kconfig.tinycrypt | 46 This option enables support for the Elliptic curve
|
/Zephyr-latest/include/zephyr/net/ |
D | wifi_mgmt.h | 1139 int curve; member 1183 int curve; member 1199 int curve; member
|
/Zephyr-latest/modules/hostap/src/ |
D | supp_api.c | 2986 static const char *dpp_params_to_args_curve(int curve) argument 2988 switch (curve) { 3065 if (params->configurator_add.curve) { 3067 dpp_params_to_args_curve(params->configurator_add.curve)); 3173 if (params->bootstrap_gen.curve) { 3175 dpp_params_to_args_curve(params->bootstrap_gen.curve)); 3218 if (params->configurator_set.curve) { 3220 dpp_params_to_args_curve(params->configurator_set.curve));
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/ |
D | README.rst | 92 the full period of the sine curve, increase the number of loops in :file:`main.c`.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.5.rst | 2282 * Reworked the ECDSA256 TLV curve agnostic and renamed it to ``ECDSA_SIG``.
|
D | release-notes-3.7.rst | 1761 optimized implementation of secp256r1 curve.
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 250 … "Since it was generated directly by the sine function, our data fits a nice, smooth curve.\n", 2959 …"The model isn't perfect; its predictions don't form a smooth sine curve. For instance, the line i…
|