Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A DUsefulBuf.h1435 #define UIB_MAGIC (0xB00F) macro
2238 pMe->magic = UIB_MAGIC; in UsefulInputBuf_Init()
2271 if(pMe->magic != UIB_MAGIC) { in UsefulInputBuf_BytesUnconsumed()