Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c943 const uint64_t uStrLen, in QCBOR_Private_DecodeString() argument
974 if(uStrLen > SIZE_MAX-4) { in QCBOR_Private_DecodeString()
979 const UsefulBufC Bytes = UsefulInputBuf_GetUsefulBuf(&(pMe->InBuf), (size_t)uStrLen); in QCBOR_Private_DecodeString()
1001 UsefulBuf NewMem = StringAllocator_Allocate(&(pMe->StringAllocator), (size_t)uStrLen); in QCBOR_Private_DecodeString()