Home
last modified time | relevance | path

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

/dports/security/olm/olm-3.2.6/src/
H A Dolm.cpp73 std::size_t b64_output_length( in b64_output_length() function
386 return b64_output_length(from_c(account)->signature_length()); in olm_account_signature_length()
396 if (signature_length < b64_output_length(raw_length)) { in olm_account_sign()
587 return b64_output_length(from_c(session)->session_id_length()); in olm_session_id_length()
595 if (id_length < b64_output_length(raw_length)) { in olm_session_id()
699 return b64_output_length( in olm_encrypt_message_length()
714 if (message_length < b64_output_length(raw_length)) { in olm_encrypt()
771 return b64_output_length(from_c(utility)->sha256_length()); in olm_sha256_length()
781 if (output_length < b64_output_length(raw_length)) { in olm_sha256()