/device/google/cuttlefish/guest/hals/identity/ |
D | RemoteSecureHardwareProxy.cpp | 127 const vector<int>& accessControlProfileIds, const string& nameSpace, in beginAddEntry() argument 137 uint8AccessControlProfileIds.size(), nameSpace.c_str(), nameSpace.size(), in beginAddEntry() 143 const vector<int>& accessControlProfileIds, const string& nameSpace, in addEntryValue() argument 155 nameSpace.c_str(), nameSpace.size(), in addEntryValue() 322 const string& nameSpace, const string& name, in startRetrieveEntryValue() argument 332 &ctx_, nameSpace.c_str(), nameSpace.size(), name.c_str(), name.size(), in startRetrieveEntryValue() 353 const vector<uint8_t>& encryptedContent, const string& nameSpace, in retrieveEntryValue() argument 365 content.data(), nameSpace.c_str(), nameSpace.size(), name.c_str(), in retrieveEntryValue()
|
D | RemoteSecureHardwareProxy.h | 57 const string& nameSpace, const string& name, 62 const vector<int>& accessControlProfileIds, const string& nameSpace, 125 const string& nameSpace, const string& name, 130 const vector<uint8_t>& encryptedContent, const string& nameSpace,
|
/device/google/cuttlefish/guest/hals/identity/common/ |
D | WritableIdentityCredential.cpp | 212 const vector<int32_t>& accessControlProfileIds, const string& nameSpace, in beginAddEntry() argument 240 entryNameSpace_ = nameSpace; in beginAddEntry() 241 allNameSpaces_.insert(nameSpace); in beginAddEntry() 245 if (nameSpace != entryNameSpace_) { in beginAddEntry() 246 if (allNameSpaces_.find(nameSpace) != allNameSpaces_.end()) { in beginAddEntry() 260 allNameSpaces_.insert(nameSpace); in beginAddEntry() 278 entryNameSpace_ = nameSpace; in beginAddEntry() 284 if (!hwProxy_->beginAddEntry(accessControlProfileIds, nameSpace, name, in beginAddEntry()
|
D | SecureHardwareProxy.h | 92 const string& nameSpace, const string& name, 97 const vector<int>& accessControlProfileIds, const string& nameSpace, 168 const string& nameSpace, const string& name, 173 const vector<uint8_t>& encryptedContent, const string& nameSpace,
|
D | IdentityCredential.cpp | 698 const string& nameSpace, const string& name, int32_t entrySize, in startRetrieveEntryValue() argument 704 if (nameSpace.empty()) { in startRetrieveEntryValue() 719 currentNameSpace_ = nameSpace; in startRetrieveEntryValue() 723 if (nameSpace == currentNameSpace_) { in startRetrieveEntryValue() 747 currentNameSpace_ = nameSpace; in startRetrieveEntryValue() 754 const auto& it = requestedNameSpacesAndNames_.find(nameSpace); in startRetrieveEntryValue() 786 hwProxy_->startRetrieveEntryValue(nameSpace, name, newNamespaceNumEntries, in startRetrieveEntryValue()
|
D | WritableIdentityCredential.h | 76 const vector<int32_t>& accessControlProfileIds, const string& nameSpace,
|
D | IdentityCredential.h | 87 const string& nameSpace, const string& name, int32_t entrySize,
|
/device/google/cuttlefish/guest/hals/identity/libeic/ |
D | EicProvisioning.c | 240 const char* nameSpace, size_t nameSpaceLength, in eicProvisioningBeginAddEntry() argument 252 accessControlProfileIds, numAccessControlProfileIds, nameSpace, in eicProvisioningBeginAddEntry() 264 eicCborAppendString(&ctx->cbor, nameSpace, nameSpaceLength); in eicProvisioningBeginAddEntry() 272 eicCborAppendString(&ctx->cbor, nameSpace, nameSpaceLength); in eicProvisioningBeginAddEntry() 292 size_t numAccessControlProfileIds, const char* nameSpace, in eicProvisioningAddEntryValue() argument 302 accessControlProfileIds, numAccessControlProfileIds, nameSpace, in eicProvisioningAddEntryValue()
|
D | EicPresentation.c | 659 EicPresentation* ctx, const char* nameSpace, size_t nameSpaceLength, in eicPresentationStartRetrieveEntryValue() argument 670 eicCborAppendString(&ctx->cbor, nameSpace, nameSpaceLength); in eicPresentationStartRetrieveEntryValue() 680 accessControlProfileIds, numAccessControlProfileIds, nameSpace, in eicPresentationStartRetrieveEntryValue() 738 size_t encryptedContentSize, uint8_t* content, const char* nameSpace, in eicPresentationRetrieveEntryValue() argument 748 accessControlProfileIds, numAccessControlProfileIds, nameSpace, in eicPresentationRetrieveEntryValue()
|
D | EicProvisioning.h | 93 const char* nameSpace, size_t nameSpaceLength, 105 size_t numAccessControlProfileIds, const char* nameSpace,
|
D | EicPresentation.h | 216 EicPresentation* ctx, const char* nameSpace, size_t nameSpaceLength, 229 size_t encryptedContentSize, uint8_t* content, const char* nameSpace,
|
D | EicCbor.c | 227 const char* nameSpace, size_t nameSpaceLength, const char* name, in eicCborCalcEntryAdditionalData() argument 236 eicCborAppendString(&cborBuilder, nameSpace, nameSpaceLength); in eicCborCalcEntryAdditionalData()
|
D | EicCbor.h | 151 const char* nameSpace, size_t nameSpaceLength, const char* name,
|