Searched refs:ec_felem_to_bignum (Results 1 – 3 of 3) sorted by relevance
167 (a != NULL && !ec_felem_to_bignum(group, a, &group->a)) || in ec_GFp_simple_group_get_curve()168 (b != NULL && !ec_felem_to_bignum(group, b, &group->b))) { in ec_GFp_simple_group_get_curve()
33 int ec_felem_to_bignum(const EC_GROUP *group, BIGNUM *out, const EC_FELEM *in) { in ec_felem_to_bignum() function
257 int ec_felem_to_bignum(const EC_GROUP *group, BIGNUM *out, const EC_FELEM *in);