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

  /external/openssl/crypto/ec/
ec2_smpl.c 458 if (!group->meth->field_div(group, tmp, &group->b, tmp, ctx)) goto err;
563 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err;
715 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err;
805 if (!group->meth->field_div(group, s, s, t, ctx)) goto err;
819 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 38 milliseconds