Lines Matching full:curve_p
1622 BIGNUM *curve_p, *curve_a, *curve_b;1630 if (((curve_p = BN_CTX_get(ctx)) == NULL) ||1635 BN_bin2bn(nistp256_curve_params[0], sizeof(felem_bytearray), curve_p);1638 if (BN_cmp(curve_p, p) ||