Home
last modified time | relevance | path

Searched refs:origin (Results 1 – 25 of 86) sorted by relevance

1234

/system/weaved/libweaved/
Dcommand.cc110 std::string origin; in GetOrigin() local
113 origin.assign(ToString(origin16)); in GetOrigin()
114 if (origin == "local") in GetOrigin()
116 else if (origin == "cloud") in GetOrigin()
118 LOG(WARNING) << "Unknown command origin: " << origin; in GetOrigin()
/system/weaved/buffet/
Dbinder_command_proxy_unittest.cc95 weave::Command::Origin origin; in GetCommandOrigin() local
98 EXPECT_TRUE(StringToEnum(ToString(origin_string), &origin)); in GetCommandOrigin()
99 return origin; in GetCommandOrigin()
Dbinder_command_proxy.cc75 android::String16* origin) { in getOrigin() argument
79 *origin = ToString16(EnumToString(command->GetOrigin())); in getOrigin()
Dbinder_command_proxy.h39 android::binder::Status getOrigin(android::String16* origin) override;
/system/tpm/attestation/common/
Dcommon.proto41 // Like above, but it also includes a stable ID and origin.
42 // CN=<origin-specific device identifier>
43 // OU=<origin>
Dinterface.proto45 // If the |certificate_profile| is intended to be bound to a particular origin
46 // this field specifies the origin. For most profiles this is not required.
47 optional string origin = 6; field
Dattestation_ca.proto76 // Information about the origin of the request which may be used depending on
78 optional string origin = 12; field
Dprint_interface_proto.cc107 base::StringAppendF(&output, "%s", value.origin().c_str()); in GetProtoDebugStringWithIndent()
/system/tpm/attestation/server/
Dattestation_service.h204 const std::string& origin,
267 int ChooseTemporalIndex(const std::string& user, const std::string& origin);
Dattestation_service.cc142 request.origin(), in CreateGoogleAttestedKeyTask()
605 const std::string& origin, in CreateCertificateRequest() argument
625 if (!origin.empty() && in CreateCertificateRequest()
627 request_pb.set_origin(origin); in CreateCertificateRequest()
628 request_pb.set_temporal_index(ChooseTemporalIndex(username, origin)); in CreateCertificateRequest()
866 const std::string& origin) { in ChooseTemporalIndex() argument
868 std::string origin_hash = crypto::SHA256HashString(origin); in ChooseTemporalIndex()
Ddbus_service_test.cc94 EXPECT_EQ("origin", request.origin()); in TEST_F()
/system/keymaster/include/keymaster/
Dkeymaster_context.h104 keymaster_key_origin_t origin,
Dsoft_keymaster_context.h67 keymaster_error_t CreateKeyBlob(const AuthorizationSet& auths, keymaster_key_origin_t origin,
/system/keymaster/
Dattestation_record.cpp99 ASN1_INTEGER* origin; member
130 ASN1_EXP_OPT(KM_AUTH_LIST, origin, ASN1_INTEGER, TAG_ORIGIN.masked_tag()),
263 integer_ptr = &record->origin; in build_auth_list()
643 if (!get_enum(record->origin, TAG_ORIGIN, auth_list)) in extract_auth_list()
Dsoft_keymaster_context.cpp409 keymaster_key_origin_t origin, uint32_t os_version, in SetAuthorizations() argument
442 sw_enforced->push_back(TAG_ORIGIN, origin); in SetAuthorizations()
450 const keymaster_key_origin_t origin, in CreateKeyBlob() argument
455 keymaster_error_t error = SetAuthorizations(key_description, origin, os_version_, in CreateKeyBlob()
/system/tpm/attestation/client/
Ddbus_proxy_test.cc60 EXPECT_EQ("origin", request_proto.origin()); in TEST_F()
/system/bt/stack/btm/
Dbtm_inq.c2245 UINT8 origin, period_ms_t timeout_ms, in btm_initiate_rem_name() argument
2257 if (origin == BTM_RMT_NAME_SEC) in btm_initiate_rem_name()
2267 else if (origin == BTM_RMT_NAME_EXT) in btm_initiate_rem_name()
/system/core/adb/
Dsysdeps_win32.cpp349 static int _fh_file_lseek( FH f, int pos, int origin ) { in _fh_file_lseek() argument
353 switch (origin) in _fh_file_lseek()
739 static int _fh_socket_lseek( FH f, int pos, int origin ) { in _fh_socket_lseek() argument
/system/extras/memory_replay/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/system/tpm/attestation/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/system/extras/pagecache/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/system/core/libnetutils/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/system/extras/showslab/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/system/core/debuggerd/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.
/system/tools/aidl/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.

1234