Searched refs:curve_p (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp521.c1693 BIGNUM *curve_p, *curve_a, *curve_b; local
1699 if (((curve_p = BN_CTX_get(ctx)) == NULL) ||
1703 BN_bin2bn(nistp521_curve_params[0], sizeof(felem_bytearray), curve_p);
1706 if ((BN_cmp(curve_p, p)) || (BN_cmp(curve_a, a)) || (BN_cmp(curve_b, b))) {
H A Decp_nistp256.c1881 BIGNUM *curve_p, *curve_a, *curve_b; local
1887 if (((curve_p = BN_CTX_get(ctx)) == NULL) ||
1891 BN_bin2bn(nistp256_curve_params[0], sizeof(felem_bytearray), curve_p);
1894 if ((BN_cmp(curve_p, p)) || (BN_cmp(curve_a, a)) || (BN_cmp(curve_b, b))) {
H A Decp_nistp224.c1293 BIGNUM *curve_p, *curve_a, *curve_b; local
1299 if (((curve_p = BN_CTX_get(ctx)) == NULL) ||
1303 BN_bin2bn(nistp224_curve_params[0], sizeof(felem_bytearray), curve_p);
1306 if ((BN_cmp(curve_p, p)) || (BN_cmp(curve_a, a)) || (BN_cmp(curve_b, b))) {

Completed in 177 milliseconds