Home
last modified time | relevance | path

Searched refs:nos (Results 1 – 25 of 80) sorted by relevance

1234

/external/nos/host/generic/libnos/generator/test/
DAndroid.bp20 srcs: ["nos/generator/test/test.proto"],
21 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
22 cmd: GEN_SERVICE_SOURCE + "-Iexternal/nos/host/generic/libnos/generator/test",
28 srcs: ["nos/generator/test/test.proto"],
29 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
30 cmd: GEN_SERVICE_HEADER + "-Iexternal/nos/host/generic/libnos/generator/test",
36 srcs: ["nos/generator/test/test.proto"],
37 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
38 cmd: GEN_SERVICE_MOCK + "-Iexternal/nos/host/generic/libnos/generator/test",
42 name: "protoc-gen-nos-client-cpp_test",
[all …]
Dtest.cpp28 using ::nos::MockNuggetClient;
29 using ::nos::generator::test::EmptyRequest;
30 using ::nos::generator::test::EmptyResponse;
31 using ::nos::generator::test::GreetRequest;
32 using ::nos::generator::test::GreetResponse;
33 using ::nos::generator::test::Hello;
34 using ::nos::generator::test::IHello;
35 using ::nos::generator::test::MockHello;
/external/nos/test/system-test-harness/tools/
Davb_tools.h19 << value << " is " << nos::StatusCodeString(value) << msg; \
32 void SetBootloader(nos::NuggetClientInterface *client);
33 void BootloaderDone(nos::NuggetClientInterface *client);
34 void GetState(nos::NuggetClientInterface *client, bool *bootloader,
36 int Reset(nos::NuggetClientInterface *client, ResetRequest_ResetKind kind,
38 int GetResetChallenge(nos::NuggetClientInterface *client,
41 int SetProduction(nos::NuggetClientInterface *client, bool production,
43 void ResetProduction(nos::NuggetClientInterface *client);
Dnugget_tools.cc49 std::unique_ptr<nos::NuggetClientInterface> MakeNuggetClient() { in MakeNuggetClient()
51 std::unique_ptr<nos::NuggetClientInterface> client = in MakeNuggetClient()
52 std::unique_ptr<nos::NuggetClientInterface>(new nos::NuggetClient()); in MakeNuggetClient()
55 client = std::unique_ptr<nos::NuggetClientInterface>( in MakeNuggetClient()
56 new nos::CitadeldProxyClient()); in MakeNuggetClient()
60 return std::unique_ptr<nos::NuggetClientInterface>( in MakeNuggetClient()
61 new nos::NuggetClient(GetCitadelUSBSerialNo())); in MakeNuggetClient()
65 bool CyclesSinceBoot(nos::NuggetClientInterface *client, uint32_t *cycles) { in CyclesSinceBoot()
98 bool RebootNugget(nos::NuggetClientInterface *client) { in RebootNugget()
154 bool WaitForSleep(nos::NuggetClientInterface *client, uint32_t *seconds_waited) { in WaitForSleep()
[all …]
Dnugget_tools.h16 << value << " is " << nos::StatusCodeString(value) << msg; \
23 std::unique_ptr<nos::NuggetClientInterface> MakeNuggetClient();
26 bool RebootNugget(nos::NuggetClientInterface *client);
30 bool WaitForSleep(nos::NuggetClientInterface *client, uint32_t *seconds_waited);
32 bool WipeUserData(nos::NuggetClientInterface *client);
Davb_tools.cc27 void SetBootloader(nos::NuggetClientInterface *client) in SetBootloader()
30 ::nos::AppClient app(*client, APP_ID_AVB_TEST); in SetBootloader()
41 void BootloaderDone(nos::NuggetClientInterface *client) in BootloaderDone()
49 void GetState(nos::NuggetClientInterface *client, bool *bootloader, in GetState()
70 int Reset(nos::NuggetClientInterface *client, ResetRequest_ResetKind kind, in Reset()
88 int GetResetChallenge(nos::NuggetClientInterface *client, in GetResetChallenge()
109 int SetProduction(nos::NuggetClientInterface *client, bool production, in SetProduction()
128 void ResetProduction(nos::NuggetClientInterface *client) in ResetProduction()
Dkeymaster_tools.h15 void SetRootOfTrust(nos::NuggetClientInterface *client);
/external/nos/host/generic/libnos/
DBUILD8 "include/nos/debug.h",
9 "include/nos/AppClient.h",
10 "include/nos/NuggetClient.h",
11 "include/nos/NuggetClientInterface.h",
/external/nos/host/generic/
DAndroid.bp54 …protoc) --plugin=protoc-gen-nos-client-cpp=$(location protoc-gen-nos-client-cpp) $(in) -Iexternal/…
56 GEN_SERVICE_SOURCE = GEN_SERVICE + " --nos-client-cpp_out=source:$(genDir) "
57 GEN_SERVICE_HEADER = GEN_SERVICE + " --nos-client-cpp_out=header:$(genDir) "
58 GEN_SERVICE_MOCK = GEN_SERVICE + " --nos-client-cpp_out=mock:$(genDir) "
/external/boringssl/src/crypto/x509v3/
Dv3_cpols.c87 static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos);
344 STACK_OF(CONF_VALUE) *nos; in notice_section()
351 nos = X509V3_parse_list(cnf->value); in notice_section()
352 if (!nos || !sk_CONF_VALUE_num(nos)) { in notice_section()
357 ret = nref_nos(nref->noticenos, nos); in notice_section()
358 sk_CONF_VALUE_pop_free(nos, X509V3_conf_free); in notice_section()
384 static int nref_nos(STACK_OF(ASN1_INTEGER) *nnums, STACK_OF(CONF_VALUE) *nos) in nref_nos() argument
391 for (i = 0; i < sk_CONF_VALUE_num(nos); i++) { in nref_nos()
392 cnf = sk_CONF_VALUE_value(nos, i); in nref_nos()
/external/nos/host/android/hals/keymaster/citadel/
Dservice.cpp44 using ::nos::CitadeldProxyClient;
45 using ::nos::AppClient;
65 << ::nos::StatusCodeString(status); in alreadyProvisioned()
112 << ::nos::StatusCodeString(status); in maybeProvision()
/external/nos/host/generic/nugget/proto/
DBUILD126 GEN_SERVICE = "$(location @com_google_protobuf//:protoc) --plugin=protoc-gen-nos-client-cpp=$(locat…
141 " --nos-client-cpp_out=source:$$(dirname $(location nugget/app/avb/Avb.client.cpp)) " +
160 " --nos-client-cpp_out=header:$$(dirname $(location nugget/app/avb/Avb.client.h)) " +
179 … " --nos-client-cpp_out=source:$$(dirname $(location nugget/app/weaver/Weaver.client.cpp)) " +
198 … " --nos-client-cpp_out=header:$$(dirname $(location nugget/app/weaver/Weaver.client.h)) " +
219 …" --nos-client-cpp_out=source:$$(dirname $(location nugget/app/keymaster/Keymaster.client.cpp)) " +
240 … " --nos-client-cpp_out=header:$$(dirname $(location nugget/app/keymaster/Keymaster.client.h)) " +
/external/nos/host/generic/nugget/proto/nugget/app/weaver/
DAndroid.bp21 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
29 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
37 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
/external/nos/host/generic/nugget/proto/nugget/app/avb/
DAndroid.bp21 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
29 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
37 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
/external/nos/host/generic/nugget/proto/nugget/app/keymaster/
DAndroid.bp21 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
29 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
37 tools: ["aprotoc", "protoc-gen-nos-client-cpp"],
/external/nos/host/android/hals/authsecret/
DAuthSecret.cpp101 << ::nos::StatusCodeString(appStatus) << " (" << appStatus << ")"; in TryEnrollCitadelUpdatePassword()
113 LOG(ERROR) << "Citadel failed to reboot: " << ::nos::StatusCodeString(appStatus) in RebootCitadel()
137 LOG(ERROR) << "Citadel enable update failed: " << ::nos::StatusCodeString(appStatus) in TryEnablingCitadelUpdate()
/external/nos/host/android/hals/weaver/citadel/
Dservice.cpp36 using ::nos::CitadeldProxyClient;
37 using ::nos::AppClient;
/external/nos/host/android/hals/oemlock/citadel/
Dservice.cpp35 using ::nos::CitadeldProxyClient;
36 using ::nos::AppClient;
/external/nos/test/system-test-harness/
DMETADATA1 name: "nos-tests"
3 "nos-tests contains tests directed at Citadel. Tests run "
/external/nos/test/system-test-harness/src/
Dkeymaster-provision-tests.cc30 static unique_ptr<nos::NuggetClientInterface> client;
41 unique_ptr<nos::NuggetClientInterface> KeymasterProvisionTest::client;
54 client = unique_ptr<nos::NuggetClientInterface>(); in TearDownTestCase()
Dkeymaster-import-wrapped-key-tests.cc32 static unique_ptr<nos::NuggetClientInterface> client;
40 unique_ptr<nos::NuggetClientInterface> ImportWrappedKeyTest::client;
59 client = unique_ptr<nos::NuggetClientInterface>(); in TearDownTestCase()
Dnugget_core_tests.cc25 static unique_ptr<nos::NuggetClientInterface> client;
31 unique_ptr<nos::NuggetClientInterface> NuggetCoreTest::client;
49 client = unique_ptr<nos::NuggetClientInterface>(); in TearDownTestCase()
/external/nos/host/generic/libnos/include/nos/
Ddebug.h23 namespace nos {
/external/nos/host/generic/libnos_datagram/
DBUILD4 "include/nos/device.h",
/external/nos/host/generic/libnos_transport/
DBUILD7 "include/nos/transport.h",

1234