Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h323 } QCBORDecodeNesting; typedef
347 QCBORDecodeNesting nesting;
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c206 DecodeNesting_GetCurrentLevel(const QCBORDecodeNesting *pNesting) in DecodeNesting_GetCurrentLevel()
217 DecodeNesting_GetBoundedModeLevel(const QCBORDecodeNesting *pNesting) in DecodeNesting_GetBoundedModeLevel()
228 DecodeNesting_GetMapOrArrayStart(const QCBORDecodeNesting *pNesting) in DecodeNesting_GetMapOrArrayStart()
235 DecodeNesting_IsBoundedEmpty(const QCBORDecodeNesting *pNesting) in DecodeNesting_IsBoundedEmpty()
246 DecodeNesting_IsCurrentAtTop(const QCBORDecodeNesting *pNesting) in DecodeNesting_IsCurrentAtTop()
257 DecodeNesting_IsCurrentDefiniteLength(const QCBORDecodeNesting *pNesting) in DecodeNesting_IsCurrentDefiniteLength()
277 DecodeNesting_IsCurrentBstrWrapped(const QCBORDecodeNesting *pNesting) in DecodeNesting_IsCurrentBstrWrapped()
288 DecodeNesting_IsCurrentBounded(const QCBORDecodeNesting *pNesting) in DecodeNesting_IsCurrentBounded()
301 DecodeNesting_SetMapOrArrayBoundedMode(QCBORDecodeNesting *pNesting, bool bIsEmpty, size_t uStart) in DecodeNesting_SetMapOrArrayBoundedMode()
318 DecodeNesting_ClearBoundedMode(QCBORDecodeNesting *pNesting) in DecodeNesting_ClearBoundedMode()
[all …]