Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_ctx.c71 int err_stack; member
183 if (ctx->err_stack || ctx->too_many) in BN_CTX_start()
184 ctx->err_stack++; in BN_CTX_start()
188 ctx->err_stack++; in BN_CTX_start()
198 if (ctx->err_stack) in BN_CTX_end()
199 ctx->err_stack--; in BN_CTX_end()
217 if (ctx->err_stack || ctx->too_many) in BN_CTX_get()

Completed in 13 milliseconds