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

  /external/openssl/crypto/ec/
ecp_smpl.c 359 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;
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...]
ec2_smpl.c 328 point->Z_is_one = 0;
338 dest->Z_is_one = src->Z_is_one;
349 point->Z_is_one = 0;
374 point->Z_is_one = 1;
456 if (a->Z_is_one)
465 if (b->Z_is_one)
565 if (!point->Z_is_one) return -1;
619 if (a->Z_is_one && b->Z_is_one)
    [all...]
ec2_mult.c 238 if (!point->Z_is_one) return 0;
298 r->Z_is_one = 1;
ec_lcl.h 285 int Z_is_one; /* enable optimized point arithmetics for special case */

Completed in 150 milliseconds