Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Dbn_ctx.c71 int err_stack; member
185 if (ctx->err_stack || ctx->too_many) in BN_CTX_start()
186 ctx->err_stack++; in BN_CTX_start()
190 ctx->err_stack++; in BN_CTX_start()
200 if (ctx->err_stack) in BN_CTX_end()
201 ctx->err_stack--; in BN_CTX_end()
219 if (ctx->err_stack || ctx->too_many) in BN_CTX_get()
/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_ctx.c71 int err_stack; member
185 if (ctx->err_stack || ctx->too_many) in BN_CTX_start()
186 ctx->err_stack++; in BN_CTX_start()
190 ctx->err_stack++; in BN_CTX_start()
200 if (ctx->err_stack) in BN_CTX_end()
201 ctx->err_stack--; in BN_CTX_end()
219 if (ctx->err_stack || ctx->too_many) in BN_CTX_get()