Lines Matching defs:bn_ctx
1509 BN_CTX *bn_ctx = NULL;
1515 if (!TEST_ptr(bn_ctx = BN_CTX_new())
1683 BN_CTX_free(bn_ctx);
1831 BN_CTX *bn_ctx = NULL;
1843 if (!TEST_ptr(bn_ctx = BN_CTX_new()))
1845 BN_CTX_start(bn_ctx);
1848 !TEST_ptr(group_cofactor = BN_CTX_get(bn_ctx))
1849 || !TEST_ptr(other_gen_x = BN_CTX_get(bn_ctx))
1850 || !TEST_ptr(other_gen_y = BN_CTX_get(bn_ctx))
1851 || !TEST_ptr(other_order = BN_CTX_get(bn_ctx))
1852 || !TEST_ptr(other_cofactor = BN_CTX_get(bn_ctx))
1864 other_gen_x, other_gen_y, bn_ctx))
1877 bn_ctx)))
2008 BN_CTX_end(bn_ctx);
2009 BN_CTX_free(bn_ctx);