Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_ctx.c84 unsigned int bnidx = 0, fpidx = 0; in ctxdbg() local
90 while (bnidx < ctx->used) { in ctxdbg()
92 item->vals[bnidx++ % BN_CTX_POOL_SIZE].dmax); in ctxdbg()
93 if (!(bnidx % BN_CTX_POOL_SIZE)) in ctxdbg()
97 bnidx = 0; in ctxdbg()
100 while (bnidx++ < stack->indexes[fpidx]) in ctxdbg()
103 bnidx++; in ctxdbg()

Completed in 11 milliseconds