Searched refs:ctx_new (Results 1 – 2 of 2) sorted by relevance
174 BN_CTX *ctx_new = NULL; in ec_GFp_nist_field_mul() local181 if ((ctx_new = ctx = BN_CTX_new()) == NULL) in ec_GFp_nist_field_mul()191 if (ctx_new) in ec_GFp_nist_field_mul()192 BN_CTX_free(ctx_new); in ec_GFp_nist_field_mul()200 BN_CTX *ctx_new = NULL; in ec_GFp_nist_field_sqr() local207 if ((ctx_new = ctx = BN_CTX_new()) == NULL) in ec_GFp_nist_field_sqr()217 if (ctx_new) in ec_GFp_nist_field_sqr()218 BN_CTX_free(ctx_new); in ec_GFp_nist_field_sqr()
591 BN_CTX *ctx_new = NULL; in EC_GROUP_cmp() local603 ctx_new = ctx = BN_CTX_new(); in EC_GROUP_cmp()616 if (ctx_new) in EC_GROUP_cmp()644 if (ctx_new) in EC_GROUP_cmp()653 if (ctx_new) in EC_GROUP_cmp()