Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/bn/
Dctx.c121 int err_stack; member
137 ret->err_stack = 0; in BN_CTX_new()
154 if (ctx->err_stack || ctx->too_many) { in BN_CTX_start()
155 ctx->err_stack++; in BN_CTX_start()
159 ctx->err_stack++; in BN_CTX_start()
165 if (ctx->err_stack || ctx->too_many) { in BN_CTX_get()
185 if (ctx->err_stack) { in BN_CTX_end()
186 ctx->err_stack--; in BN_CTX_end()