Searched refs:pointC (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dec.c888 SECItem pointC = { siBuffer, NULL, 0 }; local
925 SECITEM_AllocItem(NULL, &pointC, 2*flen + 1, kmflag);
926 if (pointC.data == NULL)
1005 if (ec_points_mul(ecParams, &u1, &u2, &key->publicValue, &pointC, kmflag)
1010 if (ec_point_at_infinity(&pointC)) {
1016 CHECK_MPI_OK( mp_read_unsigned_octets(&x1, pointC.data + 1, flen) );
1065 if (pointC.data) SECITEM_FreeItem(&pointC, PR_FALSE);

Completed in 31 milliseconds