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

/external/chromium_org/third_party/openssl/openssl/crypto/ec/
H A Dec_lcl.h285 int Z_is_one; /* enable optimized point arithmetics for special case */ member in struct:ec_point_st
H A Decp_smpl.c359 point->Z_is_one = 0;
378 point->Z_is_one = 0;
387 dest->Z_is_one = src->Z_is_one;
395 point->Z_is_one = 0;
434 int Z_is_one; local
437 Z_is_one = BN_is_one(&point->Z);
440 if (Z_is_one && (group->meth->field_set_to_one != 0))
449 point->Z_is_one = Z_is_one;
[all...]
/external/openssl/crypto/ec/
H A Dec_lcl.h285 int Z_is_one; /* enable optimized point arithmetics for special case */ member in struct:ec_point_st
H A Decp_smpl.c359 point->Z_is_one = 0;
378 point->Z_is_one = 0;
387 dest->Z_is_one = src->Z_is_one;
395 point->Z_is_one = 0;
434 int Z_is_one; local
437 Z_is_one = BN_is_one(&point->Z);
440 if (Z_is_one && (group->meth->field_set_to_one != 0))
449 point->Z_is_one = Z_is_one;
[all...]

Completed in 536 milliseconds