Home
last modified time | relevance | path

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

/dports/net-im/libsignal-client/libsignal-client-0.9.6/rust/protocol/src/ratchet/
H A Dparams.rs12 their_identity_key: IdentityKey, field
22 their_identity_key: IdentityKey, in new()
30 their_identity_key, in new()
48 pub fn their_identity_key(&self) -> &IdentityKey { in their_identity_key() method
49 &self.their_identity_key in their_identity_key()
74 their_identity_key: IdentityKey, field
84 their_identity_key: IdentityKey, in new()
92 their_identity_key, in new()
118 pub fn their_identity_key(&self) -> &IdentityKey { in their_identity_key() method
119 &self.their_identity_key in their_identity_key()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/rust/protocol/src/
H A Dsession.rs34 let their_identity_key = message.identity_key(); in process_prekey() localVariable
39 their_identity_key, in process_prekey()
62 .save_identity(remote_address, their_identity_key, ctx) in process_prekey()
136 let their_identity_key = bundle.identity_key()?; in process_prekey_bundle() localVariable
139 .is_trusted_identity(remote_address, their_identity_key, Direction::Sending, ctx) in process_prekey_bundle()
147 if !their_identity_key.public_key().verify_signature( in process_prekey_bundle()
170 *their_identity_key, in process_prekey_bundle()
195 .save_identity(remote_address, their_identity_key, ctx) in process_prekey_bundle()
H A Dsession_cipher.rs42 let their_identity_key = session_state in message_encrypt() localVariable
67 &their_identity_key, in message_encrypt()
88 &their_identity_key, in message_encrypt()
101 their_identity_key in message_encrypt()
114 .save_identity(remote_address, &their_identity_key, ctx) in message_encrypt()
244 let their_identity_key = session_record in message_decrypt_signal() localVariable
252 &their_identity_key, in message_decrypt_signal()
260 their_identity_key in message_decrypt_signal()
272 .save_identity(remote_address, &their_identity_key, ctx) in message_decrypt_signal()
515 let their_identity_key = state in decrypt_message_with_state() localVariable
[all …]
H A Dratchet.rs50 &our_base_private_key.calculate_agreement(parameters.their_identity_key().public_key())?, in initialize_alice_session()
72 remote_identity_public: parameters.their_identity_key().serialize().to_vec(), in initialize_alice_session()
105 .calculate_agreement(parameters.their_identity_key().public_key())?, in initialize_bob_session()
135 remote_identity_public: parameters.their_identity_key().serialize().to_vec(), in initialize_bob_session()
/dports/net/libsignal-protocol-c/libsignal-protocol-c-2.3.3/src/
H A Dratchet.c617 ec_public_key *their_identity_key; member
625 ec_public_key *their_identity_key; member
638 ec_public_key *their_identity_key; member
649 ec_public_key *their_identity_key) in symmetric_signal_protocol_parameters_create() argument
671 SIGNAL_REF(their_identity_key); in symmetric_signal_protocol_parameters_create()
677 result->their_identity_key = their_identity_key; in symmetric_signal_protocol_parameters_create()
716 return parameters->their_identity_key; in symmetric_signal_protocol_parameters_get_their_identity_key()
760 SIGNAL_REF(their_identity_key); in alice_signal_protocol_parameters_create()
765 result->their_identity_key = their_identity_key; in alice_signal_protocol_parameters_create()
823 SIGNAL_REF(their_identity_key); in bob_signal_protocol_parameters_create()
[all …]
H A Dsession_builder.c53 ec_public_key *their_identity_key = pre_key_signal_message_get_identity_key(message); in session_builder_process_pre_key_signal_message() local
57 their_identity_key); in session_builder_process_pre_key_signal_message()
74 their_identity_key); in session_builder_process_pre_key_signal_message()
200 ec_public_key *their_identity_key = 0; in session_builder_process_pre_key_bundle() local
270 their_identity_key = session_pre_key_bundle_get_identity_key(bundle); in session_builder_process_pre_key_bundle()
287 their_identity_key, in session_builder_process_pre_key_bundle()
333 their_identity_key); in session_builder_process_pre_key_bundle()
H A Dratchet.h53 ec_public_key *their_identity_key);
66 ec_public_key *their_identity_key,
78 ec_public_key *their_identity_key,
/dports/net-im/dino/dino-0.2.2/plugins/signal-protocol/libsignal-protocol-c/src/
H A Dratchet.c617 ec_public_key *their_identity_key; member
625 ec_public_key *their_identity_key; member
638 ec_public_key *their_identity_key; member
649 ec_public_key *their_identity_key) in symmetric_signal_protocol_parameters_create() argument
671 SIGNAL_REF(their_identity_key); in symmetric_signal_protocol_parameters_create()
677 result->their_identity_key = their_identity_key; in symmetric_signal_protocol_parameters_create()
716 return parameters->their_identity_key; in symmetric_signal_protocol_parameters_get_their_identity_key()
760 SIGNAL_REF(their_identity_key); in alice_signal_protocol_parameters_create()
765 result->their_identity_key = their_identity_key; in alice_signal_protocol_parameters_create()
823 SIGNAL_REF(their_identity_key); in bob_signal_protocol_parameters_create()
[all …]
H A Dsession_builder.c53 ec_public_key *their_identity_key = pre_key_signal_message_get_identity_key(message); in session_builder_process_pre_key_signal_message() local
57 their_identity_key); in session_builder_process_pre_key_signal_message()
74 their_identity_key); in session_builder_process_pre_key_signal_message()
200 ec_public_key *their_identity_key = 0; in session_builder_process_pre_key_bundle() local
270 their_identity_key = session_pre_key_bundle_get_identity_key(bundle); in session_builder_process_pre_key_bundle()
287 their_identity_key, in session_builder_process_pre_key_bundle()
333 their_identity_key); in session_builder_process_pre_key_bundle()
H A Dratchet.h53 ec_public_key *their_identity_key);
66 ec_public_key *their_identity_key,
78 ec_public_key *their_identity_key,
/dports/security/olm/olm-3.2.6/src/
H A Dsession.cpp125 _olm_curve25519_public_key const * their_identity_key, in new_inbound_session() argument
131 if (!check_message_fields(reader, their_identity_key)) { in new_inbound_session()
136 if (reader.identity_key && their_identity_key) { in new_inbound_session()
138 their_identity_key->public_key, reader.identity_key, CURVE25519_KEY_LENGTH in new_inbound_session()
219 _olm_curve25519_public_key const * their_identity_key, in matches_inbound_session() argument
225 if (!check_message_fields(reader, their_identity_key)) { in matches_inbound_session()
235 if (their_identity_key) { in matches_inbound_session()
237 their_identity_key->public_key, alice_identity_key.public_key, in matches_inbound_session()
H A Dolm.cpp508 void const * their_identity_key, size_t their_identity_key_length, in olm_create_outbound_session() argument
512 std::uint8_t const * id_key = from_c(their_identity_key); in olm_create_outbound_session()
558 void const * their_identity_key, size_t their_identity_key_length, in olm_create_inbound_session_from() argument
561 std::uint8_t const * id_key = from_c(their_identity_key); in olm_create_inbound_session_from()
641 void const * their_identity_key, size_t their_identity_key_length, in olm_matches_inbound_session_from() argument
644 std::uint8_t const * id_key = from_c(their_identity_key); in olm_matches_inbound_session_from()
/dports/security/olm/olm-3.2.6/include/olm/
H A Dsession.hh66 _olm_curve25519_public_key const * their_identity_key,
89 _olm_curve25519_public_key const * their_identity_key,
H A Dolm.h313 void const * their_identity_key, size_t their_identity_key_length,
338 void const * their_identity_key, size_t their_identity_key_length,
390 void const * their_identity_key, size_t their_identity_key_length,
/dports/net-im/libsignal-client/libsignal-client-0.9.6/rust/bridge/shared/src/
H A Dprotocol.rs903 their_identity_key: &PublicKey, in SessionRecord_InitializeAliceSession()
914 let their_identity_key = IdentityKey::new(*their_identity_key); in SessionRecord_InitializeAliceSession() localVariable
921 their_identity_key, in SessionRecord_InitializeAliceSession()
938 their_identity_key: &PublicKey, in SessionRecord_InitializeBobSession()
950 let their_identity_key = IdentityKey::new(*their_identity_key); in SessionRecord_InitializeBobSession() localVariable
957 their_identity_key, in SessionRecord_InitializeBobSession()
/dports/security/olm/olm-3.2.6/javascript/
H A Dindex.d.ts42 account: Account, their_identity_key: string, their_one_time_key: string,
/dports/net-im/profanity/profanity-0.11.1/src/omemo/
H A Domemo.c995 ec_public_key* their_identity_key; in omemo_on_message_recv() local
1001 their_identity_key = pre_key_signal_message_get_identity_key(message); in omemo_on_message_recv()
1008 ec_public_key_serialize(&identity_buffer, their_identity_key); in omemo_on_message_recv()