Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/identity/aidl/default/common/
H A DIdentityCredential.cpp562 size_t cborNumBytesForLength(size_t length) { in cborNumBytesForLength() function
576 return 1 + cborNumBytesForLength(value.size()) + value.size(); in cborNumBytesForTstr()
645 ret += 1 + cborNumBytesForLength(itemsToInclude.size()); in calcDeviceNameSpacesSize()
659 ret += 1 + cborNumBytesForLength(numEntriesPerNamespace.size()); in calcDeviceNameSpacesSize()