HomeSort by relevance Sort by last modified time
    Searched defs:authsecret (Results 1 - 7 of 7) sorted by null

  /external/nos/host/android/hals/authsecret/citadel/
service.cpp 24 #include <AuthSecret.h>
32 using ::android::hardware::authsecret::AuthSecret;
37 LOG(INFO) << "AuthSecret HAL service starting";
51 sp<AuthSecret> authsecret = new AuthSecret(citadeldProxy); local
52 const status_t status = authsecret->registerAsService();
54 LOG(FATAL) << "Failed to register AuthSecret as a service (status: " << status << ")";
  /external/nos/host/android/hals/authsecret/include/
AuthSecret.h 20 #include <android/hardware/authsecret/1.0/IAuthSecret.h>
26 namespace authsecret { namespace in namespace:android::hardware
28 using ::android::hardware::authsecret::V1_0::IAuthSecret;
34 struct AuthSecret : public IAuthSecret {
35 AuthSecret(NuggetClientInterface& client) : _client(client) {}
36 ~AuthSecret() override = default;
38 // Methods from ::android::hardware::authsecret::V1_0::IAuthSecret follow.
45 } // namespace authsecret
  /hardware/interfaces/authsecret/1.0/default/
AuthSecret.cpp 1 #include "AuthSecret.h"
5 namespace authsecret { namespace in namespace:android::hardware
9 // Methods from ::android::hardware::authsecret::V1_0::IAuthSecret follow.
10 Return<void> AuthSecret::primaryUserCredential(const hidl_vec<uint8_t>& secret) {
41 } // namespace authsecret
AuthSecret.h 4 #include <android/hardware/authsecret/1.0/IAuthSecret.h>
10 namespace authsecret { namespace in namespace:android::hardware
22 struct AuthSecret : public IAuthSecret {
23 // Methods from ::android::hardware::authsecret::V1_0::IAuthSecret follow.
31 } // namespace authsecret
  /hardware/interfaces/authsecret/1.0/vts/functional/
VtsHalAuthSecretV1_0TargetTest.cpp 17 #include <android/hardware/authsecret/1.0/IAuthSecret.h>
23 using ::android::hardware::authsecret::V1_0::IAuthSecret;
47 authsecret = ::testing::VtsHalHidlTargetTestBase::getService<IAuthSecret>(
49 ASSERT_NE(authsecret, nullptr);
53 authsecret->primaryUserCredential(CORRECT_SECRET);
56 sp<IAuthSecret> authsecret; member in struct:AuthSecretHidlTest
69 authsecret->primaryUserCredential(CORRECT_SECRET);
77 authsecret->primaryUserCredential(CORRECT_SECRET);
87 authsecret->primaryUserCredential(WRONG_SECRET);
  /external/nos/host/android/hals/authsecret/
AuthSecret.cpp 17 #include "AuthSecret.h"
27 #include <AuthSecret.h>
31 namespace authsecret { namespace in namespace:android::hardware
152 // Methods from ::android::hardware::authsecret::V1_0::IAuthSecret follow.
153 Return<void> AuthSecret::primaryUserCredential(const hidl_vec<uint8_t>& secret) {
154 LOG(VERBOSE) << "Running AuthSecret::primaryUserCredential";
167 } // namespace authsecret
  /external/tcpdump/
print-esp.c 116 u_char authsecret[256]; member in struct:sa_list

Completed in 98 milliseconds