Searched refs:AuthGraphParticipant (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/security/authgraph/aidl/vts/functional/ |
D | lib.rs | 35 pub fn test_ag_participant() -> Result<ke::AuthGraphParticipant, AgError> { in test_ag_participant() 36 Ok(ke::AuthGraphParticipant::new( in test_ag_participant()
|
D | sink.rs | 23 local_source: &mut ke::AuthGraphParticipant, in test() argument 34 local_source: &mut ke::AuthGraphParticipant, in test_mainline() argument 122 local_source: &mut ke::AuthGraphParticipant, in test_corrupt_sig() argument 178 local_source: &mut ke::AuthGraphParticipant, in test_corrupt_keys() argument
|
D | source.rs | 23 local_sink: &mut ke::AuthGraphParticipant, in test() argument 34 local_sink: &mut ke::AuthGraphParticipant, in test_mainline() argument 129 local_sink: &mut ke::AuthGraphParticipant, in test_corrupt_sig() argument 186 local_sink: &mut ke::AuthGraphParticipant, in test_corrupt_key() argument
|
/hardware/interfaces/security/secretkeeper/default/src/ |
D | lib.rs | 20 use authgraph_core::keyexchange::{AuthGraphParticipant, MAX_OPENED_SESSIONS}; 64 AuthGraphParticipant::new(crypto_impls, sk_ta.clone(), MAX_OPENED_SESSIONS) in new()
|
/hardware/interfaces/security/authgraph/default/src/ |
D | lib.rs | 51 keyexchange::AuthGraphParticipant::new( in new()
|