Home
last modified time | relevance | path

Searched refs:numNamespacesWithValues (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/hardware/interfaces/identity/aidl/default/common/
H A DIdentityCredential.cpp600 size_t numNamespacesWithValues = 0; in startRetrieval() local
603 numNamespacesWithValues += 1; in startRetrieval()
626 numNamespacesWithValues, expectedDeviceNameSpacesSize_)) { in startRetrieval()
638 docType_, numNamespacesWithValues, in startRetrieval()
H A DSecureHardwareProxy.h201 unsigned int numNamespacesWithValues,
/aosp_15_r20/hardware/interfaces/identity/aidl/default/libeic/
H A DEicPresentation.c627 unsigned int numNamespacesWithValues, size_t expectedDeviceNamespacesSize) { in eicPresentationPrepareDeviceAuthentication() argument
721 eicCborAppendMap(&ctx->cbor, numNamespacesWithValues); in eicPresentationPrepareDeviceAuthentication()
740 eicCborAppendMap(&ctx->cborEcdsa, numNamespacesWithValues); in eicPresentationPrepareDeviceAuthentication()
H A DEicPresentation.h230 unsigned int numNamespacesWithValues, size_t expectedDeviceNamespacesSize);
/aosp_15_r20/device/google/cuttlefish/guest/hals/identity/common/
DIdentityCredential.cpp558 size_t numNamespacesWithValues = 0; in startRetrieval() local
561 numNamespacesWithValues += 1; in startRetrieval()
581 docType_, numNamespacesWithValues, in startRetrieval()
DSecureHardwareProxy.h164 unsigned int numNamespacesWithValues,
/aosp_15_r20/device/google/cuttlefish/guest/hals/identity/
DRemoteSecureHardwareProxy.cpp307 unsigned int numNamespacesWithValues, in calcMacKey() argument
317 docType.size(), numNamespacesWithValues, expectedProofOfProvisioningSize); in calcMacKey()
DRemoteSecureHardwareProxy.h121 unsigned int numNamespacesWithValues,
/aosp_15_r20/external/nos/host/generic/nugget/proto/nugget/app/identity/
Didentity.proto284 uint32 numNamespacesWithValues = 5; field
298 uint32 numNamespacesWithValues = 5; field
/aosp_15_r20/device/google/cuttlefish/guest/hals/identity/libeic/
DEicPresentation.c523 unsigned int numNamespacesWithValues, size_t expectedDeviceNamespacesSize) { in eicPresentationCalcMacKey() argument
641 eicCborAppendMap(&ctx->cbor, numNamespacesWithValues); in eicPresentationCalcMacKey()
DEicPresentation.h209 unsigned int numNamespacesWithValues, size_t expectedDeviceNamespacesSize);
/aosp_15_r20/hardware/interfaces/identity/aidl/default/
H A DFakeSecureHardwareProxy.cpp602 unsigned int numNamespacesWithValues, size_t expectedDeviceNamespacesSize) { in prepareDeviceAuthentication() argument
614 docType.c_str(), docType.size(), numNamespacesWithValues, expectedDeviceNamespacesSize); in prepareDeviceAuthentication()
H A DFakeSecureHardwareProxy.h181 unsigned int numNamespacesWithValues,