Home
last modified time | relevance | path

Searched refs:public1 (Results 1 – 1 of 1) sorted by relevance

/mcuboot-latest/ext/tinycrypt/tests/
Dtest_ecc_dh.c419 uint8_t public1[2*NUM_ECC_BYTES] = {0}; in montecarlo_ecdh() local
436 if (!uECC_make_key(public1, private1, curve) || in montecarlo_ecdh()
449 if (!uECC_shared_secret(public1, private2, secret2, curve)) { in montecarlo_ecdh()
462 vli_print_bytes(public1, 64); in montecarlo_ecdh()