Searched refs:sqlite3_user_authenticate (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | userauth01.test | 33 # Calling sqlite3_user_authenticate() on a no-authentication-required 37 sqlite3_user_authenticate db alice pw-4-alice 90 sqlite3_user_authenticate db2 cindy pw-4-cindy 108 sqlite3_user_authenticate db2 cindy pw-4-cindy 111 sqlite3_user_authenticate db2 cindy xyzzy-cindy 117 sqlite3_user_authenticate db alice pw-4-alice 120 sqlite3_user_authenticate db alice xyzzy-alice 148 sqlite3_user_authenticate db2 david xyzzy-david 157 sqlite3_user_authenticate db2 david pw-4-david 229 sqlite3_user_authenticate db alice pw-4-alice
|
| /sqlite-3.40.0/ext/userauth/ |
| H A D | user-auth.txt | 14 int sqlite3_user_authenticate( 49 after sqlite3_user_authenticate() has been called successfully. The 50 sqlite3_user_authenticate() call will return SQLITE_OK if the 53 Calling sqlite3_user_authenticate() on a no-authentication-required 57 with the correct decryption key, prior to invoking sqlite3_user_authenticate(). 63 sqlite3_user_authenticate(); 71 sqlite3_user_authenticate(); 144 is the plaintext password supplied to the sqlite3_user_authenticate() 149 by the sqlite3_user_authenticate() routine, SQLite runs:
|
| H A D | userauth.c | 193 int sqlite3_user_authenticate( in sqlite3_user_authenticate() function 268 sqlite3_user_authenticate(db, zUsername, aPW, nPW); in sqlite3_user_add()
|
| H A D | sqlite3userauth.h | 40 int sqlite3_user_authenticate(
|
| /sqlite-3.40.0/src/ |
| H A D | test1.c | 7936 rc = sqlite3_user_authenticate(db, zUser, zPasswd, nPasswd); in test_user_authenticate()
|
| H A D | shell.c.in | 10710 rc = sqlite3_user_authenticate(p->db, azArg[2], azArg[3],
|