Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/
H A 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()