Searched refs:exp_pub (Results 1 – 1 of 1) sorted by relevance
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_ecc_utils.c | 232 unsigned int exp_pub[2 * NUM_ECC_WORDS]; in keygen_vectors() local 237 string2scalar(exp_pub, NUM_ECC_WORDS, qx_vec[i]); in keygen_vectors() 238 string2scalar(exp_pub + NUM_ECC_WORDS, NUM_ECC_WORDS, qy_vec[i]); in keygen_vectors() 261 result = check_ecc_result(i, "pub.x", exp_pub, pub, NUM_ECC_WORDS, verbose); in keygen_vectors() 265 …result = check_ecc_result(i, "pub.y", exp_pub + NUM_ECC_WORDS, pub + NUM_ECC_WORDS, NUM_ECC_WORDS… in keygen_vectors()
|