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