Lines Matching refs:bnctx
57 static BN_CTX *bnctx = NULL;
1087 return TEST_ptr(a = BN_CTX_get(bnctx))
1088 && TEST_ptr(b = BN_CTX_get(bnctx))
1089 && TEST_ptr(prime = BN_CTX_get(bnctx))
1090 && TEST_ptr(order = BN_CTX_get(bnctx))
1176 return TEST_ptr(a = BN_CTX_get(bnctx))
1177 && TEST_ptr(b = BN_CTX_get(bnctx))
1178 && TEST_ptr(poly = BN_CTX_get(bnctx))
1179 && TEST_ptr(order = BN_CTX_get(bnctx))
1180 && TEST_ptr(cofactor = BN_CTX_get(bnctx))
1335 if (!TEST_ptr(bnctx = BN_CTX_new_ex(testctx))
1459 BN_CTX_free(bnctx);