Searched defs:sqlite3PrngType (Results 1 – 3 of 3) sorted by relevance
24 static SQLITE_WSD struct sqlite3PrngType { struct25 u32 s[16]; /* 64 bytes of chacha20 state */26 u8 out[64]; /* Output bytes */27 u8 n; /* Output bytes remaining */
33 static struct sqlite3PrngType { struct34 unsigned char i, j; /* State variables */35 unsigned char s[256]; /* State variables */
203 static struct sqlite3PrngType { struct204 unsigned char i, j; /* State variables */205 unsigned char s[256]; /* State variables */