Home
last modified time | relevance | path

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

/optee_os/core/pta/veraison_attestation/
H A Dveraison_attestation.c111 if (UsefulBuf_IsNULLC(ubc_cbor_evidence)) { in cmd_get_cbor_evidence()
118 if (UsefulBuf_IsNULLC(ubc_cose_evidence)) { in cmd_get_cbor_evidence()
H A Dcbor.c207 if (UsefulBuf_IsNULLC(protected_header)) { in encode_cose_evidence()
225 if (UsefulBuf_IsNULLC(tbs_payload)) { in encode_cose_evidence()
/optee_os/core/lib/qcbor/inc/qcbor/
H A DUsefulBuf.h342 static inline int UsefulBuf_IsNULLC(UsefulBufC UB);
1739 static inline int UsefulBuf_IsNULLC(UsefulBufC UB) in UsefulBuf_IsNULLC() function
1765 return UsefulBuf_IsEmptyC(UB) || UsefulBuf_IsNULLC(UB); in UsefulBuf_IsNULLOrEmptyC()
1886 if(UsefulBuf_IsNULLC(UB) || uOffset >= UB.len) { in UsefulBuf_OffsetToPointer()
/optee_os/core/lib/qcbor/src/
H A DUsefulBuf.c410 if(UsefulBuf_IsNULLC(Tmp)) { in UsefulOutBuf_CopyOut()
H A Dqcbor_encode.c720 if(!UsefulBuf_IsNULLC(BigNumMantissa)) { in QCBOREncode_Private_AddExpMantissa()
H A Dqcbor_decode.c980 if(UsefulBuf_IsNULLC(Bytes)) { in QCBOR_Private_DecodeString()
1530 if(uReturn != QCBOR_SUCCESS && !UsefulBuf_IsNULLC(FullString)) { in QCBORDecode_Private_GetNextFullString()