Searched refs:authsecret (Results 1 – 9 of 9) sorted by relevance
18 name: "android.hardware.authsecret@1.0-service.citadel",19 init_rc: ["android.hardware.authsecret@1.0-service.citadel.rc"],26 "android.hardware.authsecret@1.0",27 "android.hardware.authsecret@1.0-impl.nos",
32 using ::android::hardware::authsecret::AuthSecret;51 sp<AuthSecret> authsecret = new AuthSecret(citadeldProxy); in main() local52 const status_t status = authsecret->registerAsService(); in main()
1 service vendor.authsecret_hal /vendor/bin/hw/android.hardware.authsecret@1.0-service.citadel
18 name: "android.hardware.authsecret@1.0-impl.nos_test",29 "android.hardware.authsecret@1.0",30 "android.hardware.authsecret@1.0-impl.nos",
30 using ::android::hardware::authsecret::AuthSecret;
26 namespace authsecret {28 using ::android::hardware::authsecret::V1_0::IAuthSecret;
18 name: "android.hardware.authsecret@1.0-impl.nos",28 "android.hardware.authsecret@1.0",
31 namespace authsecret { namespace
116 u_char authsecret[256]; member