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_oct.c 125 if (!group->meth->field_div(group, tmp, &group->b, tmp, ctx)) goto err;
230 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err;
382 if (!group->meth->field_div(group, yxi, y, x, ctx)) goto err;
ec2_smpl.c 480 if (!group->meth->field_div(group, s, s, t, ctx)) goto err;
494 if (!group->meth->field_div(group, s, y1, x1, ctx)) goto err;
ec2_mult.c 196 if (!group->meth->field_div(group, t3, t5, t3, ctx)) goto err;
ec_lcl.h 169 /* 'field_mul', 'field_sqr', and 'field_div' can be used by 'add' and 'dbl' so that
174 int (*field_div)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *); member in struct:ec_method_st

Completed in 35 milliseconds