HomeSort by relevance Sort by last modified time
    Searched refs:Z_is_one (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/ec/
simple.c 347 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;
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...]
internal.h 250 int Z_is_one; /* enable optimized point arithmetics for special case */
  /external/openssl/crypto/ec/
ecp_smpl.c 360 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;
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...]
ec2_smpl.c 329 point->Z_is_one = 0;
339 dest->Z_is_one = src->Z_is_one;
350 point->Z_is_one = 0;
375 point->Z_is_one = 1;
457 if (a->Z_is_one)
466 if (b->Z_is_one)
566 if (!point->Z_is_one) return -1;
620 if (a->Z_is_one && b->Z_is_one)
    [all...]
ec2_mult.c 242 if (!point->Z_is_one) return 0;
303 r->Z_is_one = 1;
ec_lcl.h 286 int Z_is_one; /* enable optimized point arithmetics for special case */

Completed in 126 milliseconds