Home
last modified time | relevance | path

Searched refs:ctx_new (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
Decp_nist.c132 BN_CTX *ctx_new = NULL; in ossl_ec_GFp_nist_field_mul() local
139 if ((ctx_new = ctx = BN_CTX_new_ex(group->libctx)) == NULL) in ossl_ec_GFp_nist_field_mul()
149 BN_CTX_free(ctx_new); in ossl_ec_GFp_nist_field_mul()
157 BN_CTX *ctx_new = NULL; in ossl_ec_GFp_nist_field_sqr() local
164 if ((ctx_new = ctx = BN_CTX_new_ex(group->libctx)) == NULL) in ossl_ec_GFp_nist_field_sqr()
174 BN_CTX_free(ctx_new); in ossl_ec_GFp_nist_field_sqr()
Dec_lib.c626 BN_CTX *ctx_new = NULL; in EC_GROUP_cmp() local
641 ctx_new = ctx = BN_CTX_new(); in EC_GROUP_cmp()
656 BN_CTX_free(ctx_new); in EC_GROUP_cmp()
708 BN_CTX_free(ctx_new); in EC_GROUP_cmp()
/third_party/openssl/crypto/ec/
Decp_nist.c132 BN_CTX *ctx_new = NULL; in ossl_ec_GFp_nist_field_mul() local
139 if ((ctx_new = ctx = BN_CTX_new_ex(group->libctx)) == NULL) in ossl_ec_GFp_nist_field_mul()
149 BN_CTX_free(ctx_new); in ossl_ec_GFp_nist_field_mul()
157 BN_CTX *ctx_new = NULL; in ossl_ec_GFp_nist_field_sqr() local
164 if ((ctx_new = ctx = BN_CTX_new_ex(group->libctx)) == NULL) in ossl_ec_GFp_nist_field_sqr()
174 BN_CTX_free(ctx_new); in ossl_ec_GFp_nist_field_sqr()
Dec_lib.c626 BN_CTX *ctx_new = NULL; in EC_GROUP_cmp() local
641 ctx_new = ctx = BN_CTX_new(); in EC_GROUP_cmp()
656 BN_CTX_free(ctx_new); in EC_GROUP_cmp()
708 BN_CTX_free(ctx_new); in EC_GROUP_cmp()
/third_party/ffmpeg/libavformat/
Dtls_libtls.c123 struct tls *ctx_new; in ff_tls_open() local
124 ret = tls_accept_cbs(p->ctx, &ctx_new, tls_read_callback, in ff_tls_open()
129 p->ctx = ctx_new; in ff_tls_open()