Home
last modified time | relevance | path

Searched defs:_kdf (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libdevcrypto/
H A DSecretStore.cpp244 …:recode(Address const& _address, string const& _newPass, function<string()> const& _pass, KDF _kdf) in recode()
277 …Store::recode(h128 const& _uuid, string const& _newPass, function<string()> const& _pass, KDF _kdf) in recode()
288 static bytesSec deriveNewKey(string const& _pass, KDF _kdf, js::mObject& o_ret) in deriveNewKey()
324 string SecretStore::encrypt(bytesConstRef _v, string const& _pass, KDF _kdf) in encrypt()
/dports/security/hpenc/hpenc-3.0/src/
H A Ddecrypt.cc57 impl(std::unique_ptr<HPEncKDF> &&_kdf, in impl()
H A Dencrypt.cc59 impl(std::unique_ptr<HPEncKDF> &&_kdf, in impl()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libethcore/
H A DKeyManager.cpp46 …& _address, string const& _newPass, string const& _hint, function<string()> const& _pass, KDF _kdf) in recode()
/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A Dlbshade.c2750 static float _kdf, _ksf; variable
/dports/net/py-aiocoap/aiocoap-0.4.3/aiocoap/
H A Doscore.py977 def _kdf(self, master_salt, master_secret, role_id, out_type): member in SecurityContextUtils