Searched defs:EntropyGatherer (Results 1 – 1 of 1) sorted by relevance
53461 typedef struct EntropyGatherer EntropyGatherer; typedef53462 struct EntropyGatherer { struct53463 unsigned char *a; /* Gather entropy into this buffer */53464 int na; /* Size of a[] in bytes */53465 int i; /* XOR next input into a[i] */53466 int nXor; /* Number of XOR operations done */