Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c19931 static SQLITE_WSD struct sqlite3PrngType { struct
19932 unsigned char isInit; /* True if initialized */
19933 unsigned char i, j; /* State variables */
19934 unsigned char s[256]; /* State variables */