Home
last modified time | relevance | path

Searched refs:sharedsecret (Results 1 – 8 of 8) sorted by relevance

/device/google/cuttlefish/guest/hals/keymint/rust/
DAndroid.bp54 name: "android.hardware.security.sharedsecret-service.rust.xml",
57 src: "android.hardware.security.sharedsecret-service.rust.xml",
92 "android.hardware.security.sharedsecret-service.rust.xml",
/device/google/cuttlefish/guest/hals/keymint/remote/
DAndroid.bp26 "android.hardware.security.sharedsecret-service.remote.xml",
37 "android.hardware.security.sharedsecret-V1-ndk",
Dremote_shared_secret.h26 namespace aidl::android::hardware::security::sharedsecret {
Dremote_shared_secret.cpp26 namespace aidl::android::hardware::security::sharedsecret { namespace
Dservice.cpp45 using aidl::android::hardware::security::sharedsecret::RemoteSharedSecret;
/device/google/gs-common/dauntless/sepolicy/
Dservice_contexts2 android.hardware.security.sharedsecret.ISharedSecret/strongbox u:object_r:hal_sharedsecret_service…
/device/google/cuttlefish/shared/sepolicy/vendor/
Dservice_contexts16 android.hardware.security.sharedsecret.ISharedSecret/gatekeeper u:object_r:hal_gatekeeper_service:s0
/device/google/cuttlefish/guest/hals/keymint/rust/src/
Dkeymint_hal_main.rs142 let secret_service = kmr_hal::sharedsecret::Device::new_as_binder(channel.clone()); in inner_main()