Searched refs:Qx (Results 1 – 3 of 3) sorted by relevance
/net-tools-3.4.0/tinydtls-0.8.2/ecc/ |
D | ecc.c | 492 uint32_t Qx[8]; in ecc_ec_mult() local 494 setZero(Qx, 8); in ecc_ec_mult() 502 ec_double(Qx, Qy, tempx, tempy); in ecc_ec_mult() 503 copy(tempx, Qx,arrayLength); in ecc_ec_mult() 506 ec_add(Qx, Qy, px, py, tempx, tempy); //eccAdd in ecc_ec_mult() 507 copy(tempx, Qx,arrayLength); in ecc_ec_mult() 511 copy(Qx, resultx,arrayLength); in ecc_ec_mult()
|
/net-tools-3.4.0/mbedtls-2.4.0/tests/suites/ |
D | test_suite_ecp.data | 209 ECP check public-private #4 (Qx mismatch) 217 ECP check public-private #6 (wrong Qx)
|
D | test_suite_ecp.function | 436 int id, char *d, char *Qx, char *Qy, int ret ) 449 TEST_ASSERT( mbedtls_ecp_point_read_string( &prv.Q, 16, Qx, Qy ) == 0 );
|