Searched refs:ctx_new (Results 1 – 3 of 3) sorted by relevance
124 BN_CTX *ctx_new = NULL; in ec_GFp_nist_field_mul() local131 if ((ctx_new = ctx = BN_CTX_new()) == NULL) in ec_GFp_nist_field_mul()141 BN_CTX_free(ctx_new); in ec_GFp_nist_field_mul()149 BN_CTX *ctx_new = NULL; in ec_GFp_nist_field_sqr() local156 if ((ctx_new = ctx = BN_CTX_new()) == NULL) in ec_GFp_nist_field_sqr()166 BN_CTX_free(ctx_new); in ec_GFp_nist_field_sqr()
579 BN_CTX *ctx_new = NULL; in EC_GROUP_cmp() local593 ctx_new = ctx = BN_CTX_new(); in EC_GROUP_cmp()606 BN_CTX_free(ctx_new); in EC_GROUP_cmp()635 BN_CTX_free(ctx_new); in EC_GROUP_cmp()643 BN_CTX_free(ctx_new); in EC_GROUP_cmp()
123 struct tls *ctx_new; in ff_tls_open() local124 ret = tls_accept_cbs(p->ctx, &ctx_new, tls_read_callback, in ff_tls_open()129 p->ctx = ctx_new; in ff_tls_open()