Searched defs:Z_is_one (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Dinternal.h250 int Z_is_one; /* enable optimized point arithmetics for special case */ member in struct:ec_point_st
H A Dsimple.c347 point->Z_is_one = 0;
362 point->Z_is_one = 0;
372 dest->Z_is_one = src->Z_is_one;
379 point->Z_is_one = 0;
415 int Z_is_one; local
419 Z_is_one = BN_is_one(&point->Z);
421 if (Z_is_one && (group->meth->field_set_to_one != 0)) {
429 point->Z_is_one = Z_is_one;
[all...]
/external/openssl/crypto/ec/
H A Dec_lcl.h286 int Z_is_one; /* enable optimized point arithmetics for special case */ member in struct:ec_point_st
H A Decp_smpl.c360 point->Z_is_one = 0;
379 point->Z_is_one = 0;
388 dest->Z_is_one = src->Z_is_one;
396 point->Z_is_one = 0;
435 int Z_is_one; local
438 Z_is_one = BN_is_one(&point->Z);
441 if (Z_is_one && (group->meth->field_set_to_one != 0))
450 point->Z_is_one = Z_is_one;
[all...]

Completed in 95 milliseconds