Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Virtualization/android/virtmgr/src/
Daidl.rs2064 struct AuthGraphKeyExchangeProxy(Strong<dyn IAuthGraphKeyExchange>); struct
2066 impl Interface for AuthGraphKeyExchangeProxy {} implementation
2068 impl IAuthGraphKeyExchange for AuthGraphKeyExchangeProxy { implementation