Home
last modified time | relevance | path

Searched refs:sqlcipher_codec_ctx_set_kdf_iter (Results 1 – 13 of 13) sorted by relevance

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dcrypto.h223 int sqlcipher_codec_ctx_set_kdf_iter(codec_ctx *, int, int);
H A Dcrypto.c181 sqlcipher_codec_ctx_set_kdf_iter(ctx, atoi(zRight), 2); // change of RW PBKDF2 iteration in sqlcipher_codec_pragma()
201 if(ctx) sqlcipher_codec_ctx_set_kdf_iter(ctx, atoi(zRight), 1); // write iterations only in sqlcipher_codec_pragma()
H A Dcrypto_impl.c601 int sqlcipher_codec_ctx_set_kdf_iter(codec_ctx *ctx, int kdf_iter, int for_ctx) { in sqlcipher_codec_ctx_set_kdf_iter() function
811 if((rc = sqlcipher_codec_ctx_set_kdf_iter(ctx, default_kdf_iter, 0)) != SQLITE_OK) return rc; in sqlcipher_codec_ctx_init()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/DbSqliteCipher/
H A Dsqlcipher.c21664 int sqlcipher_codec_ctx_set_kdf_iter(codec_ctx *, int);
21904 sqlcipher_codec_ctx_set_kdf_iter(ctx, atoi(zRight)); /* change of RW PBKDF2 iteration */ in sqlcipher_codec_pragma()
22169 rc = sqlcipher_codec_ctx_set_kdf_iter(ctx, 4000); in sqlcipher_codec_pragma()
22182 rc = sqlcipher_codec_ctx_set_kdf_iter(ctx, 4000); in sqlcipher_codec_pragma()
22195 rc = sqlcipher_codec_ctx_set_kdf_iter(ctx, 64000); in sqlcipher_codec_pragma()
22208 rc = sqlcipher_codec_ctx_set_kdf_iter(ctx, 256000); in sqlcipher_codec_pragma()
23497 int sqlcipher_codec_ctx_set_kdf_iter(codec_ctx *ctx, int kdf_iter) { in sqlcipher_codec_ctx_set_kdf_iter() function
23796 if((rc = sqlcipher_codec_ctx_set_kdf_iter(ctx, default_kdf_iter)) != SQLITE_OK) return rc; in sqlcipher_codec_ctx_init()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/sqlite/sqlite/
H A Dsqlite3.c21338 int sqlcipher_codec_ctx_set_kdf_iter(codec_ctx *, int);
21552 sqlcipher_codec_ctx_set_kdf_iter(ctx, atoi(zRight)); /* change of RW PBKDF2 iteration */ in sqlcipher_codec_pragma()
21817 rc = sqlcipher_codec_ctx_set_kdf_iter(ctx, 4000); in sqlcipher_codec_pragma()
21830 rc = sqlcipher_codec_ctx_set_kdf_iter(ctx, 4000); in sqlcipher_codec_pragma()
21843 rc = sqlcipher_codec_ctx_set_kdf_iter(ctx, 64000); in sqlcipher_codec_pragma()
21856 rc = sqlcipher_codec_ctx_set_kdf_iter(ctx, 256000); in sqlcipher_codec_pragma()
23133 int sqlcipher_codec_ctx_set_kdf_iter(codec_ctx *ctx, int kdf_iter) { in sqlcipher_codec_ctx_set_kdf_iter() function
23431 if((rc = sqlcipher_codec_ctx_set_kdf_iter(ctx, default_kdf_iter)) != SQLITE_OK) return rc; in sqlcipher_codec_ctx_init()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/sqlcipher/
H A Dsqlite3.c21663 int sqlcipher_codec_ctx_set_kdf_iter(codec_ctx *, int);
21903 sqlcipher_codec_ctx_set_kdf_iter(ctx, atoi(zRight)); /* change of RW PBKDF2 iteration */ in sqlcipher_codec_pragma()
22168 rc = sqlcipher_codec_ctx_set_kdf_iter(ctx, 4000); in sqlcipher_codec_pragma()
22181 rc = sqlcipher_codec_ctx_set_kdf_iter(ctx, 4000); in sqlcipher_codec_pragma()
22194 rc = sqlcipher_codec_ctx_set_kdf_iter(ctx, 64000); in sqlcipher_codec_pragma()
22207 rc = sqlcipher_codec_ctx_set_kdf_iter(ctx, 256000); in sqlcipher_codec_pragma()
23496 int sqlcipher_codec_ctx_set_kdf_iter(codec_ctx *ctx, int kdf_iter) { in sqlcipher_codec_ctx_set_kdf_iter() function
23795 if((rc = sqlcipher_codec_ctx_set_kdf_iter(ctx, default_kdf_iter)) != SQLITE_OK) return rc; in sqlcipher_codec_ctx_init()
/dports/databases/libgda5-mysql/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19110 int sqlcipher_codec_ctx_set_kdf_iter(codec_ctx *, int, int);
19299 sqlcipher_codec_ctx_set_kdf_iter(ctx, atoi(zRight), 2); // change of RW PBKDF2 iteration in sqlcipher_codec_pragma()
19319 if(ctx) sqlcipher_codec_ctx_set_kdf_iter(ctx, atoi(zRight), 1); // write iterations only in sqlcipher_codec_pragma()
20559 int sqlcipher_codec_ctx_set_kdf_iter(codec_ctx *ctx, int kdf_iter, int for_ctx) { in sqlcipher_codec_ctx_set_kdf_iter() function
20769 if((rc = sqlcipher_codec_ctx_set_kdf_iter(ctx, default_kdf_iter, 0)) != SQLITE_OK) return rc; in sqlcipher_codec_ctx_init()
/dports/databases/libgda5/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19110 int sqlcipher_codec_ctx_set_kdf_iter(codec_ctx *, int, int);
19299 sqlcipher_codec_ctx_set_kdf_iter(ctx, atoi(zRight), 2); // change of RW PBKDF2 iteration
19319 if(ctx) sqlcipher_codec_ctx_set_kdf_iter(ctx, atoi(zRight), 1); // write iterations only
20559 int sqlcipher_codec_ctx_set_kdf_iter(codec_ctx *ctx, int kdf_iter, int for_ctx) {
20769 if((rc = sqlcipher_codec_ctx_set_kdf_iter(ctx, default_kdf_iter, 0)) != SQLITE_OK) return rc;
/dports/databases/libgda5-postgresql/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19110 int sqlcipher_codec_ctx_set_kdf_iter(codec_ctx *, int, int);
19299 sqlcipher_codec_ctx_set_kdf_iter(ctx, atoi(zRight), 2); // change of RW PBKDF2 iteration in sqlcipher_codec_pragma()
19319 if(ctx) sqlcipher_codec_ctx_set_kdf_iter(ctx, atoi(zRight), 1); // write iterations only in sqlcipher_codec_pragma()
20559 int sqlcipher_codec_ctx_set_kdf_iter(codec_ctx *ctx, int kdf_iter, int for_ctx) { in sqlcipher_codec_ctx_set_kdf_iter() function
20769 if((rc = sqlcipher_codec_ctx_set_kdf_iter(ctx, default_kdf_iter, 0)) != SQLITE_OK) return rc; in sqlcipher_codec_ctx_init()
/dports/databases/libgda5-ldap/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19110 int sqlcipher_codec_ctx_set_kdf_iter(codec_ctx *, int, int);
19299 sqlcipher_codec_ctx_set_kdf_iter(ctx, atoi(zRight), 2); // change of RW PBKDF2 iteration in sqlcipher_codec_pragma()
19319 if(ctx) sqlcipher_codec_ctx_set_kdf_iter(ctx, atoi(zRight), 1); // write iterations only in sqlcipher_codec_pragma()
20559 int sqlcipher_codec_ctx_set_kdf_iter(codec_ctx *ctx, int kdf_iter, int for_ctx) { in sqlcipher_codec_ctx_set_kdf_iter() function
20769 if((rc = sqlcipher_codec_ctx_set_kdf_iter(ctx, default_kdf_iter, 0)) != SQLITE_OK) return rc; in sqlcipher_codec_ctx_init()
/dports/databases/libgda5-jdbc/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19110 int sqlcipher_codec_ctx_set_kdf_iter(codec_ctx *, int, int);
19299 sqlcipher_codec_ctx_set_kdf_iter(ctx, atoi(zRight), 2); // change of RW PBKDF2 iteration in sqlcipher_codec_pragma()
19319 if(ctx) sqlcipher_codec_ctx_set_kdf_iter(ctx, atoi(zRight), 1); // write iterations only in sqlcipher_codec_pragma()
20559 int sqlcipher_codec_ctx_set_kdf_iter(codec_ctx *ctx, int kdf_iter, int for_ctx) { in sqlcipher_codec_ctx_set_kdf_iter() function
20769 if((rc = sqlcipher_codec_ctx_set_kdf_iter(ctx, default_kdf_iter, 0)) != SQLITE_OK) return rc; in sqlcipher_codec_ctx_init()
/dports/databases/libgda5-bdb/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19110 int sqlcipher_codec_ctx_set_kdf_iter(codec_ctx *, int, int);
19299 sqlcipher_codec_ctx_set_kdf_iter(ctx, atoi(zRight), 2); // change of RW PBKDF2 iteration
19319 if(ctx) sqlcipher_codec_ctx_set_kdf_iter(ctx, atoi(zRight), 1); // write iterations only
20559 int sqlcipher_codec_ctx_set_kdf_iter(codec_ctx *ctx, int kdf_iter, int for_ctx) {
20769 if((rc = sqlcipher_codec_ctx_set_kdf_iter(ctx, default_kdf_iter, 0)) != SQLITE_OK) return rc;
/dports/databases/libgda5-ui/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19110 int sqlcipher_codec_ctx_set_kdf_iter(codec_ctx *, int, int);
19299 sqlcipher_codec_ctx_set_kdf_iter(ctx, atoi(zRight), 2); // change of RW PBKDF2 iteration
19319 if(ctx) sqlcipher_codec_ctx_set_kdf_iter(ctx, atoi(zRight), 1); // write iterations only
20559 int sqlcipher_codec_ctx_set_kdf_iter(codec_ctx *ctx, int kdf_iter, int for_ctx) {
20769 if((rc = sqlcipher_codec_ctx_set_kdf_iter(ctx, default_kdf_iter, 0)) != SQLITE_OK) return rc;