Searched refs:ecc_g_point_x (Results 1 – 2 of 2) sorted by relevance
/net-tools-2.7.6/tinydtls-0.8.2/ecc/ |
D | ecc.h | 43 extern const uint32_t ecc_g_point_x[8]; 58 ecc_ec_mult(ecc_g_point_x, ecc_g_point_y, priv_key, pub_x, pub_y); in ecc_gen_pub_key()
|
D | ecc.c | 102 const uint32_t ecc_g_point_x[8] = { 0xD898C296, 0xF4A13945, 0x2DEB33A0, 0x77037D81, variable 544 ecc_ec_mult(ecc_g_point_x, ecc_g_point_y, k, r, tmp1); in ecc_ecdsa_sign() 619 ecc_ec_mult(ecc_g_point_x, ecc_g_point_y, u1, tmp1_x, tmp1_y); in ecc_ecdsa_validate()
|