Lines Matching refs:new_ctx
186 BN_CTX *new_ctx = NULL; in ossl_ec_GF2m_simple_group_check_discriminant() local
189 ctx = new_ctx = BN_CTX_new(); in ossl_ec_GF2m_simple_group_check_discriminant()
216 BN_CTX_free(new_ctx); in ossl_ec_GF2m_simple_group_check_discriminant()
362 BN_CTX *new_ctx = NULL; in ossl_ec_GF2m_simple_add() local
379 ctx = new_ctx = BN_CTX_new(); in ossl_ec_GF2m_simple_add()
468 BN_CTX_free(new_ctx); in ossl_ec_GF2m_simple_add()
517 BN_CTX *new_ctx = NULL; in ossl_ec_GF2m_simple_is_on_curve() local
532 ctx = new_ctx = BN_CTX_new(); in ossl_ec_GF2m_simple_is_on_curve()
569 BN_CTX_free(new_ctx); in ossl_ec_GF2m_simple_is_on_curve()
587 BN_CTX *new_ctx = NULL; in ossl_ec_GF2m_simple_cmp() local
603 ctx = new_ctx = BN_CTX_new(); in ossl_ec_GF2m_simple_cmp()
626 BN_CTX_free(new_ctx); in ossl_ec_GF2m_simple_cmp()
638 BN_CTX *new_ctx = NULL; in ossl_ec_GF2m_simple_make_affine() local
646 ctx = new_ctx = BN_CTX_new(); in ossl_ec_GF2m_simple_make_affine()
673 BN_CTX_free(new_ctx); in ossl_ec_GF2m_simple_make_affine()