Searched refs:ecc_g_point_y (Results 1 – 2 of 2) sorted by relevance
/net-tools-2.7.6/tinydtls-0.8.2/ecc/ |
D | ecc.h | 44 extern const uint32_t ecc_g_point_y[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 | 104 const uint32_t ecc_g_point_y[8] = { 0x37BF51F5, 0xCBB64068, 0x6B315ECE, 0x2BCE3357, 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()
|