Home
last modified time | relevance | path

Searched refs:curve_b (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/ec/
H A Decp_nistp224.c1294 BIGNUM *curve_p, *curve_a, *curve_b; in ossl_ec_GFp_nistp224_group_set_curve() local
1307 curve_b = BN_CTX_get(ctx); in ossl_ec_GFp_nistp224_group_set_curve()
1308 if (curve_b == NULL) in ossl_ec_GFp_nistp224_group_set_curve()
1312 BN_bin2bn(nistp224_curve_params[2], sizeof(felem_bytearray), curve_b); 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 Decp_nistp384.c1591 BIGNUM *curve_p, *curve_a, *curve_b; in ossl_ec_GFp_nistp384_group_set_curve() local
1604 curve_b = BN_CTX_get(ctx); in ossl_ec_GFp_nistp384_group_set_curve()
1605 if (curve_b == NULL) in ossl_ec_GFp_nistp384_group_set_curve()
1609 BN_bin2bn(nistp384_curve_params[2], sizeof(felem_bytearray), curve_b); 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 Decp_nistp521.c1796 BIGNUM *curve_p, *curve_a, *curve_b; in ossl_ec_GFp_nistp521_group_set_curve() local
1809 curve_b = BN_CTX_get(ctx); in ossl_ec_GFp_nistp521_group_set_curve()
1810 if (curve_b == NULL) in ossl_ec_GFp_nistp521_group_set_curve()
1814 BN_bin2bn(nistp521_curve_params[2], sizeof(felem_bytearray), curve_b); 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 Decp_nistp256.c1906 BIGNUM *curve_p, *curve_a, *curve_b; in ossl_ec_GFp_nistp256_group_set_curve() local
1919 curve_b = BN_CTX_get(ctx); in ossl_ec_GFp_nistp256_group_set_curve()
1920 if (curve_b == NULL) in ossl_ec_GFp_nistp256_group_set_curve()
1924 BN_bin2bn(nistp256_curve_params[2], sizeof(felem_bytearray), curve_b); 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 26 milliseconds