Home
last modified time | relevance | path

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

/dports/security/olm/olm-3.2.6/include/olm/
H A Dolm.h276 OLM_EXPORT size_t olm_account_generate_fallback_key_random_length(
/dports/security/olm/olm-3.2.6/android/olm-sdk/src/main/jni/
H A Dolm_account.cpp462 size_t randomLength = olm_account_generate_fallback_key_random_length(accountPtr); in OLM_ACCOUNT_FUNC_DEF()
/dports/security/olm/olm-3.2.6/xcode/OLMKit/
H A DOLMAccount.m183 size_t randomLength = olm_account_generate_fallback_key_random_length(_account);
/dports/security/olm/olm-3.2.6/src/
H A Dolm.cpp462 size_t olm_account_generate_fallback_key_random_length( in olm_account_generate_fallback_key_random_length() function