Home
last modified time | relevance | path

Searched defs:uMajorType (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/lib/qcbor/src/
H A Dqcbor_encode.c89 const uint8_t uMajorType, in Nesting_Increase()
269 uint8_t uMajorType, in QCBOREncode_EncodeHead()
541 const uint8_t uMajorType, in QCBOREncode_Private_AppendCBORHead()
579 uint8_t uMajorType; in QCBOREncode_AddInt64() local
615 const uint8_t uMajorType, in QCBOREncode_Private_AddBuffer()
745 const uint8_t uMajorType) in QCBOREncode_Private_OpenMapOrArray()
790 const uint8_t uMajorType) in QCBOREncode_Private_OpenMapOrArrayIndefiniteLength()
819 const uint8_t uMajorType) in QCBOREncode_Private_CheckDecreaseNesting()
865 uint8_t uMajorType, in QCBOREncode_Private_CloseAggregate()
908 const uint8_t uMajorType) in QCBOREncode_Private_CloseMapOrArray()
[all …]
/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h206 uint8_t uMajorType; /* Indicates if item is a map or an array */ member