Searched refs:group_b (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_ameth.c262 *group_b = EC_KEY_get0_group(b->pkey.ec); local
264 if (group_a == NULL || group_b == NULL)
266 if (EC_GROUP_cmp(group_a, group_b, NULL))
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
H A Dec_kmgmt.c333 const EC_GROUP *group_b = EC_KEY_get0_group(ec2); local
345 ok = ok && group_a != NULL && group_b != NULL
346 && EC_GROUP_cmp(group_a, group_b, ctx) == 0;
355 ok = ok && EC_POINT_cmp(group_b, pa, pb, ctx) == 0;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_ameth.c339 *group_b = EC_KEY_get0_group(b->pkey.ec); local
340 if (group_a == NULL || group_b == NULL)
342 if (EC_GROUP_cmp(group_a, group_b, NULL))
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Devp_pkey_provided_test.c1226 BIGNUM *group_b = NULL; local
1303 || !TEST_ptr(group_b = BN_new())
1304 || !TEST_true(EC_GROUP_get_curve(group, group_p, group_a, group_b, NULL)))
1313 || !TEST_BN_eq(group_b, b))
1322 BN_free(group_b);
1323 group_b = NULL;
1368 BN_free(group_b);
H A Dectest.c1504 BIGNUM *group_p = NULL, *group_a = NULL, *group_b = NULL; local
1520 || !TEST_ptr(group_b = BN_new())
1525 || !TEST_true(EC_GROUP_get_curve(group, group_p, group_a, group_b, NULL))
1532 || !TEST_ptr(other_b = BN_dup(group_b))
1638 if (EC_GROUP_set_curve(gtest, other_p, group_a, group_b, NULL)) {
1646 if (EC_GROUP_set_curve(gtest, group_p, other_a, group_b, NULL)) {
1665 if (!TEST_true(EC_GROUP_set_curve(gtest, group_p, group_a, group_b, NULL))
1675 BN_free(group_b);

Completed in 216 milliseconds