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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_ctx.c158 unsigned int bnidx = 0, fpidx = 0; local
162 while(bnidx < ctx->used)
164 fprintf(stderr,"%02x ", item->vals[bnidx++ % BN_CTX_POOL_SIZE].dmax);
165 if(!(bnidx % BN_CTX_POOL_SIZE))
169 bnidx = 0;
173 while(bnidx++ < stack->indexes[fpidx])
176 bnidx++;

Completed in 14 milliseconds