Home
last modified time | relevance | path

Searched refs:cipher_bin2hex (Results 1 – 12 of 12) sorted by relevance

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dcrypto.h173 static void cipher_bin2hex(const unsigned char* in, int sz, char *out) { in cipher_bin2hex() function
H A Dcrypto_impl.c510 cipher_bin2hex(key, key_sz, ctx->keyspec + 2); in sqlcipher_cipher_ctx_set_keyspec()
511 cipher_bin2hex(salt, salt_sz, ctx->keyspec + (key_sz * 2) + 2); in sqlcipher_cipher_ctx_set_keyspec()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/DbSqliteCipher/
H A Dsqlcipher.c21564 static void cipher_bin2hex(const unsigned char* in, int sz, char *out) { in cipher_bin2hex() function
22055 cipher_bin2hex(salt, FILE_HEADER_SZ, hexsalt); in sqlcipher_codec_pragma()
23425 cipher_bin2hex(key, ctx->key_sz, c_ctx->keyspec + 2); in sqlcipher_cipher_ctx_set_keyspec()
23426 cipher_bin2hex(ctx->kdf_salt, ctx->kdf_salt_sz, c_ctx->keyspec + (ctx->key_sz * 2) + 2); in sqlcipher_cipher_ctx_set_keyspec()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/sqlite/sqlite/
H A Dsqlite3.c21238 static void cipher_bin2hex(const unsigned char* in, int sz, char *out) { in cipher_bin2hex() function
21703 cipher_bin2hex(salt, FILE_HEADER_SZ, hexsalt); in sqlcipher_codec_pragma()
23061 cipher_bin2hex(key, ctx->key_sz, c_ctx->keyspec + 2); in sqlcipher_cipher_ctx_set_keyspec()
23062 cipher_bin2hex(ctx->kdf_salt, ctx->kdf_salt_sz, c_ctx->keyspec + (ctx->key_sz * 2) + 2); in sqlcipher_cipher_ctx_set_keyspec()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/sqlcipher/
H A Dsqlite3.c21563 static void cipher_bin2hex(const unsigned char* in, int sz, char *out) { in cipher_bin2hex() function
22054 cipher_bin2hex(salt, FILE_HEADER_SZ, hexsalt); in sqlcipher_codec_pragma()
23424 cipher_bin2hex(key, ctx->key_sz, c_ctx->keyspec + 2); in sqlcipher_cipher_ctx_set_keyspec()
23425 cipher_bin2hex(ctx->kdf_salt, ctx->kdf_salt_sz, c_ctx->keyspec + (ctx->key_sz * 2) + 2); in sqlcipher_cipher_ctx_set_keyspec()
/dports/databases/libgda5-mysql/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19060 static void cipher_bin2hex(const unsigned char* in, int sz, char *out) { in cipher_bin2hex() function
20468 cipher_bin2hex(key, key_sz, ctx->keyspec + 2); in sqlcipher_cipher_ctx_set_keyspec()
20469 cipher_bin2hex(salt, salt_sz, ctx->keyspec + (key_sz * 2) + 2); in sqlcipher_cipher_ctx_set_keyspec()
/dports/databases/libgda5/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19060 static void cipher_bin2hex(const unsigned char* in, int sz, char *out) {
20468 cipher_bin2hex(key, key_sz, ctx->keyspec + 2);
20469 cipher_bin2hex(salt, salt_sz, ctx->keyspec + (key_sz * 2) + 2);
/dports/databases/libgda5-postgresql/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19060 static void cipher_bin2hex(const unsigned char* in, int sz, char *out) { in cipher_bin2hex() function
20468 cipher_bin2hex(key, key_sz, ctx->keyspec + 2); in sqlcipher_cipher_ctx_set_keyspec()
20469 cipher_bin2hex(salt, salt_sz, ctx->keyspec + (key_sz * 2) + 2); in sqlcipher_cipher_ctx_set_keyspec()
/dports/databases/libgda5-ldap/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19060 static void cipher_bin2hex(const unsigned char* in, int sz, char *out) { in cipher_bin2hex() function
20468 cipher_bin2hex(key, key_sz, ctx->keyspec + 2); in sqlcipher_cipher_ctx_set_keyspec()
20469 cipher_bin2hex(salt, salt_sz, ctx->keyspec + (key_sz * 2) + 2); in sqlcipher_cipher_ctx_set_keyspec()
/dports/databases/libgda5-jdbc/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19060 static void cipher_bin2hex(const unsigned char* in, int sz, char *out) { in cipher_bin2hex() function
20468 cipher_bin2hex(key, key_sz, ctx->keyspec + 2); in sqlcipher_cipher_ctx_set_keyspec()
20469 cipher_bin2hex(salt, salt_sz, ctx->keyspec + (key_sz * 2) + 2); in sqlcipher_cipher_ctx_set_keyspec()
/dports/databases/libgda5-bdb/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19060 static void cipher_bin2hex(const unsigned char* in, int sz, char *out) {
20468 cipher_bin2hex(key, key_sz, ctx->keyspec + 2);
20469 cipher_bin2hex(salt, salt_sz, ctx->keyspec + (key_sz * 2) + 2);
/dports/databases/libgda5-ui/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19060 static void cipher_bin2hex(const unsigned char* in, int sz, char *out) {
20468 cipher_bin2hex(key, key_sz, ctx->keyspec + 2);
20469 cipher_bin2hex(salt, salt_sz, ctx->keyspec + (key_sz * 2) + 2);