Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_ctx.c73 int too_many; member
183 if (ctx->err_stack || ctx->too_many) in BN_CTX_start()
207 ctx->too_many = 0; in BN_CTX_end()
217 if (ctx->err_stack || ctx->too_many) in BN_CTX_get()
224 ctx->too_many = 1; in BN_CTX_get()

Completed in 19 milliseconds