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

  /external/chromium_org/third_party/boringssl/src/crypto/bn/
ctx.c 117 int err_stack; member in struct:bignum_ctx
133 ret->err_stack = 0;
150 if (ctx->err_stack || ctx->too_many) {
151 ctx->err_stack++;
155 ctx->err_stack++;
161 if (ctx->err_stack || ctx->too_many) {
181 if (ctx->err_stack) {
182 ctx->err_stack--;
  /external/openssl/crypto/bn/
bn_ctx.c 148 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 218 milliseconds