Home
last modified time | relevance | path

Searched refs:expectedDeviceNamespacesSize (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/identity/aidl/default/libeic/
DEicPresentation.c564 size_t expectedDeviceNamespacesSize) { in appendDeviceAuthentication() argument
589 calculatedSize += 1 + eicCborAdditionalLengthBytesFor(expectedDeviceNamespacesSize); in appendDeviceAuthentication()
590 calculatedSize += expectedDeviceNamespacesSize; in appendDeviceAuthentication()
617 eicCborBegin(cbor, EIC_CBOR_MAJOR_TYPE_BYTE_STRING, expectedDeviceNamespacesSize); in appendDeviceAuthentication()
618 size_t expectedCborSizeAtEnd = expectedDeviceNamespacesSize + cbor->size; in appendDeviceAuthentication()
627 unsigned int numNamespacesWithValues, size_t expectedDeviceNamespacesSize) { in eicPresentationPrepareDeviceAuthentication() argument
720 docType, docTypeLength, expectedDeviceNamespacesSize); in eicPresentationPrepareDeviceAuthentication()
739 docType, docTypeLength, expectedDeviceNamespacesSize); in eicPresentationPrepareDeviceAuthentication()
DEicPresentation.h230 unsigned int numNamespacesWithValues, size_t expectedDeviceNamespacesSize);
/hardware/interfaces/identity/aidl/default/
DFakeSecureHardwareProxy.h182 size_t expectedDeviceNamespacesSize) override;
DFakeSecureHardwareProxy.cpp602 unsigned int numNamespacesWithValues, size_t expectedDeviceNamespacesSize) { in prepareDeviceAuthentication() argument
614 docType.c_str(), docType.size(), numNamespacesWithValues, expectedDeviceNamespacesSize); in prepareDeviceAuthentication()
/hardware/interfaces/identity/aidl/default/common/
DSecureHardwareProxy.h202 size_t expectedDeviceNamespacesSize) = 0;