Searched refs:SecretkeeperProxy (Results 1 – 1 of 1) sorted by relevance
1630 Ok(BnSecretkeeper::new_binder(SecretkeeperProxy(sk), BinderFeatures::default())) in getSecretkeeper()1652 struct SecretkeeperProxy(Strong<dyn ISecretkeeper>); struct1654 impl Interface for SecretkeeperProxy {} implementation1656 impl ISecretkeeper for SecretkeeperProxy { implementation