Home
last modified time | relevance | path

Searched refs:field_sqr (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/ec/
Dsimple.c570 if (!group->meth->field_sqr(group, Z_2, Z_1, ctx)) { in ec_GFp_simple_point_get_affine_coordinates()
613 int (*field_sqr)(const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *); in ec_GFp_simple_add() local
630 field_sqr = group->meth->field_sqr; in ec_GFp_simple_add()
665 if (!field_sqr(group, n0, &b->Z, ctx) || in ec_GFp_simple_add()
686 if (!field_sqr(group, n0, &a->Z, ctx) || in ec_GFp_simple_add()
756 if (!field_sqr(group, n0, n6, ctx) || in ec_GFp_simple_add()
757 !field_sqr(group, n4, n5, ctx) || in ec_GFp_simple_add()
804 int (*field_sqr)(const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *); in ec_GFp_simple_dbl() local
817 field_sqr = group->meth->field_sqr; in ec_GFp_simple_dbl()
843 if (!field_sqr(group, n0, &a->X, ctx) || in ec_GFp_simple_dbl()
[all …]
Dinternal.h177 int (*field_sqr)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *); member
Doct.c355 if (!group->meth->field_sqr(group, tmp2, x_, ctx) || in ec_GFp_simple_set_compressed_coordinates()