Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/ec/
H A Decp_nist.c172 BN_CTX *ctx_new = NULL; in ec_GFp_nist_field_mul() local
179 if ((ctx_new = ctx = BN_CTX_new()) == NULL) in ec_GFp_nist_field_mul()
189 BN_CTX_free(ctx_new); in ec_GFp_nist_field_mul()
199 BN_CTX *ctx_new = NULL; in ec_GFp_nist_field_sqr() local
206 if ((ctx_new = ctx = BN_CTX_new()) == NULL) in ec_GFp_nist_field_sqr()
216 BN_CTX_free(ctx_new); in ec_GFp_nist_field_sqr()
H A Dec_lib.c585 BN_CTX *ctx_new = NULL; in EC_GROUP_cmp() local
597 ctx_new = ctx = BN_CTX_new(); in EC_GROUP_cmp()
642 if (ctx_new) in EC_GROUP_cmp()
649 if (ctx_new) in EC_GROUP_cmp()