Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/ec/
Dsimple.c522 if (!group->meth->field_sqr(group, Z_2, Z_1, ctx)) { in ec_GFp_simple_point_get_affine_coordinates()
565 int (*field_sqr)(const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *); in ec_GFp_simple_add() local
582 field_sqr = group->meth->field_sqr; in ec_GFp_simple_add()
617 if (!field_sqr(group, n0, &b->Z, ctx) || in ec_GFp_simple_add()
638 if (!field_sqr(group, n0, &a->Z, ctx) || in ec_GFp_simple_add()
708 if (!field_sqr(group, n0, n6, ctx) || in ec_GFp_simple_add()
709 !field_sqr(group, n4, n5, ctx) || in ec_GFp_simple_add()
756 int (*field_sqr)(const EC_GROUP *, BIGNUM *, const BIGNUM *, BN_CTX *); in ec_GFp_simple_dbl() local
769 field_sqr = group->meth->field_sqr; in ec_GFp_simple_dbl()
795 if (!field_sqr(group, n0, &a->X, ctx) || in ec_GFp_simple_dbl()
[all …]
Dinternal.h122 int (*field_sqr)(const EC_GROUP *, BIGNUM *r, const BIGNUM *a, BN_CTX *); member
Doct.c309 if (!group->meth->field_sqr(group, tmp2, x_, ctx) || in ec_GFp_simple_set_compressed_coordinates()