Home
last modified time | relevance | path

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

/system/authgraph/core/src/
Dkeyexchange.rs25 SaltInput, SessionIdInput, AES_256_KEY_LEN, SHA_256_LEN,
205 SessionIdInput { sink_ke_nonce: own_nonce.clone(), source_ke_nonce: peer_nonce }, in init()
303 SessionIdInput { sink_ke_nonce: peer_nonce, source_ke_nonce: own_ke_nonce }, in finish()
495 session_id_input: SessionIdInput, in compute_sign_session_id() argument
Dkey.rs455 pub struct SessionIdInput { struct
1002 impl AsCborValue for SessionIdInput { implementation
1017 impl CborSerializable for SessionIdInput {} implementation