Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h133 #define LEN_IS_EIGHT_BYTES 27 macro
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c813 if(nAdditionalInfo >= LEN_IS_ONE_BYTE && nAdditionalInfo <= LEN_IS_EIGHT_BYTES) { in QCBOR_Private_DecodeHead()