Searched refs:err_stack (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_ctx.c148 int err_stack; member in struct:bignum_ctx
209 ctx->err_stack = 0;
226 ret->err_stack = 0;
259 if(ctx->err_stack || ctx->too_many)
260 ctx->err_stack++;
265 ctx->err_stack++;
273 if(ctx->err_stack)
274 ctx->err_stack--;
292 if(ctx->err_stack || ctx->too_many) return NULL;

Completed in 109 milliseconds