Home
last modified time | relevance | path

Searched refs:newNamespaceNumEntries (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/identity/aidl/default/libeic/
DEicPresentation.c763 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()
DEicPresentation.h239 unsigned int newNamespaceNumEntries, int32_t entrySize,
/hardware/interfaces/identity/aidl/default/
DFakeSecureHardwareProxy.h185 const string& nameSpace, const string& name, unsigned int newNamespaceNumEntries,
DFakeSecureHardwareProxy.cpp618 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/
DSecureHardwareProxy.h205 const string& nameSpace, const string& name, unsigned int newNamespaceNumEntries,
DIdentityCredential.cpp828 unsigned int newNamespaceNumEntries = 0; in startRetrieveEntryValue() local
835 newNamespaceNumEntries = expectedNumEntriesPerNamespace_[0]; in startRetrieveEntryValue()
845 nameSpace, name, newNamespaceNumEntries, entrySize, accessControlProfileIds); in startRetrieveEntryValue()