Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Djitterentropy.c81 unsigned int memlocation; /* Pointer to byte in *mem */ member
482 unsigned char *tmpval = ec->mem + ec->memlocation; in jent_memaccess()
494 ec->memlocation = ec->memlocation + ec->memblocksize - 1; in jent_memaccess()
495 ec->memlocation = ec->memlocation % wrap; in jent_memaccess()
/kernel/linux/linux-6.6/crypto/
H A Djitterentropy.c82 unsigned int memlocation; /* Pointer to byte in *mem */ member
418 unsigned char *tmpval = ec->mem + ec->memlocation; in jent_memaccess()
430 ec->memlocation = ec->memlocation + ec->memblocksize - 1; in jent_memaccess()
431 ec->memlocation = ec->memlocation % wrap; in jent_memaccess()

Completed in 4 milliseconds