Home
last modified time | relevance | path

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

/dports/net-im/mtxclient/mtxclient-0.6.0/include/mtxclient/crypto/
H A Dtypes.hpp21 constexpr auto MEGOLM_ALGO = "m.megolm.v1.aes-sha2"; variable
33 std::string algorithm = MEGOLM_ALGO;
/dports/net-im/nheko/nheko-0.9.0/src/encryption/
H A DOlm.cpp31 constexpr auto MEGOLM_ALGO = "m.megolm.v1.aes-sha2"; variable
624 megolm_payload.content.algorithm = MEGOLM_ALGO; in encrypt_group_message()
644 data.algorithm = MEGOLM_ALGO; in encrypt_group_message()
819 sessionData.algorithm = mtx::crypto::MEGOLM_ALGO; in backup_session_key()
903 if (session.algorithm != mtx::crypto::MEGOLM_ALGO) in lookup_keybackup()
962 request.algorithm = MEGOLM_ALGO; in send_key_request_for()
994 if (req.content.algorithm != MEGOLM_ALGO) { in handle_key_request_message()
1084 forward_key.algorithm = MEGOLM_ALGO; in handle_key_request_message()