Home
last modified time | relevance | path

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

/mcuboot-latest/ext/tinycrypt/tests/
Dtest_ecc_dh.c420 uint8_t public2[2*NUM_ECC_BYTES] = {0}; in montecarlo_ecdh() local
437 !uECC_make_key(public2, private2, curve)) { in montecarlo_ecdh()
443 if (!uECC_shared_secret(public2, private1, secret1, curve)) { in montecarlo_ecdh()
464 vli_print_bytes(public2, 64); in montecarlo_ecdh()