Home
last modified time | relevance | path

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

/Zephyr-latest/tests/crypto/tinycrypt/src/
Dtest_ecc_utils.c122 int check_ecc_result(const int num, const char *name, in check_ecc_result() function
196 result = check_ecc_result(i, "prv ", exp_prv, prv, NUM_ECC_WORDS, verbose); in keygen_vectors()
200 result = check_ecc_result(i, "pub.x", exp_pub, pub, NUM_ECC_WORDS, verbose); in keygen_vectors()
204 …result = check_ecc_result(i, "pub.y", exp_pub + NUM_ECC_WORDS, pub + NUM_ECC_WORDS, NUM_ECC_WORDS… in keygen_vectors()
Dtest_ecc_utils.h76 int check_ecc_result(const int num, const char *name,
Decc_dsa.c142 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()
Decc_dh.c106 result = check_ecc_result(i, "Z", exp_z, z, NUM_ECC_WORDS, verbose); in ecdh_vectors()