Home
last modified time | relevance | path

Searched refs:ifAccess (Results 1 – 4 of 4) sorted by relevance

/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/include/mega/
H A Dutils.h509 std::pair<bool, int64_t> generateMetaMac(SymmCipher &cipher, FileAccess &ifAccess, const int64_t iv…
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/
H A Dutils.cpp2322 std::pair<bool, int64_t> generateMetaMac(SymmCipher &cipher, FileAccess &ifAccess, const int64_t iv) in generateMetaMac() argument
2324 FileInputStream isAccess(&ifAccess); in generateMetaMac()
H A Dmegaclient.cpp14212 auto ifAccess = fsaccess->newfileaccess(); in nodebyfingerprint() local
14216 if (!ifAccess->fopen(localPath, true, false)) in nodebyfingerprint()
14228 auto result = generateMetaMac(cipher, *ifAccess, remoteIv); in nodebyfingerprint()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/examples/
H A Dmegacli.cpp8090 auto ifAccess = client->fsaccess->newfileaccess(); in exec_metamac() local
8093 if (!ifAccess->fopen(localPath, 1, 0)) in exec_metamac()
8113 auto result = generateMetaMac(cipher, *ifAccess, remoteIv); in exec_metamac()