Home
last modified time | relevance | path

Searched refs:for_ctx (Results 1 – 15 of 15) sorted by relevance

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dcrypto_impl.c552 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_set_pass()
558 if(for_ctx == 2) in sqlcipher_codec_ctx_set_pass()
566 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_set_cipher()
580 if(for_ctx == 2) in sqlcipher_codec_ctx_set_cipher()
588 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_get_cipher()
602 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_set_kdf_iter()
608 if(for_ctx == 2) in sqlcipher_codec_ctx_set_kdf_iter()
616 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_get_kdf_iter()
621 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_set_fast_kdf_iter()
627 if(for_ctx == 2) in sqlcipher_codec_ctx_set_fast_kdf_iter()
[all …]
H A Dcrypto.h232 const char* sqlcipher_codec_ctx_get_cipher(codec_ctx *ctx, int for_ctx);
245 int sqlcipher_codec_ctx_get_use_hmac(codec_ctx *ctx, int for_ctx);
249 int sqlcipher_codec_ctx_get_flag(codec_ctx *ctx, unsigned int flag, int for_ctx);
H A Dcrypto.c79 static int codec_set_pass_key(sqlite3* db, int nDb, const void *zKey, int nKey, int for_ctx) { in codec_set_pass_key() argument
81 …ass_key: entered db=%p nDb=%d zKey=%s nKey=%d for_ctx=%d\n", db, nDb, (char *)zKey, nKey, for_ctx); in codec_set_pass_key()
85 if(ctx) return sqlcipher_codec_ctx_set_pass(ctx, zKey, nKey, for_ctx); in codec_set_pass_key()
/dports/devel/autogen/autogen-5.18.16/agen5/
H A DfuncFor.c381 curr_def_ctx = for_state->for_ctx; in for_by_step()
392 curr_def_ctx.dcx_prev = &for_state->for_ctx; in for_by_step()
401 curr_def_ctx.dcx_prev = &for_state->for_ctx; in for_by_step()
811 res->for_ctx = curr_def_ctx; in new_for_context()
812 curr_def_ctx.dcx_prev = &res->for_ctx; in new_for_context()
832 curr_def_ctx = (for_state--)->for_ctx; in free_for_context()
H A Dautogen.h324 def_ctx_t for_ctx; //!< saved def context for for loop member
/dports/databases/libgda5-mysql/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20510 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_set_pass()
20516 if(for_ctx == 2) in sqlcipher_codec_ctx_set_pass()
20524 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_set_cipher()
20538 if(for_ctx == 2) in sqlcipher_codec_ctx_set_cipher()
20546 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_get_cipher()
20560 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_set_kdf_iter()
20566 if(for_ctx == 2) in sqlcipher_codec_ctx_set_kdf_iter()
20574 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_get_kdf_iter()
20579 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_set_fast_kdf_iter()
20585 if(for_ctx == 2) in sqlcipher_codec_ctx_set_fast_kdf_iter()
[all …]
/dports/databases/libgda5/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20510 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx;
20516 if(for_ctx == 2)
20524 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx;
20538 if(for_ctx == 2)
20546 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx;
20560 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx;
20566 if(for_ctx == 2)
20574 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx;
20579 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx;
20585 if(for_ctx == 2)
[all …]
/dports/databases/libgda5-postgresql/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20510 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_set_pass()
20516 if(for_ctx == 2) in sqlcipher_codec_ctx_set_pass()
20524 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_set_cipher()
20538 if(for_ctx == 2) in sqlcipher_codec_ctx_set_cipher()
20546 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_get_cipher()
20560 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_set_kdf_iter()
20566 if(for_ctx == 2) in sqlcipher_codec_ctx_set_kdf_iter()
20574 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_get_kdf_iter()
20579 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_set_fast_kdf_iter()
20585 if(for_ctx == 2) in sqlcipher_codec_ctx_set_fast_kdf_iter()
[all …]
/dports/databases/libgda5-ldap/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20510 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_set_pass()
20516 if(for_ctx == 2) in sqlcipher_codec_ctx_set_pass()
20524 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_set_cipher()
20538 if(for_ctx == 2) in sqlcipher_codec_ctx_set_cipher()
20546 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_get_cipher()
20560 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_set_kdf_iter()
20566 if(for_ctx == 2) in sqlcipher_codec_ctx_set_kdf_iter()
20574 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_get_kdf_iter()
20579 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_set_fast_kdf_iter()
20585 if(for_ctx == 2) in sqlcipher_codec_ctx_set_fast_kdf_iter()
[all …]
/dports/databases/libgda5-jdbc/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20510 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_set_pass()
20516 if(for_ctx == 2) in sqlcipher_codec_ctx_set_pass()
20524 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_set_cipher()
20538 if(for_ctx == 2) in sqlcipher_codec_ctx_set_cipher()
20546 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_get_cipher()
20560 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_set_kdf_iter()
20566 if(for_ctx == 2) in sqlcipher_codec_ctx_set_kdf_iter()
20574 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_get_kdf_iter()
20579 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_set_fast_kdf_iter()
20585 if(for_ctx == 2) in sqlcipher_codec_ctx_set_fast_kdf_iter()
[all …]
/dports/databases/libgda5-bdb/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20510 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx;
20516 if(for_ctx == 2)
20524 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx;
20538 if(for_ctx == 2)
20546 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx;
20560 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx;
20566 if(for_ctx == 2)
20574 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx;
20579 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx;
20585 if(for_ctx == 2)
[all …]
/dports/databases/libgda5-ui/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20510 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx;
20516 if(for_ctx == 2)
20524 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx;
20538 if(for_ctx == 2)
20546 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx;
20560 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx;
20566 if(for_ctx == 2)
20574 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx;
20579 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx;
20585 if(for_ctx == 2)
[all …]
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/DbSqliteCipher/
H A Dsqlcipher.c21774 …c int codec_set_pass_key(sqlcipher_sqlite3* db, int nDb, const void *zKey, int nKey, int for_ctx) { in codec_set_pass_key() argument
21776 …ass_key: entered db=%p nDb=%d zKey=%s nKey=%d for_ctx=%d\n", db, nDb, (char *)zKey, nKey, for_ctx); in codec_set_pass_key()
21780 if(ctx) return sqlcipher_codec_ctx_set_pass(ctx, zKey, nKey, for_ctx); in codec_set_pass_key()
23470 int sqlcipher_codec_ctx_set_pass(codec_ctx *ctx, const void *zKey, int nKey, int for_ctx) { in sqlcipher_codec_ctx_set_pass() argument
23471 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_set_pass()
23477 if(for_ctx == 2) in sqlcipher_codec_ctx_set_pass()
23478 …if((rc = sqlcipher_cipher_ctx_copy(ctx, for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLIT… in sqlcipher_codec_ctx_set_pass()
23897 int sqlcipher_page_cipher(codec_ctx *ctx, int for_ctx, Pgno pgno, int mode, int page_sz, unsigned c… in sqlcipher_page_cipher() argument
23898 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_page_cipher()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/sqlite/sqlite/
H A Dsqlite3.c21443 static int codec_set_pass_key(sqlite3* db, int nDb, const void *zKey, int nKey, int for_ctx) { in codec_set_pass_key() argument
21445 …ass_key: entered db=%p nDb=%d zKey=%s nKey=%d for_ctx=%d\n", db, nDb, (char *)zKey, nKey, for_ctx); in codec_set_pass_key()
21449 if(ctx) return sqlcipher_codec_ctx_set_pass(ctx, zKey, nKey, for_ctx); in codec_set_pass_key()
23106 int sqlcipher_codec_ctx_set_pass(codec_ctx *ctx, const void *zKey, int nKey, int for_ctx) { in sqlcipher_codec_ctx_set_pass() argument
23107 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_set_pass()
23113 if(for_ctx == 2) in sqlcipher_codec_ctx_set_pass()
23114 …if((rc = sqlcipher_cipher_ctx_copy(ctx, for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLIT… in sqlcipher_codec_ctx_set_pass()
23532 int sqlcipher_page_cipher(codec_ctx *ctx, int for_ctx, Pgno pgno, int mode, int page_sz, unsigned c… in sqlcipher_page_cipher() argument
23533 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_page_cipher()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/sqlcipher/
H A Dsqlite3.c21773 static int codec_set_pass_key(sqlite3* db, int nDb, const void *zKey, int nKey, int for_ctx) { in codec_set_pass_key() argument
21775 …ass_key: entered db=%p nDb=%d zKey=%s nKey=%d for_ctx=%d\n", db, nDb, (char *)zKey, nKey, for_ctx); in codec_set_pass_key()
21779 if(ctx) return sqlcipher_codec_ctx_set_pass(ctx, zKey, nKey, for_ctx); in codec_set_pass_key()
23469 int sqlcipher_codec_ctx_set_pass(codec_ctx *ctx, const void *zKey, int nKey, int for_ctx) { in sqlcipher_codec_ctx_set_pass() argument
23470 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_codec_ctx_set_pass()
23476 if(for_ctx == 2) in sqlcipher_codec_ctx_set_pass()
23477 …if((rc = sqlcipher_cipher_ctx_copy(ctx, for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLIT… in sqlcipher_codec_ctx_set_pass()
23896 int sqlcipher_page_cipher(codec_ctx *ctx, int for_ctx, Pgno pgno, int mode, int page_sz, unsigned c… in sqlcipher_page_cipher() argument
23897 cipher_ctx *c_ctx = for_ctx ? ctx->write_ctx : ctx->read_ctx; in sqlcipher_page_cipher()