Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssl/crypto/ec/
HDecp_nist.c174 BN_CTX *ctx_new = NULL; in ec_GFp_nist_field_mul() local
181 if ((ctx_new = ctx = BN_CTX_new()) == NULL) in ec_GFp_nist_field_mul()
191 if (ctx_new) in ec_GFp_nist_field_mul()
192 BN_CTX_free(ctx_new); in ec_GFp_nist_field_mul()
200 BN_CTX *ctx_new = NULL; in ec_GFp_nist_field_sqr() local
207 if ((ctx_new = ctx = BN_CTX_new()) == NULL) in ec_GFp_nist_field_sqr()
217 if (ctx_new) in ec_GFp_nist_field_sqr()
218 BN_CTX_free(ctx_new); in ec_GFp_nist_field_sqr()
HDec_lib.c591 BN_CTX *ctx_new = NULL; in EC_GROUP_cmp() local
603 ctx_new = ctx = BN_CTX_new(); in EC_GROUP_cmp()
616 if (ctx_new) in EC_GROUP_cmp()
644 if (ctx_new) in EC_GROUP_cmp()
653 if (ctx_new) in EC_GROUP_cmp()