Home
last modified time | relevance | path

Searched refs:sqlcipher_cipher_ctx_copy (Results 1 – 11 of 11) sorted by relevance

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dcrypto_impl.c453 static int sqlcipher_cipher_ctx_copy(cipher_ctx *target, cipher_ctx *source) { in sqlcipher_cipher_ctx_copy() function
559 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK… in sqlcipher_codec_ctx_set_pass()
581 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK) in sqlcipher_codec_ctx_set_cipher()
609 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK) in sqlcipher_codec_ctx_set_kdf_iter()
628 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK) in sqlcipher_codec_ctx_set_fast_kdf_iter()
825 if((rc = sqlcipher_cipher_ctx_copy(ctx->write_ctx, ctx->read_ctx)) != SQLITE_OK) return rc; in sqlcipher_codec_ctx_init()
1052 if(sqlcipher_cipher_ctx_copy(ctx->write_ctx, ctx->read_ctx) != SQLITE_OK) return SQLITE_ERROR; in sqlcipher_codec_key_derive()
1069 return sqlcipher_cipher_ctx_copy(ctx->write_ctx, ctx->read_ctx); in sqlcipher_codec_key_copy()
1071 return sqlcipher_cipher_ctx_copy(ctx->read_ctx, ctx->write_ctx); in sqlcipher_codec_key_copy()
/dports/databases/libgda5-mysql/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20411 static int sqlcipher_cipher_ctx_copy(cipher_ctx *target, cipher_ctx *source) { in sqlcipher_cipher_ctx_copy() function
20517 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK… in sqlcipher_codec_ctx_set_pass()
20539 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK) in sqlcipher_codec_ctx_set_cipher()
20567 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK) in sqlcipher_codec_ctx_set_kdf_iter()
20586 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK) in sqlcipher_codec_ctx_set_fast_kdf_iter()
20783 if((rc = sqlcipher_cipher_ctx_copy(ctx->write_ctx, ctx->read_ctx)) != SQLITE_OK) return rc; in sqlcipher_codec_ctx_init()
21010 if(sqlcipher_cipher_ctx_copy(ctx->write_ctx, ctx->read_ctx) != SQLITE_OK) return SQLITE_ERROR; in sqlcipher_codec_key_derive()
21027 return sqlcipher_cipher_ctx_copy(ctx->write_ctx, ctx->read_ctx); in sqlcipher_codec_key_copy()
21029 return sqlcipher_cipher_ctx_copy(ctx->read_ctx, ctx->write_ctx); in sqlcipher_codec_key_copy()
/dports/databases/libgda5/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20411 static int sqlcipher_cipher_ctx_copy(cipher_ctx *target, cipher_ctx *source) {
20517 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK…
20539 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK)
20567 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK)
20586 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK)
20783 if((rc = sqlcipher_cipher_ctx_copy(ctx->write_ctx, ctx->read_ctx)) != SQLITE_OK) return rc;
21010 if(sqlcipher_cipher_ctx_copy(ctx->write_ctx, ctx->read_ctx) != SQLITE_OK) return SQLITE_ERROR;
21027 return sqlcipher_cipher_ctx_copy(ctx->write_ctx, ctx->read_ctx);
21029 return sqlcipher_cipher_ctx_copy(ctx->read_ctx, ctx->write_ctx);
/dports/databases/libgda5-postgresql/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20411 static int sqlcipher_cipher_ctx_copy(cipher_ctx *target, cipher_ctx *source) { in sqlcipher_cipher_ctx_copy() function
20517 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK… in sqlcipher_codec_ctx_set_pass()
20539 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK) in sqlcipher_codec_ctx_set_cipher()
20567 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK) in sqlcipher_codec_ctx_set_kdf_iter()
20586 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK) in sqlcipher_codec_ctx_set_fast_kdf_iter()
20783 if((rc = sqlcipher_cipher_ctx_copy(ctx->write_ctx, ctx->read_ctx)) != SQLITE_OK) return rc; in sqlcipher_codec_ctx_init()
21010 if(sqlcipher_cipher_ctx_copy(ctx->write_ctx, ctx->read_ctx) != SQLITE_OK) return SQLITE_ERROR; in sqlcipher_codec_key_derive()
21027 return sqlcipher_cipher_ctx_copy(ctx->write_ctx, ctx->read_ctx); in sqlcipher_codec_key_copy()
21029 return sqlcipher_cipher_ctx_copy(ctx->read_ctx, ctx->write_ctx); in sqlcipher_codec_key_copy()
/dports/databases/libgda5-ldap/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20411 static int sqlcipher_cipher_ctx_copy(cipher_ctx *target, cipher_ctx *source) { in sqlcipher_cipher_ctx_copy() function
20517 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK… in sqlcipher_codec_ctx_set_pass()
20539 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK) in sqlcipher_codec_ctx_set_cipher()
20567 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK) in sqlcipher_codec_ctx_set_kdf_iter()
20586 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK) in sqlcipher_codec_ctx_set_fast_kdf_iter()
20783 if((rc = sqlcipher_cipher_ctx_copy(ctx->write_ctx, ctx->read_ctx)) != SQLITE_OK) return rc; in sqlcipher_codec_ctx_init()
21010 if(sqlcipher_cipher_ctx_copy(ctx->write_ctx, ctx->read_ctx) != SQLITE_OK) return SQLITE_ERROR; in sqlcipher_codec_key_derive()
21027 return sqlcipher_cipher_ctx_copy(ctx->write_ctx, ctx->read_ctx); in sqlcipher_codec_key_copy()
21029 return sqlcipher_cipher_ctx_copy(ctx->read_ctx, ctx->write_ctx); in sqlcipher_codec_key_copy()
/dports/databases/libgda5-jdbc/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20411 static int sqlcipher_cipher_ctx_copy(cipher_ctx *target, cipher_ctx *source) { in sqlcipher_cipher_ctx_copy() function
20517 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK… in sqlcipher_codec_ctx_set_pass()
20539 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK) in sqlcipher_codec_ctx_set_cipher()
20567 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK) in sqlcipher_codec_ctx_set_kdf_iter()
20586 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK) in sqlcipher_codec_ctx_set_fast_kdf_iter()
20783 if((rc = sqlcipher_cipher_ctx_copy(ctx->write_ctx, ctx->read_ctx)) != SQLITE_OK) return rc; in sqlcipher_codec_ctx_init()
21010 if(sqlcipher_cipher_ctx_copy(ctx->write_ctx, ctx->read_ctx) != SQLITE_OK) return SQLITE_ERROR; in sqlcipher_codec_key_derive()
21027 return sqlcipher_cipher_ctx_copy(ctx->write_ctx, ctx->read_ctx); in sqlcipher_codec_key_copy()
21029 return sqlcipher_cipher_ctx_copy(ctx->read_ctx, ctx->write_ctx); in sqlcipher_codec_key_copy()
/dports/databases/libgda5-bdb/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20411 static int sqlcipher_cipher_ctx_copy(cipher_ctx *target, cipher_ctx *source) {
20517 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK…
20539 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK)
20567 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK)
20586 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK)
20783 if((rc = sqlcipher_cipher_ctx_copy(ctx->write_ctx, ctx->read_ctx)) != SQLITE_OK) return rc;
21010 if(sqlcipher_cipher_ctx_copy(ctx->write_ctx, ctx->read_ctx) != SQLITE_OK) return SQLITE_ERROR;
21027 return sqlcipher_cipher_ctx_copy(ctx->write_ctx, ctx->read_ctx);
21029 return sqlcipher_cipher_ctx_copy(ctx->read_ctx, ctx->write_ctx);
/dports/databases/libgda5-ui/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20411 static int sqlcipher_cipher_ctx_copy(cipher_ctx *target, cipher_ctx *source) {
20517 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK…
20539 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK)
20567 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK)
20586 …if((rc = sqlcipher_cipher_ctx_copy( for_ctx ? ctx->read_ctx : ctx->write_ctx, c_ctx)) != SQLITE_OK)
20783 if((rc = sqlcipher_cipher_ctx_copy(ctx->write_ctx, ctx->read_ctx)) != SQLITE_OK) return rc;
21010 if(sqlcipher_cipher_ctx_copy(ctx->write_ctx, ctx->read_ctx) != SQLITE_OK) return SQLITE_ERROR;
21027 return sqlcipher_cipher_ctx_copy(ctx->write_ctx, ctx->read_ctx);
21029 return sqlcipher_cipher_ctx_copy(ctx->read_ctx, ctx->write_ctx);
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/DbSqliteCipher/
H A Dsqlcipher.c23381 static int sqlcipher_cipher_ctx_copy(codec_ctx *ctx, cipher_ctx *target, cipher_ctx *source) { in sqlcipher_cipher_ctx_copy() function
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()
23829 if((rc = sqlcipher_cipher_ctx_copy(ctx, ctx->write_ctx, ctx->read_ctx)) != SQLITE_OK) return rc; in sqlcipher_codec_ctx_init()
24066 …if(sqlcipher_cipher_ctx_copy(ctx, ctx->write_ctx, ctx->read_ctx) != SQLITE_OK) return SQLITE_ERROR; in sqlcipher_codec_key_derive()
24083 return sqlcipher_cipher_ctx_copy(ctx, ctx->write_ctx, ctx->read_ctx); in sqlcipher_codec_key_copy()
24085 return sqlcipher_cipher_ctx_copy(ctx, ctx->read_ctx, ctx->write_ctx); in sqlcipher_codec_key_copy()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/sqlite/sqlite/
H A Dsqlite3.c23017 static int sqlcipher_cipher_ctx_copy(codec_ctx *ctx, cipher_ctx *target, cipher_ctx *source) { in sqlcipher_cipher_ctx_copy() function
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()
23464 if((rc = sqlcipher_cipher_ctx_copy(ctx, ctx->write_ctx, ctx->read_ctx)) != SQLITE_OK) return rc; in sqlcipher_codec_ctx_init()
23701 …if(sqlcipher_cipher_ctx_copy(ctx, ctx->write_ctx, ctx->read_ctx) != SQLITE_OK) return SQLITE_ERROR; in sqlcipher_codec_key_derive()
23718 return sqlcipher_cipher_ctx_copy(ctx, ctx->write_ctx, ctx->read_ctx); in sqlcipher_codec_key_copy()
23720 return sqlcipher_cipher_ctx_copy(ctx, ctx->read_ctx, ctx->write_ctx); in sqlcipher_codec_key_copy()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/sqlcipher/
H A Dsqlite3.c23380 static int sqlcipher_cipher_ctx_copy(codec_ctx *ctx, cipher_ctx *target, cipher_ctx *source) { in sqlcipher_cipher_ctx_copy() function
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()
23828 if((rc = sqlcipher_cipher_ctx_copy(ctx, ctx->write_ctx, ctx->read_ctx)) != SQLITE_OK) return rc; in sqlcipher_codec_ctx_init()
24065 …if(sqlcipher_cipher_ctx_copy(ctx, ctx->write_ctx, ctx->read_ctx) != SQLITE_OK) return SQLITE_ERROR; in sqlcipher_codec_key_derive()
24082 return sqlcipher_cipher_ctx_copy(ctx, ctx->write_ctx, ctx->read_ctx); in sqlcipher_codec_key_copy()
24084 return sqlcipher_cipher_ctx_copy(ctx, ctx->read_ctx, ctx->write_ctx); in sqlcipher_codec_key_copy()