Searched refs:UsefulBuf_IsNULLC (Results 1 – 6 of 6) sorted by relevance
111 if (UsefulBuf_IsNULLC(ubc_cbor_evidence)) { in cmd_get_cbor_evidence()118 if (UsefulBuf_IsNULLC(ubc_cose_evidence)) { in cmd_get_cbor_evidence()
207 if (UsefulBuf_IsNULLC(protected_header)) { in encode_cose_evidence()225 if (UsefulBuf_IsNULLC(tbs_payload)) { in encode_cose_evidence()
342 static inline int UsefulBuf_IsNULLC(UsefulBufC UB);1739 static inline int UsefulBuf_IsNULLC(UsefulBufC UB) in UsefulBuf_IsNULLC() function1765 return UsefulBuf_IsEmptyC(UB) || UsefulBuf_IsNULLC(UB); in UsefulBuf_IsNULLOrEmptyC()1886 if(UsefulBuf_IsNULLC(UB) || uOffset >= UB.len) { in UsefulBuf_OffsetToPointer()
410 if(UsefulBuf_IsNULLC(Tmp)) { in UsefulOutBuf_CopyOut()
720 if(!UsefulBuf_IsNULLC(BigNumMantissa)) { in QCBOREncode_Private_AddExpMantissa()
980 if(UsefulBuf_IsNULLC(Bytes)) { in QCBOR_Private_DecodeString()1530 if(uReturn != QCBOR_SUCCESS && !UsefulBuf_IsNULLC(FullString)) { in QCBORDecode_Private_GetNextFullString()