Home
last modified time | relevance | path

Searched refs:sqlite3_key (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/dports/security/botan110/Botan-1.10.17/src/wrap/sqlite/
H A Dtest_sqlite.cpp60 rc = sqlite3_key(db, key, keylen); in main()
87 rc = sqlite3_key(db, key, keylen); in main()
H A Dcodecext.c128 int sqlite3_key(sqlite3 *db, const void *zKey, int nKey) in sqlite3_key() function
/dports/databases/db5/db-5.3.28/lang/sql/adapter/sqlite-patches/
H A D17_encryption.patch49 - sqlite3_key(p->db, pKey, nKey);
50 + rc = sqlite3_key(p->db, pKey, nKey);
H A D27_sqlthread.patch21 + rc = sqlite3_key(db, pKey, nKey);
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/
H A Dgda-symbols-util.c281 if (! g_module_symbol (module, "sqlite3_key", (gpointer*) &(s3r->sqlite3_key)))
282 s3r->sqlite3_key = NULL;
283 if (! g_module_symbol (module, "sqlite3_rekey", (gpointer*) &(s3r->sqlite3_key)))
H A Dgda-symbols-util.h110 int (*sqlite3_key)(sqlite3 *, const void *, int); member
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sqlite/
H A Dgda-symbols-util.c281 if (! g_module_symbol (module, "sqlite3_key", (gpointer*) &(s3r->sqlite3_key))) in load_symbols()
282 s3r->sqlite3_key = NULL; in load_symbols()
283 if (! g_module_symbol (module, "sqlite3_rekey", (gpointer*) &(s3r->sqlite3_key))) in load_symbols()
H A Dgda-symbols-util.h110 int (*sqlite3_key)(sqlite3 *, const void *, int); member
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sqlite/
H A Dgda-symbols-util.c281 if (! g_module_symbol (module, "sqlite3_key", (gpointer*) &(s3r->sqlite3_key)))
282 s3r->sqlite3_key = NULL;
283 if (! g_module_symbol (module, "sqlite3_rekey", (gpointer*) &(s3r->sqlite3_key)))
H A Dgda-symbols-util.h110 int (*sqlite3_key)(sqlite3 *, const void *, int); member
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sqlite/
H A Dgda-symbols-util.c281 if (! g_module_symbol (module, "sqlite3_key", (gpointer*) &(s3r->sqlite3_key))) in load_symbols()
282 s3r->sqlite3_key = NULL; in load_symbols()
283 if (! g_module_symbol (module, "sqlite3_rekey", (gpointer*) &(s3r->sqlite3_key))) in load_symbols()
H A Dgda-symbols-util.h110 int (*sqlite3_key)(sqlite3 *, const void *, int);
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/sqlite/
H A Dgda-symbols-util.c281 if (! g_module_symbol (module, "sqlite3_key", (gpointer*) &(s3r->sqlite3_key))) in load_symbols()
282 s3r->sqlite3_key = NULL; in load_symbols()
283 if (! g_module_symbol (module, "sqlite3_rekey", (gpointer*) &(s3r->sqlite3_key))) in load_symbols()
H A Dgda-symbols-util.h110 int (*sqlite3_key)(sqlite3 *, const void *, int); member
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/sqlite/
H A Dgda-symbols-util.c281 if (! g_module_symbol (module, "sqlite3_key", (gpointer*) &(s3r->sqlite3_key))) in load_symbols()
282 s3r->sqlite3_key = NULL; in load_symbols()
283 if (! g_module_symbol (module, "sqlite3_rekey", (gpointer*) &(s3r->sqlite3_key))) in load_symbols()
H A Dgda-symbols-util.h110 int (*sqlite3_key)(sqlite3 *, const void *, int); member
/dports/databases/libgda5-ldap/libgda-5.2.10/libgda/sqlite/
H A Dgda-symbols-util.c281 if (! g_module_symbol (module, "sqlite3_key", (gpointer*) &(s3r->sqlite3_key))) in load_symbols()
282 s3r->sqlite3_key = NULL; in load_symbols()
283 if (! g_module_symbol (module, "sqlite3_rekey", (gpointer*) &(s3r->sqlite3_key))) in load_symbols()
H A Dgda-symbols-util.h110 int (*sqlite3_key)(sqlite3 *, const void *, int); member
/dports/databases/sqlcipher/sqlcipher-3.4.2/
H A DREADME.md56 To encrypt a database programatically you can use the `sqlite3_key` function.
60 int sqlite3_key(sqlite3 *db, const void *pKey, int nKey);
62 `PRAGMA key` or `sqlite3_key` should be called as the first operation when a database is open.
/dports/databases/db5/db-5.3.28/lang/sql/adapter/
H A Ddb_encrypt.c25 int sqlite3_key(sqlite3 *db, const void *key, int nkey) { in sqlite3_key() function
/dports/databases/db5/db-5.3.28/build_windows/
H A Dlibdb_sql.def88 sqlite3_key
/dports/databases/db18/db-18.1.40/build_windows/
H A Dlibdb_sql.def88 sqlite3_key
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/lib/wxsqlite3/sqlite3/secure/src/
H A Dsqlite3.def106 sqlite3_key
/dports/astro/opencpn/OpenCPN-5.2.4/libs/SQLiteCpp/src/
H A DDatabase.cpp244 const int ret = sqlite3_key(mpSQLite, aKey.c_str(), pass_len); in key()
/dports/lang/php73/php-7.3.33/ext/sqlite3/
H A Dconfig0.m449 PHP_CHECK_LIBRARY(sqlite3,sqlite3_key,[

12345678910>>...12