Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/sqlite/sqlite/
H A Dsqlite3.c22578 static volatile int default_hmac_algorithm = SQLCIPHER_HMAC_SHA1; variable
22584 static volatile int default_hmac_algorithm = SQLCIPHER_HMAC_SHA512; variable
23214 default_hmac_algorithm = algorithm; in sqlcipher_set_default_hmac_algorithm()
23224 return default_hmac_algorithm; in sqlcipher_get_default_hmac_algorithm()
23437 …codec_ctx_init: calling sqlcipher_codec_ctx_set_hmac_algorithm with %d\n", default_hmac_algorithm); in sqlcipher_codec_ctx_init()
23438 …if((rc = sqlcipher_codec_ctx_set_hmac_algorithm(ctx, default_hmac_algorithm)) != SQLITE_OK) return… in sqlcipher_codec_ctx_init()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/DbSqliteCipher/
H A Dsqlcipher.c22949 static volatile int default_hmac_algorithm = SQLCIPHER_HMAC_SHA512; variable
23579 default_hmac_algorithm = algorithm; in sqlcipher_set_default_hmac_algorithm()
23589 return default_hmac_algorithm; in sqlcipher_get_default_hmac_algorithm()
23802 …codec_ctx_init: calling sqlcipher_codec_ctx_set_hmac_algorithm with %d\n", default_hmac_algorithm); in sqlcipher_codec_ctx_init()
23803 …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.c22948 static volatile int default_hmac_algorithm = SQLCIPHER_HMAC_SHA512; variable
23578 default_hmac_algorithm = algorithm; in sqlcipher_set_default_hmac_algorithm()
23588 return default_hmac_algorithm; in sqlcipher_get_default_hmac_algorithm()
23801 …codec_ctx_init: calling sqlcipher_codec_ctx_set_hmac_algorithm with %d\n", default_hmac_algorithm); in sqlcipher_codec_ctx_init()
23802 …if((rc = sqlcipher_codec_ctx_set_hmac_algorithm(ctx, default_hmac_algorithm)) != SQLITE_OK) return… in sqlcipher_codec_ctx_init()