Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A DUsefulBuf.c95 int UsefulBuf_Compare(const UsefulBufC UB1, const UsefulBufC UB2) in UsefulBuf_Compare() function
148 if(!UsefulBuf_Compare(SearchNext, BytesToFind)) { in UsefulBuf_FindBytes()
H A Dqcbor_decode.c158 …if(Item2.uLabelType == QCBOR_TYPE_TEXT_STRING && !UsefulBuf_Compare(Item1.label.string, Item2.labe… in QCBORItem_MatchLabel()
162 …if(Item2.uLabelType == QCBOR_TYPE_BYTE_STRING && !UsefulBuf_Compare(Item1.label.string, Item2.labe… in QCBORItem_MatchLabel()
/optee_os/core/lib/qcbor/inc/qcbor/
H A DUsefulBuf.h616 int UsefulBuf_Compare(const UsefulBufC UB1, const UsefulBufC UB2);