Home
last modified time | relevance | path

Searched refs:curve_p (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
1305 curve_p = BN_CTX_get(ctx); in ossl_ec_GFp_nistp224_group_set_curve()
1310 BN_bin2bn(nistp224_curve_params[0], sizeof(felem_bytearray), curve_p); 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
1602 curve_p = BN_CTX_get(ctx); in ossl_ec_GFp_nistp384_group_set_curve()
1607 BN_bin2bn(nistp384_curve_params[0], sizeof(felem_bytearray), curve_p); 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
1807 curve_p = BN_CTX_get(ctx); in ossl_ec_GFp_nistp521_group_set_curve()
1812 BN_bin2bn(nistp521_curve_params[0], sizeof(felem_bytearray), curve_p); 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
1917 curve_p = BN_CTX_get(ctx); in ossl_ec_GFp_nistp256_group_set_curve()
1922 BN_bin2bn(nistp256_curve_params[0], sizeof(felem_bytearray), curve_p); 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 27 milliseconds