HomeSort by relevance Sort by last modified time
    Searched refs:ctx_new (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/ec/
ecp_nist.c 172 BN_CTX *ctx_new=NULL; local
180 if ((ctx_new = ctx = BN_CTX_new()) == NULL) goto err;
188 if (ctx_new)
189 BN_CTX_free(ctx_new);
198 BN_CTX *ctx_new=NULL; local
206 if ((ctx_new = ctx = BN_CTX_new()) == NULL) goto err;
214 if (ctx_new)
215 BN_CTX_free(ctx_new);
ec_lib.c 477 BN_CTX *ctx_new = NULL; local
489 ctx_new = ctx = BN_CTX_new();
503 if (ctx_new)
532 if (ctx_new)
541 if (ctx_new)

Completed in 41 milliseconds