Searched refs:uECC_shared_secret (Results 1 – 4 of 4) sorted by relevance
/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/ |
D | ecc_dh.h | 124 int uECC_shared_secret(const uint8_t *p_public_key, const uint8_t *p_private_key,
|
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_ecc_dh.c | 99 rc = uECC_shared_secret(pub_bytes, private_bytes, z_bytes, curve); in ecdh_vectors() 443 if (!uECC_shared_secret(public2, private1, secret1, curve)) { in montecarlo_ecdh() 449 if (!uECC_shared_secret(public1, private2, secret2, curve)) { in montecarlo_ecdh()
|
/mcuboot-latest/boot/bootutil/include/bootutil/crypto/ |
D | ecdh_p256.h | 62 rc = uECC_shared_secret(&pk[1], sk, z, uECC_secp256r1()); in bootutil_ecdh_p256_shared_secret()
|
/mcuboot-latest/ext/tinycrypt/lib/source/ |
D | ecc_dh.c | 144 int uECC_shared_secret(const uint8_t *public_key, const uint8_t *private_key, in uECC_shared_secret() function
|