Home
last modified time | relevance | path

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

/dports/net-im/nheko/nheko-0.9.0/src/
H A DChatPage.cpp937 if (auto c = res.one_time_key_counts.find(mtx::crypto::SIGNED_CURVE25519); in verifyOneTimeKeyCountAfterStartup()
939 key_counts[mtx::crypto::SIGNED_CURVE25519] = 0; in verifyOneTimeKeyCountAfterStartup()
941 key_counts[mtx::crypto::SIGNED_CURVE25519] = c->second; in verifyOneTimeKeyCountAfterStartup()
946 "Fetched server key count {} {}", count, mtx::crypto::SIGNED_CURVE25519); in verifyOneTimeKeyCountAfterStartup()
955 if (auto count = counts.find(mtx::crypto::SIGNED_CURVE25519); count != counts.end()) { in ensureOneTimeKeyCount()
957 "Updated server key count {} {}", count->second, mtx::crypto::SIGNED_CURVE25519); in ensureOneTimeKeyCount()
962 nhlog::crypto()->info("uploading {} {} keys", nkeys, mtx::crypto::SIGNED_CURVE25519); in ensureOneTimeKeyCount()
985 std::string(mtx::crypto::SIGNED_CURVE25519); in ensureOneTimeKeyCount()
/dports/net-im/mtxclient/mtxclient-0.6.0/include/mtxclient/crypto/
H A Dtypes.hpp19 constexpr auto SIGNED_CURVE25519 = "signed_curve25519"; variable
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/api/
H A Dconstants.py139 SIGNED_CURVE25519: Final = "signed_curve25519" variable in DeviceKeyAlgorithms
/dports/net-im/mtxclient/mtxclient-0.6.0/tests/
H A De2ee.cpp364 claim_keys.one_time_keys[bob->user_id().to_string()][d] = SIGNED_CURVE25519; in TEST()
450 claim_keys.one_time_keys[alice1->user_id().to_string()][d] = SIGNED_CURVE25519; in TEST()
922 SIGNED_CURVE25519; in TEST()
1077 SIGNED_CURVE25519; in TEST()
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/storage/databases/main/
H A Dend_to_end_keys.py429 result = {DeviceKeyAlgorithms.SIGNED_CURVE25519: 0}
/dports/net-im/nheko/nheko-0.9.0/src/encryption/
H A DOlm.cpp1253 claims.one_time_keys[user][device] = mtx::crypto::SIGNED_CURVE25519; in send_encrypted_to_device_messages()
1454 mtx::crypto::SIGNED_CURVE25519; in send_encrypted_to_device_messages()
/dports/net-im/mtxclient/mtxclient-0.6.0/examples/
H A Dcrypto_bot.cpp466 claim_keys.one_time_keys[member.first][dev] = SIGNED_CURVE25519; in create_outbound_megolm_session()