Home
last modified time | relevance | path

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

/aosp_15_r20/system/secretkeeper/hal/src/
H A Dlib.rs38 pub struct SecretkeeperService<T: SerializedChannel + 'static> { struct
43 impl<T: SerializedChannel + 'static> SecretkeeperService<T> { implementation
61 impl<T: SerializedChannel> binder::Interface for SecretkeeperService<T> {} implementation
64 impl<T: SerializedChannel> ISecretkeeper for SecretkeeperService<T> { implementation
/aosp_15_r20/trusty/user/app/secretkeeper/
Dlib.rs149 struct SecretkeeperService { struct
154 impl tipc::Service for SecretkeeperService { implementation