Searched refs:nAuthPW (Results 1 – 2 of 2) sorted by relevance
105 sqlite3_bind_blob(pStmt, 1, db->auth.zAuthPW, db->auth.nAuthPW,SQLITE_STATIC); in userAuthCheckLogin()210 db->auth.nAuthPW = nPW; in sqlite3_user_authenticate()
1487 int nAuthPW; /* Size of the zAuthPW in bytes */ member