memlocation 81 crypto/jitterentropy.c unsigned int memlocation; /* Pointer to byte in *mem */ memlocation 281 crypto/jitterentropy.c unsigned char *tmpval = ec->mem + ec->memlocation; memlocation 293 crypto/jitterentropy.c ec->memlocation = ec->memlocation + ec->memblocksize - 1; memlocation 294 crypto/jitterentropy.c ec->memlocation = ec->memlocation % wrap;