Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/ec/
Dsimple.c136 !ec_bignum_to_felem(group, &group->a, tmp)) { in ec_GFp_simple_group_set_curve()
148 !ec_bignum_to_felem(group, &group->b, tmp)) { in ec_GFp_simple_group_set_curve()
152 if (!ec_bignum_to_felem(group, &group->one, BN_value_one())) { in ec_GFp_simple_group_set_curve()
202 if (!ec_bignum_to_felem(group, &point->X, x) || in ec_GFp_simple_point_set_affine_coordinates()
203 !ec_bignum_to_felem(group, &point->Y, y)) { in ec_GFp_simple_point_set_affine_coordinates()
Dfelem.c25 int ec_bignum_to_felem(const EC_GROUP *group, EC_FELEM *out, const BIGNUM *in) { in ec_bignum_to_felem() function
Dinternal.h253 int ec_bignum_to_felem(const EC_GROUP *group, EC_FELEM *out, const BIGNUM *in);