Home
last modified time | relevance | path

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

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