Searched refs:ec_bignum_to_felem (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | simple.c | 136 !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()
|
D | felem.c | 25 int ec_bignum_to_felem(const EC_GROUP *group, EC_FELEM *out, const BIGNUM *in) { in ec_bignum_to_felem() function
|
D | internal.h | 253 int ec_bignum_to_felem(const EC_GROUP *group, EC_FELEM *out, const BIGNUM *in);
|