Home
last modified time | relevance | path

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

/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/DbSqliteCipher/
H A Dsqlcipher.c20594 #define SQLCIPHER_HMAC_SHA512_LABEL "HMAC_SHA512" macro
22072 } else if(sqlcipher_sqlite3StrICmp(zRight, SQLCIPHER_HMAC_SHA512_LABEL) == 0) { in sqlcipher_codec_pragma()
22085 …codec_vdbe_return_string(pParse, "cipher_hmac_algorithm", SQLCIPHER_HMAC_SHA512_LABEL, P4_TRANSIEN… in sqlcipher_codec_pragma()
22097 } else if(sqlcipher_sqlite3StrICmp(zRight, SQLCIPHER_HMAC_SHA512_LABEL) == 0) { in sqlcipher_codec_pragma()
22107 …ec_vdbe_return_string(pParse, "cipher_default_hmac_algorithm", SQLCIPHER_HMAC_SHA512_LABEL, P4_TRA… in sqlcipher_codec_pragma()
22290 …gma = sqlcipher_sqlite3_mprintf("PRAGMA cipher_hmac_algorithm = %s;", SQLCIPHER_HMAC_SHA512_LABEL); in sqlcipher_codec_pragma()
22330 …lcipher_sqlite3_mprintf("PRAGMA cipher_default_hmac_algorithm = %s;", SQLCIPHER_HMAC_SHA512_LABEL); in sqlcipher_codec_pragma()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/sqlite/sqlite/
H A Dsqlite3.c20284 #define SQLCIPHER_HMAC_SHA512_LABEL "HMAC_SHA512" macro
21720 } else if(sqlite3StrICmp(zRight, SQLCIPHER_HMAC_SHA512_LABEL) == 0) { in sqlcipher_codec_pragma()
21733 …codec_vdbe_return_string(pParse, "cipher_hmac_algorithm", SQLCIPHER_HMAC_SHA512_LABEL, P4_TRANSIEN… in sqlcipher_codec_pragma()
21745 } else if(sqlite3StrICmp(zRight, SQLCIPHER_HMAC_SHA512_LABEL) == 0) { in sqlcipher_codec_pragma()
21755 …ec_vdbe_return_string(pParse, "cipher_default_hmac_algorithm", SQLCIPHER_HMAC_SHA512_LABEL, P4_TRA… in sqlcipher_codec_pragma()
21938 pragma = sqlite3_mprintf("PRAGMA cipher_hmac_algorithm = %s;", SQLCIPHER_HMAC_SHA512_LABEL); in sqlcipher_codec_pragma()
21978 …ragma = sqlite3_mprintf("PRAGMA cipher_default_hmac_algorithm = %s;", SQLCIPHER_HMAC_SHA512_LABEL); in sqlcipher_codec_pragma()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/sqlcipher/
H A Dsqlite3.c20593 #define SQLCIPHER_HMAC_SHA512_LABEL "HMAC_SHA512" macro
22071 } else if(sqlite3StrICmp(zRight, SQLCIPHER_HMAC_SHA512_LABEL) == 0) { in sqlcipher_codec_pragma()
22084 …codec_vdbe_return_string(pParse, "cipher_hmac_algorithm", SQLCIPHER_HMAC_SHA512_LABEL, P4_TRANSIEN… in sqlcipher_codec_pragma()
22096 } else if(sqlite3StrICmp(zRight, SQLCIPHER_HMAC_SHA512_LABEL) == 0) { in sqlcipher_codec_pragma()
22106 …ec_vdbe_return_string(pParse, "cipher_default_hmac_algorithm", SQLCIPHER_HMAC_SHA512_LABEL, P4_TRA… in sqlcipher_codec_pragma()
22289 pragma = sqlite3_mprintf("PRAGMA cipher_hmac_algorithm = %s;", SQLCIPHER_HMAC_SHA512_LABEL); in sqlcipher_codec_pragma()
22329 …ragma = sqlite3_mprintf("PRAGMA cipher_default_hmac_algorithm = %s;", SQLCIPHER_HMAC_SHA512_LABEL); in sqlcipher_codec_pragma()