Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_encode.c270 uint8_t uMinLen, in QCBOREncode_EncodeHead() argument
445 if (uArgument < CBOR_TWENTY_FOUR && uMinLen == 0) { in QCBOREncode_EncodeHead()
464 int nMinLen = (int)uMinLen; in QCBOREncode_EncodeHead()
543 const uint8_t uMinLen) in QCBOREncode_Private_AppendCBORHead() argument
550 uMinLen, in QCBOREncode_Private_AppendCBORHead()
/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_encode.h2326 uint8_t uMinLen,
2340 const uint8_t uMinLen);
2411 const uint8_t uMinLen, in QCBOREncode_Private_AddType7() argument
2414 QCBOREncode_Private_AppendCBORHead(pMe, CBOR_MAJOR_TYPE_SIMPLE, uArgument, uMinLen); in QCBOREncode_Private_AddType7()