Home
last modified time | relevance | path

Searched refs:AuthSecret (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/authsecret/1.0/default/
Dservice.cpp27 using android::hardware::authsecret::V1_0::implementation::AuthSecret;
35 sp<IAuthSecret> authSecret = new AuthSecret; in main()
DAuthSecret.cpp10 Return<void> AuthSecret::primaryUserCredential(const hidl_vec<uint8_t>& secret) { in primaryUserCredential()
DAndroid.bp8 "AuthSecret.cpp",
DAuthSecret.h22 struct AuthSecret : public IAuthSecret { struct