Searched refs:strLength (Results 1 – 3 of 3) sorted by relevance
135 void eicCborAppendString(EicCbor* cbor, const char* str, size_t strLength) { in eicCborAppendString() argument136 eicCborBegin(cbor, EIC_CBOR_MAJOR_TYPE_STRING, strLength); in eicCborAppendString()137 eicCborAppend(cbor, (const uint8_t*)str, strLength); in eicCborAppendString()
111 void eicCborAppendString(EicCbor* cbor, const char* str, size_t strLength);
463 size_t strLength = strlen(str); in getTagFromName() local468 if (section == NULL || sectionLength < strLength) { in getTagFromName()471 sectionLength = strLength; in getTagFromName()