Home
last modified time | relevance | path

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

/external/openssl/crypto/bn/
Dbn_ctx.c158 unsigned int bnidx = 0, fpidx = 0; in ctxdbg() local
162 while(bnidx < ctx->used) in ctxdbg()
164 fprintf(stderr,"%03x ", item->vals[bnidx++ % BN_CTX_POOL_SIZE].dmax); in ctxdbg()
165 if(!(bnidx % BN_CTX_POOL_SIZE)) in ctxdbg()
169 bnidx = 0; in ctxdbg()
173 while(bnidx++ < stack->indexes[fpidx]) in ctxdbg()
176 bnidx++; in ctxdbg()