Home
last modified time | relevance | path

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

/external/openssl/crypto/ec/
Decp_nist.c165 BN_CTX *ctx_new=NULL; in ec_GFp_nist_field_mul() local
173 if ((ctx_new = ctx = BN_CTX_new()) == NULL) goto err; in ec_GFp_nist_field_mul()
181 if (ctx_new) in ec_GFp_nist_field_mul()
182 BN_CTX_free(ctx_new); in ec_GFp_nist_field_mul()
191 BN_CTX *ctx_new=NULL; in ec_GFp_nist_field_sqr() local
199 if ((ctx_new = ctx = BN_CTX_new()) == NULL) goto err; in ec_GFp_nist_field_sqr()
207 if (ctx_new) in ec_GFp_nist_field_sqr()
208 BN_CTX_free(ctx_new); in ec_GFp_nist_field_sqr()
Dec_lib.c477 BN_CTX *ctx_new = NULL; in EC_GROUP_cmp() local
489 ctx_new = ctx = BN_CTX_new(); in EC_GROUP_cmp()
503 if (ctx_new) in EC_GROUP_cmp()
532 if (ctx_new) in EC_GROUP_cmp()
541 if (ctx_new) in EC_GROUP_cmp()