Home
last modified time | relevance | path

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

/dports/net-im/mtxclient/mtxclient-0.6.0/include/mtxclient/crypto/
H A Dobjects.hpp127 static size_t pickle_length(olm_type *account) { return olm_pickle_account_length(account); } in pickle_length()
/dports/security/olm/olm-3.2.6/python/olm/
H A Daccount.py116 pickle_length = lib.olm_pickle_account_length(self._account)
/dports/security/olm/olm-3.2.6/include/olm/
H A Dolm.h123 OLM_EXPORT size_t olm_pickle_account_length(
/dports/security/olm/olm-3.2.6/tests/
H A Dtest_olm.cpp53 std::size_t pickle_length = ::olm_pickle_account_length(account); in main()
65 assert_equals(pickle_length, ::olm_pickle_account_length(account2)); in main()
/dports/security/olm/olm-3.2.6/android/olm-sdk/src/main/jni/
H A Dolm_account.cpp678 size_t pickledLength = olm_pickle_account_length(accountPtr); in OLM_ACCOUNT_FUNC_DEF()
/dports/security/olm/olm-3.2.6/xcode/OLMKit/
H A DOLMAccount.m245 size_t length = olm_pickle_account_length(_account);
/dports/security/olm/olm-3.2.6/src/
H A Dolm.cpp233 size_t olm_pickle_account_length( in olm_pickle_account_length() function