Lines Matching refs:bnctx
2300 BN_CTX *bnctx) in ec_point_hex2point_test_helper() argument
2314 if (!TEST_ptr(hex = EC_POINT_point2hex(group, P, form, bnctx)) in ec_point_hex2point_test_helper()
2315 || !TEST_ptr(Q = EC_POINT_hex2point(group, hex, NULL, bnctx)) in ec_point_hex2point_test_helper()
2316 || !TEST_int_eq(0, EC_POINT_cmp(group, Q, P, bnctx))) in ec_point_hex2point_test_helper()
2348 BN_CTX * bnctx = NULL; in ec_point_hex2point_test() local
2352 if (!TEST_ptr(bnctx = BN_CTX_new()) in ec_point_hex2point_test()
2360 bnctx)) in ec_point_hex2point_test()
2363 bnctx)) in ec_point_hex2point_test()
2366 bnctx)) in ec_point_hex2point_test()
2369 bnctx)) in ec_point_hex2point_test()
2372 bnctx)) in ec_point_hex2point_test()
2375 bnctx))) in ec_point_hex2point_test()
2383 BN_CTX_free(bnctx); in ec_point_hex2point_test()