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

/netgear-R7000-V1.0.7.12_1.2.5/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++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_ctx.c155 unsigned int bnidx = 0, fpidx = 0; local
159 while (bnidx < ctx->used) {
160 fprintf(stderr, "%03x ", item->vals[bnidx++ % BN_CTX_POOL_SIZE].dmax);
161 if (!(bnidx % BN_CTX_POOL_SIZE))
165 bnidx = 0;
168 while (bnidx++ < stack->indexes[fpidx])
171 bnidx++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_ctx.c155 unsigned int bnidx = 0, fpidx = 0; local
159 while (bnidx < ctx->used) {
160 fprintf(stderr, "%03x ", item->vals[bnidx++ % BN_CTX_POOL_SIZE].dmax);
161 if (!(bnidx % BN_CTX_POOL_SIZE))
165 bnidx = 0;
168 while (bnidx++ < stack->indexes[fpidx])
171 bnidx++;

Completed in 37 milliseconds