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

/linux-master/crypto/
H A Djitterentropy.c84 unsigned int memlocation; /* Pointer to byte in *mem */ member in struct:rand_data
486 unsigned char *tmpval = ec->mem + ec->memlocation;
498 ec->memlocation = ec->memlocation + ec->memblocksize - 1;
499 ec->memlocation = ec->memlocation % wrap;

Completed in 85 milliseconds