Home
last modified time | relevance | path

Searched refs:pass_sz (Results 1 – 15 of 15) sorted by relevance

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dcrypto_impl.c60 int pass_sz; member
378 sqlcipher_free(ctx->pass, ctx->pass_sz); in sqlcipher_cipher_ctx_free()
395 && c1->pass_sz == c2->pass_sz in sqlcipher_cipher_ctx_cmp()
403 c1->pass_sz) in sqlcipher_cipher_ctx_cmp()
427 c1->pass_sz, c2->pass_sz, in sqlcipher_cipher_ctx_cmp()
438 c1->pass_sz), in sqlcipher_cipher_ctx_cmp()
476 if(source->pass && source->pass_sz) { in sqlcipher_cipher_ctx_copy()
526 *nKey = ctx->read_ctx->pass_sz; in sqlcipher_codec_get_pass()
540 ctx->pass_sz = 0; in sqlcipher_cipher_ctx_set_pass()
543 ctx->pass_sz = nKey; in sqlcipher_cipher_ctx_set_pass()
[all …]
H A Dcrypto_cc.c77 static int sqlcipher_cc_kdf(void *ctx, const unsigned char *pass, int pass_sz, unsigned char* salt,… in sqlcipher_cc_kdf() argument
78 …CCKeyDerivationPBKDF(kCCPBKDF2, (const char *)pass, pass_sz, salt, salt_sz, kCCPRFHmacAlgSHA1, wor… in sqlcipher_cc_kdf()
H A Dcrypto_libtomcrypt.c156 static int sqlcipher_ltc_kdf(void *ctx, const unsigned char *pass, int pass_sz, unsigned char* salt… in sqlcipher_ltc_kdf() argument
164 if((rc = pkcs_5_alg2(pass, pass_sz, salt, salt_sz, in sqlcipher_ltc_kdf()
H A Dcrypto_openssl.c219 static int sqlcipher_openssl_kdf(void *ctx, const unsigned char *pass, int pass_sz, unsigned char* … in sqlcipher_openssl_kdf() argument
220 PKCS5_PBKDF2_HMAC_SHA1((const char *)pass, pass_sz, salt, salt_sz, workfactor, key_sz, key); in sqlcipher_openssl_kdf()
H A Dsqlcipher.h46 …int (*kdf)(void *ctx, const unsigned char *pass, int pass_sz, unsigned char* salt, int salt_sz, in…
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/sqlite/sqlite/
H A Dsqlite3.c21264 int pass_sz; member
22978 c1->pass_sz == c2->pass_sz in sqlcipher_cipher_ctx_cmp()
22995 c1->pass_sz, c2->pass_sz, in sqlcipher_cipher_ctx_cmp()
23002 c1->pass_sz), in sqlcipher_cipher_ctx_cmp()
23077 *nKey = ctx->read_ctx->pass_sz; in sqlcipher_codec_get_pass()
23095 ctx->pass_sz = 0; in sqlcipher_cipher_ctx_set_pass()
23098 ctx->pass_sz = nKey; in sqlcipher_cipher_ctx_set_pass()
23867 pass_sz = ctx->read_ctx->pass_sz; in sqlcipher_codec_ctx_migrate()
23868 pass = sqlcipher_malloc(pass_sz+1); in sqlcipher_codec_ctx_migrate()
23869 memset(pass, 0, pass_sz+1); in sqlcipher_codec_ctx_migrate()
[all …]
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/DbSqliteCipher/
H A Dsqlcipher.c21590 int pass_sz; member
23342 c1->pass_sz == c2->pass_sz in sqlcipher_cipher_ctx_cmp()
23359 c1->pass_sz, c2->pass_sz, in sqlcipher_cipher_ctx_cmp()
23366 c1->pass_sz), in sqlcipher_cipher_ctx_cmp()
23441 *nKey = ctx->read_ctx->pass_sz; in sqlcipher_codec_get_pass()
23459 ctx->pass_sz = 0; in sqlcipher_cipher_ctx_set_pass()
23462 ctx->pass_sz = nKey; in sqlcipher_cipher_ctx_set_pass()
24235 pass_sz = ctx->read_ctx->pass_sz; in sqlcipher_codec_ctx_migrate()
24236 pass = sqlcipher_malloc(pass_sz+1); in sqlcipher_codec_ctx_migrate()
24237 memset(pass, 0, pass_sz+1); in sqlcipher_codec_ctx_migrate()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/sqlcipher/
H A Dsqlite3.c21589 int pass_sz; member
23341 c1->pass_sz == c2->pass_sz in sqlcipher_cipher_ctx_cmp()
23358 c1->pass_sz, c2->pass_sz, in sqlcipher_cipher_ctx_cmp()
23365 c1->pass_sz), in sqlcipher_cipher_ctx_cmp()
23440 *nKey = ctx->read_ctx->pass_sz; in sqlcipher_codec_get_pass()
23458 ctx->pass_sz = 0; in sqlcipher_cipher_ctx_set_pass()
23461 ctx->pass_sz = nKey; in sqlcipher_cipher_ctx_set_pass()
24234 pass_sz = ctx->read_ctx->pass_sz; in sqlcipher_codec_ctx_migrate()
24235 pass = sqlcipher_malloc(pass_sz+1); in sqlcipher_codec_ctx_migrate()
24236 memset(pass, 0, pass_sz+1); in sqlcipher_codec_ctx_migrate()
[all …]
/dports/databases/libgda5-mysql/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20018 int pass_sz; member
20336 sqlcipher_free(ctx->pass, ctx->pass_sz); in sqlcipher_cipher_ctx_free()
20353 && c1->pass_sz == c2->pass_sz in sqlcipher_cipher_ctx_cmp()
20361 c1->pass_sz) in sqlcipher_cipher_ctx_cmp()
20385 c1->pass_sz, c2->pass_sz, in sqlcipher_cipher_ctx_cmp()
20396 c1->pass_sz), in sqlcipher_cipher_ctx_cmp()
20434 if(source->pass && source->pass_sz) { in sqlcipher_cipher_ctx_copy()
20484 *nKey = ctx->read_ctx->pass_sz; in sqlcipher_codec_get_pass()
20498 ctx->pass_sz = 0; in sqlcipher_cipher_ctx_set_pass()
20501 ctx->pass_sz = nKey; in sqlcipher_cipher_ctx_set_pass()
[all …]
/dports/databases/libgda5/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20018 int pass_sz;
20336 sqlcipher_free(ctx->pass, ctx->pass_sz);
20353 && c1->pass_sz == c2->pass_sz
20361 c1->pass_sz)
20385 c1->pass_sz, c2->pass_sz,
20396 c1->pass_sz),
20434 if(source->pass && source->pass_sz) {
20484 *nKey = ctx->read_ctx->pass_sz;
20498 ctx->pass_sz = 0;
20501 ctx->pass_sz = nKey;
[all …]
/dports/databases/libgda5-postgresql/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20018 int pass_sz; member
20336 sqlcipher_free(ctx->pass, ctx->pass_sz); in sqlcipher_cipher_ctx_free()
20353 && c1->pass_sz == c2->pass_sz in sqlcipher_cipher_ctx_cmp()
20361 c1->pass_sz) in sqlcipher_cipher_ctx_cmp()
20385 c1->pass_sz, c2->pass_sz, in sqlcipher_cipher_ctx_cmp()
20396 c1->pass_sz), in sqlcipher_cipher_ctx_cmp()
20434 if(source->pass && source->pass_sz) { in sqlcipher_cipher_ctx_copy()
20484 *nKey = ctx->read_ctx->pass_sz; in sqlcipher_codec_get_pass()
20498 ctx->pass_sz = 0; in sqlcipher_cipher_ctx_set_pass()
20501 ctx->pass_sz = nKey; in sqlcipher_cipher_ctx_set_pass()
[all …]
/dports/databases/libgda5-ldap/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20018 int pass_sz; member
20336 sqlcipher_free(ctx->pass, ctx->pass_sz); in sqlcipher_cipher_ctx_free()
20353 && c1->pass_sz == c2->pass_sz in sqlcipher_cipher_ctx_cmp()
20361 c1->pass_sz) in sqlcipher_cipher_ctx_cmp()
20385 c1->pass_sz, c2->pass_sz, in sqlcipher_cipher_ctx_cmp()
20396 c1->pass_sz), in sqlcipher_cipher_ctx_cmp()
20434 if(source->pass && source->pass_sz) { in sqlcipher_cipher_ctx_copy()
20484 *nKey = ctx->read_ctx->pass_sz; in sqlcipher_codec_get_pass()
20498 ctx->pass_sz = 0; in sqlcipher_cipher_ctx_set_pass()
20501 ctx->pass_sz = nKey; in sqlcipher_cipher_ctx_set_pass()
[all …]
/dports/databases/libgda5-jdbc/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20018 int pass_sz; member
20336 sqlcipher_free(ctx->pass, ctx->pass_sz); in sqlcipher_cipher_ctx_free()
20353 && c1->pass_sz == c2->pass_sz in sqlcipher_cipher_ctx_cmp()
20361 c1->pass_sz) in sqlcipher_cipher_ctx_cmp()
20385 c1->pass_sz, c2->pass_sz, in sqlcipher_cipher_ctx_cmp()
20396 c1->pass_sz), in sqlcipher_cipher_ctx_cmp()
20434 if(source->pass && source->pass_sz) { in sqlcipher_cipher_ctx_copy()
20484 *nKey = ctx->read_ctx->pass_sz; in sqlcipher_codec_get_pass()
20498 ctx->pass_sz = 0; in sqlcipher_cipher_ctx_set_pass()
20501 ctx->pass_sz = nKey; in sqlcipher_cipher_ctx_set_pass()
[all …]
/dports/databases/libgda5-bdb/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20018 int pass_sz;
20336 sqlcipher_free(ctx->pass, ctx->pass_sz);
20353 && c1->pass_sz == c2->pass_sz
20361 c1->pass_sz)
20385 c1->pass_sz, c2->pass_sz,
20396 c1->pass_sz),
20434 if(source->pass && source->pass_sz) {
20484 *nKey = ctx->read_ctx->pass_sz;
20498 ctx->pass_sz = 0;
20501 ctx->pass_sz = nKey;
[all …]
/dports/databases/libgda5-ui/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c20018 int pass_sz;
20336 sqlcipher_free(ctx->pass, ctx->pass_sz);
20353 && c1->pass_sz == c2->pass_sz
20361 c1->pass_sz)
20385 c1->pass_sz, c2->pass_sz,
20396 c1->pass_sz),
20434 if(source->pass && source->pass_sz) {
20484 *nKey = ctx->read_ctx->pass_sz;
20498 ctx->pass_sz = 0;
20501 ctx->pass_sz = nKey;
[all …]