Home
last modified time | relevance | path

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

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

Completed in 15 milliseconds