Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Drandom.c24 static SQLITE_WSD struct sqlite3PrngType { struct
25 u32 s[16]; /* 64 bytes of chacha20 state */
26 u8 out[64]; /* Output bytes */
27 u8 n; /* Output bytes remaining */
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_util.c33 static struct sqlite3PrngType { struct
34 unsigned char i, j; /* State variables */
35 unsigned char s[256]; /* State variables */
/sqlite-3.40.0/ext/session/
H A Dchangesetfuzz.c203 static struct sqlite3PrngType { struct
204 unsigned char i, j; /* State variables */
205 unsigned char s[256]; /* State variables */