Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/identity/libeic/
DEicPresentation.c614 size_t dabCalculatedSize = 0; in eicPresentationCalcMacKey() local
615 dabCalculatedSize += in eicPresentationCalcMacKey()
617 dabCalculatedSize += 1 + eicCborAdditionalLengthBytesFor(calculatedSize); in eicPresentationCalcMacKey()
618 dabCalculatedSize += calculatedSize; in eicPresentationCalcMacKey()
621 eicCborBegin(&ctx->cbor, EIC_CBOR_MAJOR_TYPE_BYTE_STRING, dabCalculatedSize); in eicPresentationCalcMacKey()