Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_encode.c464 int nMinLen = (int)uMinLen; in QCBOREncode_EncodeHead() local
466 for(i = 0; uArgument || nMinLen > 0; i++) { in QCBOREncode_EncodeHead()
472 nMinLen -= nIterations; in QCBOREncode_EncodeHead()