/external/nos/host/generic/libnos/generator/test/ |
D | Android.bp | 20 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 …]
|
D | test.cpp | 28 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/ |
D | avb_tools.h | 19 << 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);
|
D | nugget_tools.cc | 49 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 …]
|
D | nugget_tools.h | 16 << 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);
|
D | avb_tools.cc | 27 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()
|
D | keymaster_tools.h | 15 void SetRootOfTrust(nos::NuggetClientInterface *client);
|
/external/nos/host/generic/libnos/ |
D | BUILD | 8 "include/nos/debug.h", 9 "include/nos/AppClient.h", 10 "include/nos/NuggetClient.h", 11 "include/nos/NuggetClientInterface.h",
|
/external/nos/host/generic/ |
D | Android.bp | 54 …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/ |
D | v3_cpols.c | 87 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/ |
D | service.cpp | 44 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/ |
D | BUILD | 126 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/ |
D | Android.bp | 21 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/ |
D | Android.bp | 21 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/ |
D | Android.bp | 21 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/ |
D | AuthSecret.cpp | 101 << ::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/ |
D | service.cpp | 36 using ::nos::CitadeldProxyClient; 37 using ::nos::AppClient;
|
/external/nos/host/android/hals/oemlock/citadel/ |
D | service.cpp | 35 using ::nos::CitadeldProxyClient; 36 using ::nos::AppClient;
|
/external/nos/test/system-test-harness/ |
D | METADATA | 1 name: "nos-tests" 3 "nos-tests contains tests directed at Citadel. Tests run "
|
/external/nos/test/system-test-harness/src/ |
D | keymaster-provision-tests.cc | 30 static unique_ptr<nos::NuggetClientInterface> client; 41 unique_ptr<nos::NuggetClientInterface> KeymasterProvisionTest::client; 54 client = unique_ptr<nos::NuggetClientInterface>(); in TearDownTestCase()
|
D | keymaster-import-wrapped-key-tests.cc | 32 static unique_ptr<nos::NuggetClientInterface> client; 40 unique_ptr<nos::NuggetClientInterface> ImportWrappedKeyTest::client; 59 client = unique_ptr<nos::NuggetClientInterface>(); in TearDownTestCase()
|
D | nugget_core_tests.cc | 25 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/ |
D | debug.h | 23 namespace nos {
|
/external/nos/host/generic/libnos_datagram/ |
D | BUILD | 4 "include/nos/device.h",
|
/external/nos/host/generic/libnos_transport/ |
D | BUILD | 7 "include/nos/transport.h",
|