Home
last modified time | relevance | path

Searched defs:next_chain_key (Results 1 – 9 of 9) sorted by relevance

/dports/net-im/libsignal-client/libsignal-client-0.9.6/rust/protocol/src/ratchet/
H A Dkeys.rs103 pub fn next_chain_key(&self) -> Result<Self> { in next_chain_key() method
199 let next_chain_key = [ in test_chain_key_derivation_v2() localVariable
234 let next_chain_key = [ in test_chain_key_derivation_v3() localVariable
/dports/net/libsignal-protocol-c/libsignal-protocol-c-2.3.3/tests/
H A Dtest_ratchet.c81 ratchet_chain_key *next_chain_key; in START_TEST() local
153 ratchet_chain_key *next_chain_key; in START_TEST() local
236 ratchet_chain_key *next_chain_key; in START_TEST() local
/dports/net-im/dino/dino-0.2.2/plugins/signal-protocol/libsignal-protocol-c/tests/
H A Dtest_ratchet.c81 ratchet_chain_key *next_chain_key; in START_TEST() local
153 ratchet_chain_key *next_chain_key; in START_TEST() local
236 ratchet_chain_key *next_chain_key; in START_TEST() local
/dports/net/libsignal-protocol-c/libsignal-protocol-c-2.3.3/src/
H A Dgroup_cipher.c76 sender_chain_key *next_chain_key = 0; in group_cipher_encrypt() local
248 sender_chain_key *next_chain_key = 0; in group_cipher_get_sender_key() local
H A Dsession_cipher.c106 ratchet_chain_key *next_chain_key = 0; in session_cipher_encrypt() local
653 ratchet_chain_key *next_chain_key = 0; in session_cipher_get_or_create_message_keys() local
H A Dratchet.c228 …tchet_chain_key_create_next(const ratchet_chain_key *chain_key, ratchet_chain_key **next_chain_key) in ratchet_chain_key_create_next()
/dports/net-im/dino/dino-0.2.2/plugins/signal-protocol/libsignal-protocol-c/src/
H A Dgroup_cipher.c76 sender_chain_key *next_chain_key = 0; in group_cipher_encrypt() local
248 sender_chain_key *next_chain_key = 0; in group_cipher_get_sender_key() local
H A Dsession_cipher.c106 ratchet_chain_key *next_chain_key = 0; in session_cipher_encrypt() local
653 ratchet_chain_key *next_chain_key = 0; in session_cipher_get_or_create_message_keys() local
H A Dratchet.c228 …tchet_chain_key_create_next(const ratchet_chain_key *chain_key, ratchet_chain_key **next_chain_key) in ratchet_chain_key_create_next()