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

  /external/openssl/crypto/ec/
ec2_smpt.c 107 if (!group->meth->field_div(group, tmp, &group->b, tmp, ctx)) goto err;
ec2_smpl.c 496 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err;
649 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err;
739 if (!group->meth->field_div(group, s, s, t, ctx)) goto err;
753 if (!group->meth->field_div(group, s, y1, x1, ctx)) goto err;
ec2_mult.c 194 if (!group->meth->field_div(group, t3, t5, t3, ctx)) goto err;
ec_lcl.h 164 /* 'field_mul', 'field_sqr', and 'field_div' can be used by 'add' and 'dbl' so that
169 int (*field_div)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *); member in struct:ec_method_st

Completed in 27 milliseconds