Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_ctx.c150 int err_stack; member
218 ctx->err_stack = 0; in BN_CTX_init()
236 ret->err_stack = 0; in BN_CTX_new()
273 if (ctx->err_stack || ctx->too_many) in BN_CTX_start()
274 ctx->err_stack++; in BN_CTX_start()
278 ctx->err_stack++; in BN_CTX_start()
291 if (ctx->err_stack) in BN_CTX_end()
292 ctx->err_stack--; in BN_CTX_end()
312 if (ctx->err_stack || ctx->too_many) in BN_CTX_get()