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