Home
last modified time | relevance | path

Searched refs:keyexchange (Results 1 – 5 of 5) sorted by relevance

/system/authgraph/boringssl/src/
Dtests.rs24 keyexchange,
93 let mut source = keyexchange::AuthGraphParticipant::new( in test_key_exchange_protocol()
96 keyexchange::MAX_OPENED_SESSIONS, in test_key_exchange_protocol()
100 let mut sink = keyexchange::AuthGraphParticipant::new( in test_key_exchange_protocol()
103 keyexchange::MAX_OPENED_SESSIONS, in test_key_exchange_protocol()
119 let mut source = keyexchange::AuthGraphParticipant::new( in test_ke_with_newer_source()
122 keyexchange::MAX_OPENED_SESSIONS, in test_ke_with_newer_source()
126 let mut sink = keyexchange::AuthGraphParticipant::new( in test_ke_with_newer_source()
129 keyexchange::MAX_OPENED_SESSIONS, in test_ke_with_newer_source()
144 let mut source = keyexchange::AuthGraphParticipant::new( in test_ke_with_newer_sink()
[all …]
/system/authgraph/tests/src/
Dlib.rs8 use authgraph_core::keyexchange;
462 pub fn test_key_exchange_create(source: &mut keyexchange::AuthGraphParticipant) { in test_key_exchange_create()
482 source: &mut keyexchange::AuthGraphParticipant, in test_key_exchange_init()
483 sink: &mut keyexchange::AuthGraphParticipant, in test_key_exchange_init()
485 let keyexchange::SessionInitiationInfo { in test_key_exchange_init() localVariable
500 source: &mut keyexchange::AuthGraphParticipant, in test_key_exchange_finish()
501 sink: &mut keyexchange::AuthGraphParticipant, in test_key_exchange_finish()
503 let keyexchange::SessionInitiationInfo { in test_key_exchange_finish() localVariable
510 let keyexchange::KeInitResult { in test_key_exchange_finish() localVariable
512 keyexchange::SessionInitiationInfo { in test_key_exchange_finish()
[all …]
/system/authgraph/core/src/
Dta.rs19 use crate::{ag_err, error::Error, keyexchange};
58 ag_participant: keyexchange::AuthGraphParticipant,
64 pub fn new(ag_participant: keyexchange::AuthGraphParticipant, role: Role) -> Self { in new()
Dlib.rs26 pub mod keyexchange; module
/system/secretkeeper/client/src/
Dlib.rs27 use authgraph_core::keyexchange as ke;