Searched refs:curve_a (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
1700 ((curve_a = BN_CTX_get(ctx)) == NULL) ||
1704 BN_bin2bn(nistp521_curve_params[1], sizeof(felem_bytearray), curve_a);
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
1888 ((curve_a = BN_CTX_get(ctx)) == NULL) ||
1892 BN_bin2bn(nistp256_curve_params[1], sizeof(felem_bytearray), curve_a);
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
1300 ((curve_a = BN_CTX_get(ctx)) == NULL) ||
1304 BN_bin2bn(nistp224_curve_params[1], sizeof(felem_bytearray), curve_a);
1306 if ((BN_cmp(curve_p, p)) || (BN_cmp(curve_a, a)) || (BN_cmp(curve_b, b))) {

Completed in 75 milliseconds