Home
last modified time | relevance | path

Searched refs:kdf_algorithm (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/dmg2img/dmg2img-1.6.7/
H A Dvfdecrypt.c84 uint32_t kdf_algorithm; member
137 fprintf(stderr, "keyDerivationAlgorithm %lu\n", (unsigned long) pwhdr->kdf_algorithm); in dump_v2_header()
174 pwhdr->kdf_algorithm = htonl(pwhdr->kdf_algorithm); in adjust_v2_header_byteorder()
H A Dvfdecrypt.h46 uint32_t kdf_algorithm; member
/dports/security/john/john-1.9.0-jumbo-1/run/
H A Ddmg2john.py97 kdf_algorithm, kdf_prng_algorithm, kdf_iteration_count,
/dports/security/py-yubikey-manager/yubikey-manager-4.0.7/ykman/
H A Dopenpgp.py283 kdf_algorithm: KdfAlgorithm
293 kdf = _KDFS[self.kdf_algorithm]
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/DbSqliteCipher/
H A Dsqlcipher.c21612 int kdf_algorithm; member
23603 ctx->kdf_algorithm = algorithm; in sqlcipher_codec_ctx_set_kdf_algorithm()
23612 return ctx->kdf_algorithm; in sqlcipher_codec_ctx_get_kdf_algorithm()
24018 if(ctx->provider->kdf(ctx->provider_ctx, ctx->kdf_algorithm, c_ctx->pass, c_ctx->pass_sz, in sqlcipher_cipher_ctx_key_derive()
24046 if(ctx->provider->kdf(ctx->provider_ctx, ctx->kdf_algorithm, c_ctx->key, ctx->key_sz, in sqlcipher_cipher_ctx_key_derive()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/sqlite/sqlite/
H A Dsqlite3.c21286 int kdf_algorithm; member
23238 ctx->kdf_algorithm = algorithm; in sqlcipher_codec_ctx_set_kdf_algorithm()
23247 return ctx->kdf_algorithm; in sqlcipher_codec_ctx_get_kdf_algorithm()
23653 if(ctx->provider->kdf(ctx->provider_ctx, ctx->kdf_algorithm, c_ctx->pass, c_ctx->pass_sz, in sqlcipher_cipher_ctx_key_derive()
23681 if(ctx->provider->kdf(ctx->provider_ctx, ctx->kdf_algorithm, c_ctx->key, ctx->key_sz, in sqlcipher_cipher_ctx_key_derive()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/sqlcipher/
H A Dsqlite3.c21611 int kdf_algorithm; member
23602 ctx->kdf_algorithm = algorithm; in sqlcipher_codec_ctx_set_kdf_algorithm()
23611 return ctx->kdf_algorithm; in sqlcipher_codec_ctx_get_kdf_algorithm()
24017 if(ctx->provider->kdf(ctx->provider_ctx, ctx->kdf_algorithm, c_ctx->pass, c_ctx->pass_sz, in sqlcipher_cipher_ctx_key_derive()
24045 if(ctx->provider->kdf(ctx->provider_ctx, ctx->kdf_algorithm, c_ctx->key, ctx->key_sz, in sqlcipher_cipher_ctx_key_derive()