Home
last modified time | relevance | path

Searched refs:base_reserve (Results 1 – 3 of 3) sorted by relevance

/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/DbSqliteCipher/
H A Dsqlcipher.c23314 int base_reserve = ctx->iv_sz; /* base reserve size will be IV only */ in sqlcipher_codec_ctx_reserve_setup() local
23315 int reserve = base_reserve; in sqlcipher_codec_ctx_reserve_setup()
23327 base_reserve, ctx->block_sz, ctx->hmac_sz, reserve); in sqlcipher_codec_ctx_reserve_setup()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/sqlite/sqlite/
H A Dsqlite3.c22950 int base_reserve = ctx->iv_sz; /* base reserve size will be IV only */ in sqlcipher_codec_ctx_reserve_setup() local
22951 int reserve = base_reserve; in sqlcipher_codec_ctx_reserve_setup()
22963 base_reserve, ctx->block_sz, ctx->hmac_sz, reserve); in sqlcipher_codec_ctx_reserve_setup()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/sqlcipher/
H A Dsqlite3.c23313 int base_reserve = ctx->iv_sz; /* base reserve size will be IV only */ in sqlcipher_codec_ctx_reserve_setup() local
23314 int reserve = base_reserve; in sqlcipher_codec_ctx_reserve_setup()
23326 base_reserve, ctx->block_sz, ctx->hmac_sz, reserve); in sqlcipher_codec_ctx_reserve_setup()