Lines Matching refs:bnctx
2412 BN_CTX *bnctx) in ec_point_hex2point_test_helper() argument
2426 if (!TEST_ptr(hex = EC_POINT_point2hex(group, P, form, bnctx)) in ec_point_hex2point_test_helper()
2427 || !TEST_ptr(Q = EC_POINT_hex2point(group, hex, NULL, bnctx)) in ec_point_hex2point_test_helper()
2428 || !TEST_int_eq(0, EC_POINT_cmp(group, Q, P, bnctx))) in ec_point_hex2point_test_helper()
2460 BN_CTX *bnctx = NULL; in ec_point_hex2point_test() local
2464 if (!TEST_ptr(bnctx = BN_CTX_new()) in ec_point_hex2point_test()
2472 bnctx)) in ec_point_hex2point_test()
2475 bnctx)) in ec_point_hex2point_test()
2478 bnctx)) in ec_point_hex2point_test()
2481 bnctx)) in ec_point_hex2point_test()
2484 bnctx)) in ec_point_hex2point_test()
2487 bnctx))) in ec_point_hex2point_test()
2495 BN_CTX_free(bnctx); in ec_point_hex2point_test()