Home
last modified time | relevance | path

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

/aosp_15_r20/system/authgraph/tests/src/
H A Dlib.rs462 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()
500 source: &mut keyexchange::AuthGraphParticipant, in test_key_exchange_finish()
501 sink: &mut keyexchange::AuthGraphParticipant, in test_key_exchange_finish()
535 source: &mut keyexchange::AuthGraphParticipant, in test_key_exchange_auth_complete()
536 sink: &mut keyexchange::AuthGraphParticipant, in test_key_exchange_auth_complete()
585 source_newer: &mut keyexchange::AuthGraphParticipant, in test_ke_with_newer_source()
586 sink: &mut keyexchange::AuthGraphParticipant, in test_ke_with_newer_source()
639 source: &mut keyexchange::AuthGraphParticipant, in test_ke_with_newer_sink()
[all …]
/aosp_15_r20/hardware/interfaces/security/authgraph/aidl/vts/functional/
H A Dsource.rs23 local_sink: &mut ke::AuthGraphParticipant, in test()
34 local_sink: &mut ke::AuthGraphParticipant, in test_mainline()
129 local_sink: &mut ke::AuthGraphParticipant, in test_corrupt_sig()
186 local_sink: &mut ke::AuthGraphParticipant, in test_corrupt_key()
H A Dsink.rs23 local_source: &mut ke::AuthGraphParticipant, in test()
34 local_source: &mut ke::AuthGraphParticipant, in test_mainline()
122 local_source: &mut ke::AuthGraphParticipant, in test_corrupt_sig()
178 local_source: &mut ke::AuthGraphParticipant, in test_corrupt_keys()
/aosp_15_r20/system/authgraph/core/src/
H A 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
H A Dta.rs64 pub fn new(ag_participant: keyexchange::AuthGraphParticipant, role: Role) -> Self { in new()
/aosp_15_r20/system/secretkeeper/client/src/
H A Dlib.rs216 local_source: &mut ke::AuthGraphParticipant, in key_exchange()