OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:authsecret
(Results
1 - 9
of
9
) sorted by null
/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
/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/
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
/device/google/cuttlefish/shared/sepolicy/
file_contexts
55
/vendor/bin/hw/android\.hardware\.
authsecret
@1\.0-service u:object_r:hal_authsecret_default_exec:s0
/external/nos/host/android/hals/authsecret/test/
test.cpp
23
#include <
AuthSecret
.h>
30
using ::android::hardware::
authsecret
::
AuthSecret
;
72
AuthSecret
hal{client};
89
AuthSecret
hal{client};
106
AuthSecret
hal{client};
134
AuthSecret
hal{client};
151
AuthSecret
hal{client};
167
AuthSecret
hal{client};
182
AuthSecret
hal{client}
[
all
...]
/device/google/cuttlefish/shared/
device.mk
202
#
Authsecret
HAL
205
android.hardware.
authsecret
@1.0-service
/external/tcpdump/
print-esp.c
116
u_char
authsecret
[256];
member in struct:sa_list
/device/google/bonito/
device.mk
677
android.hardware.
authsecret
@1.0-service.citadel \
[
all
...]
/device/google/crosshatch/
device.mk
649
android.hardware.
authsecret
@1.0-service.citadel \
[
all
...]
Completed in 282 milliseconds