Home
last modified time | relevance | path

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

/netbsd/crypto/dist/ipsec-tools/src/racoon/
H A Doakley.h159 vchar_t *curve_b; member
H A Doakley.c220 if (dhgrp->curve_b)
221 vfree(dhgrp->curve_b);
H A Dipsec_doi.c525 sa->dhgrp->curve_b = val;
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Decp_nistp224.c1297 BIGNUM *curve_p, *curve_a, *curve_b;
1305 curve_b = BN_CTX_get(ctx);
1306 if (curve_b == NULL)
1310 BN_bin2bn(nistp224_curve_params[2], sizeof(felem_bytearray), curve_b);
1311 if ((BN_cmp(curve_p, p)) || (BN_cmp(curve_a, a)) || (BN_cmp(curve_b, b))) {
H A Decp_nistp521.c1752 BIGNUM *curve_p, *curve_a, *curve_b;
1760 curve_b = BN_CTX_get(ctx);
1761 if (curve_b == NULL)
1765 BN_bin2bn(nistp521_curve_params[2], sizeof(felem_bytearray), curve_b);
1766 if ((BN_cmp(curve_p, p)) || (BN_cmp(curve_a, a)) || (BN_cmp(curve_b, b))) {
H A Decp_nistp256.c1911 BIGNUM *curve_p, *curve_a, *curve_b;
1919 curve_b = BN_CTX_get(ctx);
1920 if (curve_b == NULL)
1924 BN_bin2bn(nistp256_curve_params[2], sizeof(felem_bytearray), curve_b);
1925 if ((BN_cmp(curve_p, p)) || (BN_cmp(curve_a, a)) || (BN_cmp(curve_b, b))) {
/netbsd/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decp_nistp224.c1300 BIGNUM *curve_p, *curve_a, *curve_b; in ossl_ec_GFp_nistp224_group_set_curve() local
1313 curve_b = BN_CTX_get(ctx); in ossl_ec_GFp_nistp224_group_set_curve()
1314 if (curve_b == NULL) in ossl_ec_GFp_nistp224_group_set_curve()
1318 BN_bin2bn(nistp224_curve_params[2], sizeof(felem_bytearray), curve_b); in ossl_ec_GFp_nistp224_group_set_curve()
1319 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_nistp521.c1804 BIGNUM *curve_p, *curve_a, *curve_b; in ossl_ec_GFp_nistp521_group_set_curve() local
1817 curve_b = BN_CTX_get(ctx); in ossl_ec_GFp_nistp521_group_set_curve()
1818 if (curve_b == NULL) in ossl_ec_GFp_nistp521_group_set_curve()
1822 BN_bin2bn(nistp521_curve_params[2], sizeof(felem_bytearray), curve_b); in ossl_ec_GFp_nistp521_group_set_curve()
1823 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.c1911 BIGNUM *curve_p, *curve_a, *curve_b; in ossl_ec_GFp_nistp256_group_set_curve() local
1924 curve_b = BN_CTX_get(ctx); in ossl_ec_GFp_nistp256_group_set_curve()
1925 if (curve_b == NULL) in ossl_ec_GFp_nistp256_group_set_curve()
1929 BN_bin2bn(nistp256_curve_params[2], sizeof(felem_bytearray), curve_b); in ossl_ec_GFp_nistp256_group_set_curve()
1930 if ((BN_cmp(curve_p, p)) || (BN_cmp(curve_a, a)) || (BN_cmp(curve_b, b))) { in ossl_ec_GFp_nistp256_group_set_curve()