Home
last modified time | relevance | path

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

/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/DbSqliteCipher/
H A Dsqlcipher.c20592 #define SQLCIPHER_HMAC_SHA256_LABEL "HMAC_SHA256" macro
22070 } else if(sqlcipher_sqlite3StrICmp(zRight, SQLCIPHER_HMAC_SHA256_LABEL) == 0) { in sqlcipher_codec_pragma()
22083 …codec_vdbe_return_string(pParse, "cipher_hmac_algorithm", SQLCIPHER_HMAC_SHA256_LABEL, P4_TRANSIEN… in sqlcipher_codec_pragma()
22095 } else if(sqlcipher_sqlite3StrICmp(zRight, SQLCIPHER_HMAC_SHA256_LABEL) == 0) { in sqlcipher_codec_pragma()
22105 …ec_vdbe_return_string(pParse, "cipher_default_hmac_algorithm", SQLCIPHER_HMAC_SHA256_LABEL, P4_TRA… in sqlcipher_codec_pragma()
22288 …gma = sqlcipher_sqlite3_mprintf("PRAGMA cipher_hmac_algorithm = %s;", SQLCIPHER_HMAC_SHA256_LABEL); in sqlcipher_codec_pragma()
22328 …lcipher_sqlite3_mprintf("PRAGMA cipher_default_hmac_algorithm = %s;", SQLCIPHER_HMAC_SHA256_LABEL); in sqlcipher_codec_pragma()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/sqlite/sqlite/
H A Dsqlite3.c20282 #define SQLCIPHER_HMAC_SHA256_LABEL "HMAC_SHA256" macro
21718 } else if(sqlite3StrICmp(zRight, SQLCIPHER_HMAC_SHA256_LABEL) == 0) { in sqlcipher_codec_pragma()
21731 …codec_vdbe_return_string(pParse, "cipher_hmac_algorithm", SQLCIPHER_HMAC_SHA256_LABEL, P4_TRANSIEN… in sqlcipher_codec_pragma()
21743 } else if(sqlite3StrICmp(zRight, SQLCIPHER_HMAC_SHA256_LABEL) == 0) { in sqlcipher_codec_pragma()
21753 …ec_vdbe_return_string(pParse, "cipher_default_hmac_algorithm", SQLCIPHER_HMAC_SHA256_LABEL, P4_TRA… in sqlcipher_codec_pragma()
21936 pragma = sqlite3_mprintf("PRAGMA cipher_hmac_algorithm = %s;", SQLCIPHER_HMAC_SHA256_LABEL); in sqlcipher_codec_pragma()
21976 …ragma = sqlite3_mprintf("PRAGMA cipher_default_hmac_algorithm = %s;", SQLCIPHER_HMAC_SHA256_LABEL); in sqlcipher_codec_pragma()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/sqlcipher/
H A Dsqlite3.c20591 #define SQLCIPHER_HMAC_SHA256_LABEL "HMAC_SHA256" macro
22069 } else if(sqlite3StrICmp(zRight, SQLCIPHER_HMAC_SHA256_LABEL) == 0) { in sqlcipher_codec_pragma()
22082 …codec_vdbe_return_string(pParse, "cipher_hmac_algorithm", SQLCIPHER_HMAC_SHA256_LABEL, P4_TRANSIEN… in sqlcipher_codec_pragma()
22094 } else if(sqlite3StrICmp(zRight, SQLCIPHER_HMAC_SHA256_LABEL) == 0) { in sqlcipher_codec_pragma()
22104 …ec_vdbe_return_string(pParse, "cipher_default_hmac_algorithm", SQLCIPHER_HMAC_SHA256_LABEL, P4_TRA… in sqlcipher_codec_pragma()
22287 pragma = sqlite3_mprintf("PRAGMA cipher_hmac_algorithm = %s;", SQLCIPHER_HMAC_SHA256_LABEL); in sqlcipher_codec_pragma()
22327 …ragma = sqlite3_mprintf("PRAGMA cipher_default_hmac_algorithm = %s;", SQLCIPHER_HMAC_SHA256_LABEL); in sqlcipher_codec_pragma()