Home
last modified time | relevance | path

Searched defs:AuthGraphParticipant (Results 1 – 4 of 4) sorted by relevance

/system/authgraph/tests/src/
Dlib.rs479 pub fn test_key_exchange_create(source: &mut keyexchange::AuthGraphParticipant) { in test_key_exchange_create()
499 source: &mut keyexchange::AuthGraphParticipant, in test_key_exchange_init()
500 sink: &mut keyexchange::AuthGraphParticipant, in test_key_exchange_init()
517 source: &mut keyexchange::AuthGraphParticipant, in test_key_exchange_finish()
518 sink: &mut keyexchange::AuthGraphParticipant, in test_key_exchange_finish()
552 source: &mut keyexchange::AuthGraphParticipant, in test_key_exchange_auth_complete()
553 sink: &mut keyexchange::AuthGraphParticipant, in test_key_exchange_auth_complete()
602 source_newer: &mut keyexchange::AuthGraphParticipant, in test_ke_with_newer_source()
603 sink: &mut keyexchange::AuthGraphParticipant, in test_ke_with_newer_source()
656 source: &mut keyexchange::AuthGraphParticipant, in test_ke_with_newer_sink()
[all …]
/system/authgraph/core/src/
Dkeyexchange.rs64 pub struct AuthGraphParticipant { struct
65 crypto: CryptoTraitImpl,
66 device: Rc<RefCell<dyn Device>>,
67 opened_ke_sessions: OpenedSessions,
68 opened_shared_sessions: OpenedSessions,
111 impl AuthGraphParticipant { impl
Dta.rs64 pub fn new(ag_participant: keyexchange::AuthGraphParticipant, role: Role) -> Self { in new()
/system/secretkeeper/client/src/
Dlib.rs235 local_source: &mut ke::AuthGraphParticipant, in key_exchange()