Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bn/
Dctx.c119 int err_stack; member
135 ret->err_stack = 0; in BN_CTX_new()
152 if (ctx->err_stack || ctx->too_many) { in BN_CTX_start()
153 ctx->err_stack++; in BN_CTX_start()
157 ctx->err_stack++; in BN_CTX_start()
163 if (ctx->err_stack || ctx->too_many) { in BN_CTX_get()
183 if (ctx->err_stack) { in BN_CTX_end()
184 ctx->err_stack--; in BN_CTX_end()