Searched refs:ctx_new (Results 1 – 2 of 2) sorted by relevance
165 BN_CTX *ctx_new=NULL; in ec_GFp_nist_field_mul() local173 if ((ctx_new = ctx = BN_CTX_new()) == NULL) goto err; in ec_GFp_nist_field_mul()181 if (ctx_new) in ec_GFp_nist_field_mul()182 BN_CTX_free(ctx_new); in ec_GFp_nist_field_mul()191 BN_CTX *ctx_new=NULL; in ec_GFp_nist_field_sqr() local199 if ((ctx_new = ctx = BN_CTX_new()) == NULL) goto err; in ec_GFp_nist_field_sqr()207 if (ctx_new) in ec_GFp_nist_field_sqr()208 BN_CTX_free(ctx_new); in ec_GFp_nist_field_sqr()
477 BN_CTX *ctx_new = NULL; in EC_GROUP_cmp() local489 ctx_new = ctx = BN_CTX_new(); in EC_GROUP_cmp()503 if (ctx_new) in EC_GROUP_cmp()532 if (ctx_new) in EC_GROUP_cmp()541 if (ctx_new) in EC_GROUP_cmp()