Home
last modified time | relevance | path

Searched defs:EntropyGatherer (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c53462 typedef struct EntropyGatherer EntropyGatherer; typedef
53463 struct EntropyGatherer { struct
53464 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 */