Searched refs:err_stack (Results 1 – 1 of 1) sorted by relevance
71 int err_stack; member185 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()