Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_ctx.c162 unsigned int bnidx = 0, fpidx = 0; in ctxdbg() local
167 while (bnidx < ctx->used) { in ctxdbg()
169 item->vals[bnidx++ % BN_CTX_POOL_SIZE].dmax); in ctxdbg()
170 if (!(bnidx % BN_CTX_POOL_SIZE)) in ctxdbg()
174 bnidx = 0; in ctxdbg()
177 while (bnidx++ < stack->indexes[fpidx]) in ctxdbg()
180 bnidx++; in ctxdbg()