Searched refs:dabCalculatedSize (Results 1 – 1 of 1) sorted by relevance
595 size_t dabCalculatedSize = 0; in appendDeviceAuthentication() local596 dabCalculatedSize += 2; // Semantic tag EIC_CBOR_SEMANTIC_TAG_ENCODED_CBOR (24) in appendDeviceAuthentication()597 dabCalculatedSize += 1 + eicCborAdditionalLengthBytesFor(calculatedSize); in appendDeviceAuthentication()598 dabCalculatedSize += calculatedSize; in appendDeviceAuthentication()601 eicCborBegin(cbor, EIC_CBOR_MAJOR_TYPE_BYTE_STRING, dabCalculatedSize); in appendDeviceAuthentication()