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
189 if (ctx->err_stack || ctx->too_many) in BN_CTX_start()
190 ctx->err_stack++; in BN_CTX_start()
194 ctx->err_stack++; in BN_CTX_start()
204 if (ctx->err_stack) in BN_CTX_end()
205 ctx->err_stack--; in BN_CTX_end()
223 if (ctx->err_stack || ctx->too_many) in BN_CTX_get()