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

/freebsd-current/crypto/openssl/test/
H A Dectest.c1505 BIGNUM *other_p = NULL, *other_a = NULL, *other_b = NULL; local
1542 if (!TEST_ptr(other_p = BN_dup(group_p))
1543 || !TEST_true(BN_lshift1(other_p, other_p)))
1546 if (!TEST_ptr(other_p = BN_dup(group_p)))
1553 if (!TEST_ptr(BN_copy(other_p,
1554 BN_ucmp(BN_get0_nist_prime_192(), other_p) == 0 ?
1638 if (EC_GROUP_set_curve(gtest, other_p, group_a, group_b, NULL)) {
1672 BN_free(other_p);

Completed in 67 milliseconds