HomeSort by relevance Sort by last modified time
    Searched full:bnidx (Results 1 - 1 of 1) sorted by null

  /external/openssl/crypto/bn/
bn_ctx.c 158 unsigned int bnidx = 0, fpidx = 0; local
162 while(bnidx < ctx->used)
164 fprintf(stderr,"%03x ", 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 36 milliseconds