Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Virtualization/android/virtmgr/src/
Daidl.rs2032 struct SecretkeeperProxy(Strong<dyn ISecretkeeper>); struct
2034 impl Interface for SecretkeeperProxy {} implementation
2036 impl ISecretkeeper for SecretkeeperProxy { implementation