Searched refs:curve_a (Results 1 – 4 of 4) sorted by relevance
/openssl/crypto/ec/ |
H A D | ecp_nistp224.c | 1294 BIGNUM *curve_p, *curve_a, *curve_b; in ossl_ec_GFp_nistp224_group_set_curve() local 1306 curve_a = BN_CTX_get(ctx); in ossl_ec_GFp_nistp224_group_set_curve() 1311 BN_bin2bn(nistp224_curve_params[1], sizeof(felem_bytearray), curve_a); in ossl_ec_GFp_nistp224_group_set_curve() 1313 if ((BN_cmp(curve_p, p)) || (BN_cmp(curve_a, a)) || (BN_cmp(curve_b, b))) { in ossl_ec_GFp_nistp224_group_set_curve()
|
H A D | ecp_nistp384.c | 1591 BIGNUM *curve_p, *curve_a, *curve_b; in ossl_ec_GFp_nistp384_group_set_curve() local 1603 curve_a = BN_CTX_get(ctx); in ossl_ec_GFp_nistp384_group_set_curve() 1608 BN_bin2bn(nistp384_curve_params[1], sizeof(felem_bytearray), curve_a); in ossl_ec_GFp_nistp384_group_set_curve() 1610 if ((BN_cmp(curve_p, p)) || (BN_cmp(curve_a, a)) || (BN_cmp(curve_b, b))) { in ossl_ec_GFp_nistp384_group_set_curve()
|
H A D | ecp_nistp521.c | 1796 BIGNUM *curve_p, *curve_a, *curve_b; in ossl_ec_GFp_nistp521_group_set_curve() local 1808 curve_a = BN_CTX_get(ctx); in ossl_ec_GFp_nistp521_group_set_curve() 1813 BN_bin2bn(nistp521_curve_params[1], sizeof(felem_bytearray), curve_a); in ossl_ec_GFp_nistp521_group_set_curve() 1815 if ((BN_cmp(curve_p, p)) || (BN_cmp(curve_a, a)) || (BN_cmp(curve_b, b))) { in ossl_ec_GFp_nistp521_group_set_curve()
|
H A D | ecp_nistp256.c | 1906 BIGNUM *curve_p, *curve_a, *curve_b; in ossl_ec_GFp_nistp256_group_set_curve() local 1918 curve_a = BN_CTX_get(ctx); in ossl_ec_GFp_nistp256_group_set_curve() 1923 BN_bin2bn(nistp256_curve_params[1], sizeof(felem_bytearray), curve_a); in ossl_ec_GFp_nistp256_group_set_curve() 1925 if ((BN_cmp(curve_p, p)) || (BN_cmp(curve_a, a)) || (BN_cmp(curve_b, b))) { in ossl_ec_GFp_nistp256_group_set_curve()
|
Completed in 33 milliseconds