Searched refs:newNamespaceNumEntries (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/identity/aidl/default/libeic/ |
D | EicPresentation.c | 763 unsigned int newNamespaceNumEntries, int32_t entrySize, in eicPresentationStartRetrieveEntryValue() argument 771 if (newNamespaceNumEntries > 0) { in eicPresentationStartRetrieveEntryValue() 773 eicCborAppendMap(&ctx->cbor, newNamespaceNumEntries); in eicPresentationStartRetrieveEntryValue() 776 eicCborAppendMap(&ctx->cborEcdsa, newNamespaceNumEntries); in eicPresentationStartRetrieveEntryValue()
|
D | EicPresentation.h | 239 unsigned int newNamespaceNumEntries, int32_t entrySize,
|
/hardware/interfaces/identity/aidl/default/ |
D | FakeSecureHardwareProxy.h | 185 const string& nameSpace, const string& name, unsigned int newNamespaceNumEntries,
|
D | FakeSecureHardwareProxy.cpp | 618 const string& nameSpace, const string& name, unsigned int newNamespaceNumEntries, in startRetrieveEntryValue() argument 632 newNamespaceNumEntries, entrySize, uint8AccessControlProfileIds.data(), in startRetrieveEntryValue()
|
/hardware/interfaces/identity/aidl/default/common/ |
D | SecureHardwareProxy.h | 205 const string& nameSpace, const string& name, unsigned int newNamespaceNumEntries,
|
D | IdentityCredential.cpp | 828 unsigned int newNamespaceNumEntries = 0; in startRetrieveEntryValue() local 835 newNamespaceNumEntries = expectedNumEntriesPerNamespace_[0]; in startRetrieveEntryValue() 845 nameSpace, name, newNamespaceNumEntries, entrySize, accessControlProfileIds); in startRetrieveEntryValue()
|