Home
last modified time | relevance | path

Searched defs:source_identity (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/authgraph/boringssl/src/
H A Dtests.rs218 let source_identity = Identity::from_slice(&source_cbor_identity).unwrap(); in test_key_exchange_with_non_empty_dice_chains() localVariable
248 let source_identity = Identity::from_slice(&source_cbor_identity).unwrap(); in test_key_exchange_with_mixed_dice_chains() localVariable
/aosp_15_r20/system/authgraph/core/src/
H A Dkeyexchange.rs586 let mut source_identity: Option<Identity> = None; in decrypt_and_validate_shared_key_arcs() localVariable
630 let source_identity = source_identity.unwrap(); in decrypt_and_validate_shared_key_arcs() localVariable
704 let source_identity = permissions.source_id.ok_or_else(|| { in process_shared_key_arc_headers() localVariable