Home
last modified time | relevance | path

Searched refs:Qy (Results 1 – 3 of 3) sorted by relevance

/net-tools-3.6.0/tinydtls-0.8.2/ecc/
Decc.c493 uint32_t Qy[8]; in ecc_ec_mult() local
495 setZero(Qy, 8); in ecc_ec_mult()
502 ec_double(Qx, Qy, tempx, tempy); in ecc_ec_mult()
504 copy(tempy, Qy,arrayLength); in ecc_ec_mult()
506 ec_add(Qx, Qy, px, py, tempx, tempy); //eccAdd in ecc_ec_mult()
508 copy(tempy, Qy,arrayLength); in ecc_ec_mult()
512 copy(Qy, resulty,arrayLength); in ecc_ec_mult()
/net-tools-3.6.0/mbedtls-2.4.0/tests/suites/
Dtest_suite_ecp.data213 ECP check public-private #5 (Qy mismatch)
221 ECP check public-private #7 (wrong Qy)
Dtest_suite_ecp.function436 int id, char *d, char *Qx, char *Qy, int ret )
449 TEST_ASSERT( mbedtls_ecp_point_read_string( &prv.Q, 16, Qx, Qy ) == 0 );