Home
last modified time | relevance | path

Searched refs:sqlcipher_free (Results 1 – 14 of 14) sorted by relevance

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dcrypto_impl.c251 void sqlcipher_free(void *ptr, int sz) { in sqlcipher_free() function
376 sqlcipher_free(ctx->key, ctx->key_sz); in sqlcipher_cipher_ctx_free()
377 sqlcipher_free(ctx->hmac_key, ctx->key_sz); in sqlcipher_cipher_ctx_free()
378 sqlcipher_free(ctx->pass, ctx->pass_sz); in sqlcipher_cipher_ctx_free()
380 sqlcipher_free(ctx, sizeof(cipher_ctx)); in sqlcipher_cipher_ctx_free()
538 sqlcipher_free(ctx->pass, ctx->pass_sz); in sqlcipher_cipher_ctx_set_pass()
734 sqlcipher_free(ctx->buffer,ctx->page_sz); in sqlcipher_codec_ctx_set_pagesize()
839 sqlcipher_free(ctx->buffer, 0); in sqlcipher_codec_ctx_free()
842 sqlcipher_free(ctx, sizeof(codec_ctx)); in sqlcipher_codec_ctx_free()
1208 sqlcipher_free(key, key_sz); in sqlcipher_codec_ctx_migrate()
[all …]
H A Dsqlcipher.h63 void sqlcipher_free(void *ptr, int sz);
68 void sqlcipher_free(void *, int);
H A Dcrypto_libtomcrypt.c173 sqlcipher_free(random_buffer, random_buffer_sz); in sqlcipher_ltc_kdf()
H A Dcrypto_openssl.c288 sqlcipher_free(*ctx, sizeof(openssl_ctx)); in sqlcipher_openssl_ctx_free()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/sqlite/sqlite/
H A Dsqlite3.c20322 void sqlcipher_free(void *, u64);
22879 void sqlcipher_free(void *ptr, u64 sz) { in sqlcipher_free() function
22942 sqlcipher_free(c_ctx->key, ctx->key_sz); in sqlcipher_cipher_ctx_free()
22946 sqlcipher_free(c_ctx, sizeof(cipher_ctx)); in sqlcipher_cipher_ctx_free()
23093 sqlcipher_free(ctx->pass, ctx->pass_sz); in sqlcipher_cipher_ctx_set_pass()
23324 sqlcipher_free(ctx->buffer,ctx->page_sz); in sqlcipher_codec_ctx_set_pagesize()
23478 sqlcipher_free(ctx->buffer, 0); in sqlcipher_codec_ctx_free()
23485 sqlcipher_free(ctx, sizeof(codec_ctx)); in sqlcipher_codec_ctx_free()
24031 if(pass) sqlcipher_free(pass, pass_sz); in sqlcipher_codec_ctx_migrate()
24061 sqlcipher_free(random, buffer_sz); in sqlcipher_codec_add_random()
[all …]
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/DbSqliteCipher/
H A Dsqlcipher.c20632 void sqlcipher_free(void *, u64);
23243 void sqlcipher_free(void *ptr, u64 sz) { in sqlcipher_free() function
23306 sqlcipher_free(c_ctx->key, ctx->key_sz); in sqlcipher_cipher_ctx_free()
23308 sqlcipher_free(c_ctx->pass, c_ctx->pass_sz); in sqlcipher_cipher_ctx_free()
23310 sqlcipher_free(c_ctx, sizeof(cipher_ctx)); in sqlcipher_cipher_ctx_free()
23457 sqlcipher_free(ctx->pass, ctx->pass_sz); in sqlcipher_cipher_ctx_set_pass()
23689 sqlcipher_free(ctx->buffer,ctx->page_sz); in sqlcipher_codec_ctx_set_pagesize()
23843 sqlcipher_free(ctx->buffer, 0); in sqlcipher_codec_ctx_free()
23850 sqlcipher_free(ctx, sizeof(codec_ctx)); in sqlcipher_codec_ctx_free()
24399 if(pass) sqlcipher_free(pass, pass_sz); in sqlcipher_codec_ctx_migrate()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/sqlcipher/
H A Dsqlite3.c20631 void sqlcipher_free(void *, u64);
23242 void sqlcipher_free(void *ptr, u64 sz) { in sqlcipher_free() function
23305 sqlcipher_free(c_ctx->key, ctx->key_sz); in sqlcipher_cipher_ctx_free()
23307 sqlcipher_free(c_ctx->pass, c_ctx->pass_sz); in sqlcipher_cipher_ctx_free()
23309 sqlcipher_free(c_ctx, sizeof(cipher_ctx)); in sqlcipher_cipher_ctx_free()
23456 sqlcipher_free(ctx->pass, ctx->pass_sz); in sqlcipher_cipher_ctx_set_pass()
23688 sqlcipher_free(ctx->buffer,ctx->page_sz); in sqlcipher_codec_ctx_set_pagesize()
23842 sqlcipher_free(ctx->buffer, 0); in sqlcipher_codec_ctx_free()
23849 sqlcipher_free(ctx, sizeof(codec_ctx)); in sqlcipher_codec_ctx_free()
24398 if(pass) sqlcipher_free(pass, pass_sz); in sqlcipher_codec_ctx_migrate()
[all …]
/dports/databases/libgda5-mysql/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19977 void sqlcipher_free(void *ptr, int sz);
19982 void sqlcipher_free(void *, int);
20209 void sqlcipher_free(void *ptr, int sz) { in sqlcipher_free() function
20334 sqlcipher_free(ctx->key, ctx->key_sz); in sqlcipher_cipher_ctx_free()
20336 sqlcipher_free(ctx->pass, ctx->pass_sz); in sqlcipher_cipher_ctx_free()
20338 sqlcipher_free(ctx, sizeof(cipher_ctx)); in sqlcipher_cipher_ctx_free()
20496 sqlcipher_free(ctx->pass, ctx->pass_sz); in sqlcipher_cipher_ctx_set_pass()
20797 sqlcipher_free(ctx->buffer, 0); in sqlcipher_codec_ctx_free()
20800 sqlcipher_free(ctx, sizeof(codec_ctx)); in sqlcipher_codec_ctx_free()
21166 sqlcipher_free(key, key_sz); in sqlcipher_codec_ctx_migrate()
[all …]
/dports/databases/libgda5/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19977 void sqlcipher_free(void *ptr, int sz);
19982 void sqlcipher_free(void *, int);
20209 void sqlcipher_free(void *ptr, int sz) {
20334 sqlcipher_free(ctx->key, ctx->key_sz);
20336 sqlcipher_free(ctx->pass, ctx->pass_sz);
20338 sqlcipher_free(ctx, sizeof(cipher_ctx));
20496 sqlcipher_free(ctx->pass, ctx->pass_sz);
20797 sqlcipher_free(ctx->buffer, 0);
20800 sqlcipher_free(ctx, sizeof(codec_ctx));
21166 sqlcipher_free(key, key_sz);
[all …]
/dports/databases/libgda5-postgresql/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19977 void sqlcipher_free(void *ptr, int sz);
19982 void sqlcipher_free(void *, int);
20209 void sqlcipher_free(void *ptr, int sz) { in sqlcipher_free() function
20334 sqlcipher_free(ctx->key, ctx->key_sz); in sqlcipher_cipher_ctx_free()
20336 sqlcipher_free(ctx->pass, ctx->pass_sz); in sqlcipher_cipher_ctx_free()
20338 sqlcipher_free(ctx, sizeof(cipher_ctx)); in sqlcipher_cipher_ctx_free()
20496 sqlcipher_free(ctx->pass, ctx->pass_sz); in sqlcipher_cipher_ctx_set_pass()
20797 sqlcipher_free(ctx->buffer, 0); in sqlcipher_codec_ctx_free()
20800 sqlcipher_free(ctx, sizeof(codec_ctx)); in sqlcipher_codec_ctx_free()
21166 sqlcipher_free(key, key_sz); in sqlcipher_codec_ctx_migrate()
[all …]
/dports/databases/libgda5-ldap/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19977 void sqlcipher_free(void *ptr, int sz);
19982 void sqlcipher_free(void *, int);
20209 void sqlcipher_free(void *ptr, int sz) { in sqlcipher_free() function
20334 sqlcipher_free(ctx->key, ctx->key_sz); in sqlcipher_cipher_ctx_free()
20336 sqlcipher_free(ctx->pass, ctx->pass_sz); in sqlcipher_cipher_ctx_free()
20338 sqlcipher_free(ctx, sizeof(cipher_ctx)); in sqlcipher_cipher_ctx_free()
20496 sqlcipher_free(ctx->pass, ctx->pass_sz); in sqlcipher_cipher_ctx_set_pass()
20797 sqlcipher_free(ctx->buffer, 0); in sqlcipher_codec_ctx_free()
20800 sqlcipher_free(ctx, sizeof(codec_ctx)); in sqlcipher_codec_ctx_free()
21166 sqlcipher_free(key, key_sz); in sqlcipher_codec_ctx_migrate()
[all …]
/dports/databases/libgda5-jdbc/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19977 void sqlcipher_free(void *ptr, int sz);
19982 void sqlcipher_free(void *, int);
20209 void sqlcipher_free(void *ptr, int sz) { in sqlcipher_free() function
20334 sqlcipher_free(ctx->key, ctx->key_sz); in sqlcipher_cipher_ctx_free()
20336 sqlcipher_free(ctx->pass, ctx->pass_sz); in sqlcipher_cipher_ctx_free()
20338 sqlcipher_free(ctx, sizeof(cipher_ctx)); in sqlcipher_cipher_ctx_free()
20496 sqlcipher_free(ctx->pass, ctx->pass_sz); in sqlcipher_cipher_ctx_set_pass()
20797 sqlcipher_free(ctx->buffer, 0); in sqlcipher_codec_ctx_free()
20800 sqlcipher_free(ctx, sizeof(codec_ctx)); in sqlcipher_codec_ctx_free()
21166 sqlcipher_free(key, key_sz); in sqlcipher_codec_ctx_migrate()
[all …]
/dports/databases/libgda5-bdb/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19977 void sqlcipher_free(void *ptr, int sz);
19982 void sqlcipher_free(void *, int);
20209 void sqlcipher_free(void *ptr, int sz) {
20334 sqlcipher_free(ctx->key, ctx->key_sz);
20336 sqlcipher_free(ctx->pass, ctx->pass_sz);
20338 sqlcipher_free(ctx, sizeof(cipher_ctx));
20496 sqlcipher_free(ctx->pass, ctx->pass_sz);
20797 sqlcipher_free(ctx->buffer, 0);
20800 sqlcipher_free(ctx, sizeof(codec_ctx));
21166 sqlcipher_free(key, key_sz);
[all …]
/dports/databases/libgda5-ui/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19977 void sqlcipher_free(void *ptr, int sz);
19982 void sqlcipher_free(void *, int);
20209 void sqlcipher_free(void *ptr, int sz) {
20334 sqlcipher_free(ctx->key, ctx->key_sz);
20336 sqlcipher_free(ctx->pass, ctx->pass_sz);
20338 sqlcipher_free(ctx, sizeof(cipher_ctx));
20496 sqlcipher_free(ctx->pass, ctx->pass_sz);
20797 sqlcipher_free(ctx->buffer, 0);
20800 sqlcipher_free(ctx, sizeof(codec_ctx));
21166 sqlcipher_free(key, key_sz);
[all …]