Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A 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()
H A Dec_lib.c627 BN_CTX *ctx_new = NULL; in EC_GROUP_cmp() local
642 ctx_new = ctx = BN_CTX_new(); in EC_GROUP_cmp()
657 BN_CTX_free(ctx_new); in EC_GROUP_cmp()
709 BN_CTX_free(ctx_new); in EC_GROUP_cmp()

Completed in 9 milliseconds