Home
last modified time | relevance | path

Searched refs:new (Results 1 – 2 of 2) sorted by relevance

/crypto/
Djitterentropy.c189 __u64 new = 0; in jent_lfsr_time() local
202 new = ec->data; in jent_lfsr_time()
218 tmp ^= ((new >> 63) & 1); in jent_lfsr_time()
219 tmp ^= ((new >> 60) & 1); in jent_lfsr_time()
220 tmp ^= ((new >> 55) & 1); in jent_lfsr_time()
221 tmp ^= ((new >> 30) & 1); in jent_lfsr_time()
222 tmp ^= ((new >> 27) & 1); in jent_lfsr_time()
223 tmp ^= ((new >> 22) & 1); in jent_lfsr_time()
224 new <<= 1; in jent_lfsr_time()
225 new ^= tmp; in jent_lfsr_time()
[all …]
DKconfig511 Note that the use of ESSIV is not recommended for new deployments,