Searched refs:curve_b (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Decp_nistp224.c1220 BIGNUM *curve_p, *curve_a, *curve_b; local
1227 ((curve_b = BN_CTX_get(ctx)) == NULL)) goto err;
1230 BN_bin2bn(nistp224_curve_params[2], sizeof(felem_bytearray), curve_b);
1232 (BN_cmp(curve_b, b)))
H A Decp_nistp256.c1737 BIGNUM *curve_p, *curve_a, *curve_b; local
1744 ((curve_b = BN_CTX_get(ctx)) == NULL)) goto err;
1747 BN_bin2bn(nistp256_curve_params[2], sizeof(felem_bytearray), curve_b);
1749 (BN_cmp(curve_b, b)))
H A Decp_nistp521.c1605 BIGNUM *curve_p, *curve_a, *curve_b; local
1612 ((curve_b = BN_CTX_get(ctx)) == NULL)) goto err;
1615 BN_bin2bn(nistp521_curve_params[2], sizeof(felem_bytearray), curve_b);
1617 (BN_cmp(curve_b, b)))

Completed in 116 milliseconds