Home
last modified time | relevance | path

Searched defs:OwnedDiceArtifactsWithExplicitKey (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/secretkeeper/client/src/
H A Ddice.rs29 pub struct OwnedDiceArtifactsWithExplicitKey { struct
34 impl OwnedDiceArtifactsWithExplicitKey { implementation
58 impl fmt::Debug for OwnedDiceArtifactsWithExplicitKey { implementation
64 impl DiceArtifacts for OwnedDiceArtifactsWithExplicitKey { implementation
H A Dauthgraph_dev.rs52 dice_artifacts: &OwnedDiceArtifactsWithExplicitKey, in new()
H A Dlib.rs70 dice: &OwnedDiceArtifactsWithExplicitKey, in new()
/aosp_15_r20/hardware/interfaces/security/secretkeeper/aidl/vts/
H A Ddice_sample.rs113 pub fn make_explicit_owned_dice(security_version: u64) -> OwnedDiceArtifactsWithExplicitKey { in make_explicit_owned_dice()
121 ) -> OwnedDiceArtifactsWithExplicitKey {
127 pub fn make_large_explicit_owned_dice(security_version: u64) -> OwnedDiceArtifactsWithExplicitKey { in make_large_explicit_owned_dice()
H A Dsecretkeeper_test_client.rs141 dice_artifacts: OwnedDiceArtifactsWithExplicitKey, in with_identity()
158 dice_artifacts: OwnedDiceArtifactsWithExplicitKey, in create()