Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_ctx.c152 int too_many; member
219 ctx->too_many = 0; in BN_CTX_init()
237 ret->too_many = 0; in BN_CTX_new()
273 if (ctx->err_stack || ctx->too_many) in BN_CTX_start()
300 ctx->too_many = 0; in BN_CTX_end()
312 if (ctx->err_stack || ctx->too_many) in BN_CTX_get()
317 ctx->too_many = 1; in BN_CTX_get()