Searched refs:check_ecc_result (Results 1 – 4 of 4) sorted by relevance
/mcuboot-3.6.0/ext/tinycrypt/tests/ |
D | test_ecc_utils.c | 184 int check_ecc_result(const int num, const char *name, in check_ecc_result() function 257 result = check_ecc_result(i, "prv ", exp_prv, prv, NUM_ECC_WORDS, verbose); 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()
|
D | test_ecc_dsa.c | 143 result = check_ecc_result(i, "sig.r", exp_r, sig, NUM_ECC_WORDS, verbose); in sign_vectors() 147 result = check_ecc_result(i, "sig.s", exp_s, sig + NUM_ECC_WORDS, NUM_ECC_WORDS, verbose); in sign_vectors()
|
D | test_ecc_dh.c | 109 result = check_ecc_result(i, "Z", exp_z, z, NUM_ECC_WORDS, verbose); in ecdh_vectors()
|
/mcuboot-3.6.0/ext/tinycrypt/tests/include/ |
D | test_ecc_utils.h | 84 int check_ecc_result(const int num, const char *name,
|