Home
last modified time | relevance | path

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

/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/DbSqliteCipher/
H A Dsqlcipher.c21707 int sqlcipher_codec_ctx_set_hmac_algorithm(codec_ctx *ctx, int algorithm);
22069 rc = sqlcipher_codec_ctx_set_hmac_algorithm(ctx, SQLCIPHER_HMAC_SHA1); in sqlcipher_codec_pragma()
22071 rc = sqlcipher_codec_ctx_set_hmac_algorithm(ctx, SQLCIPHER_HMAC_SHA256); in sqlcipher_codec_pragma()
22073 rc = sqlcipher_codec_ctx_set_hmac_algorithm(ctx, SQLCIPHER_HMAC_SHA512); in sqlcipher_codec_pragma()
22165 rc = sqlcipher_codec_ctx_set_hmac_algorithm(ctx, SQLCIPHER_HMAC_SHA1); in sqlcipher_codec_pragma()
22178 rc = sqlcipher_codec_ctx_set_hmac_algorithm(ctx, SQLCIPHER_HMAC_SHA1); in sqlcipher_codec_pragma()
22191 rc = sqlcipher_codec_ctx_set_hmac_algorithm(ctx, SQLCIPHER_HMAC_SHA1); in sqlcipher_codec_pragma()
22204 rc = sqlcipher_codec_ctx_set_hmac_algorithm(ctx, SQLCIPHER_HMAC_SHA512); in sqlcipher_codec_pragma()
23583 int sqlcipher_codec_ctx_set_hmac_algorithm(codec_ctx *ctx, int algorithm) { in sqlcipher_codec_ctx_set_hmac_algorithm() function
23803 …if((rc = sqlcipher_codec_ctx_set_hmac_algorithm(ctx, default_hmac_algorithm)) != SQLITE_OK) return… in sqlcipher_codec_ctx_init()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/sqlite/sqlite/
H A Dsqlite3.c21381 int sqlcipher_codec_ctx_set_hmac_algorithm(codec_ctx *ctx, int algorithm);
21717 rc = sqlcipher_codec_ctx_set_hmac_algorithm(ctx, SQLCIPHER_HMAC_SHA1); in sqlcipher_codec_pragma()
21719 rc = sqlcipher_codec_ctx_set_hmac_algorithm(ctx, SQLCIPHER_HMAC_SHA256); in sqlcipher_codec_pragma()
21721 rc = sqlcipher_codec_ctx_set_hmac_algorithm(ctx, SQLCIPHER_HMAC_SHA512); in sqlcipher_codec_pragma()
21813 rc = sqlcipher_codec_ctx_set_hmac_algorithm(ctx, SQLCIPHER_HMAC_SHA1); in sqlcipher_codec_pragma()
21826 rc = sqlcipher_codec_ctx_set_hmac_algorithm(ctx, SQLCIPHER_HMAC_SHA1); in sqlcipher_codec_pragma()
21839 rc = sqlcipher_codec_ctx_set_hmac_algorithm(ctx, SQLCIPHER_HMAC_SHA1); in sqlcipher_codec_pragma()
21852 rc = sqlcipher_codec_ctx_set_hmac_algorithm(ctx, SQLCIPHER_HMAC_SHA512); in sqlcipher_codec_pragma()
23218 int sqlcipher_codec_ctx_set_hmac_algorithm(codec_ctx *ctx, int algorithm) { in sqlcipher_codec_ctx_set_hmac_algorithm() function
23438 …if((rc = sqlcipher_codec_ctx_set_hmac_algorithm(ctx, default_hmac_algorithm)) != SQLITE_OK) return… in sqlcipher_codec_ctx_init()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/sqlcipher/
H A Dsqlite3.c21706 int sqlcipher_codec_ctx_set_hmac_algorithm(codec_ctx *ctx, int algorithm);
22068 rc = sqlcipher_codec_ctx_set_hmac_algorithm(ctx, SQLCIPHER_HMAC_SHA1); in sqlcipher_codec_pragma()
22070 rc = sqlcipher_codec_ctx_set_hmac_algorithm(ctx, SQLCIPHER_HMAC_SHA256); in sqlcipher_codec_pragma()
22072 rc = sqlcipher_codec_ctx_set_hmac_algorithm(ctx, SQLCIPHER_HMAC_SHA512); in sqlcipher_codec_pragma()
22164 rc = sqlcipher_codec_ctx_set_hmac_algorithm(ctx, SQLCIPHER_HMAC_SHA1); in sqlcipher_codec_pragma()
22177 rc = sqlcipher_codec_ctx_set_hmac_algorithm(ctx, SQLCIPHER_HMAC_SHA1); in sqlcipher_codec_pragma()
22190 rc = sqlcipher_codec_ctx_set_hmac_algorithm(ctx, SQLCIPHER_HMAC_SHA1); in sqlcipher_codec_pragma()
22203 rc = sqlcipher_codec_ctx_set_hmac_algorithm(ctx, SQLCIPHER_HMAC_SHA512); in sqlcipher_codec_pragma()
23582 int sqlcipher_codec_ctx_set_hmac_algorithm(codec_ctx *ctx, int algorithm) { in sqlcipher_codec_ctx_set_hmac_algorithm() function
23802 …if((rc = sqlcipher_codec_ctx_set_hmac_algorithm(ctx, default_hmac_algorithm)) != SQLITE_OK) return… in sqlcipher_codec_ctx_init()