Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/
Dccm_mode.c40 unsigned int nlen, unsigned int mlen) in tc_ccm_config() argument
48 } else if (nlen != 13) { in tc_ccm_config()
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/
Dccm_mode.h112 unsigned int nlen, unsigned int mlen);
/hal_espressif-3.6.0/components/fatfs/src/
Dff.c2294 BYTE nc1, nlen; local
2305 nlen = nc1 = 0; wc = 1;
2309 if (wc != 0 && (wc = lfn[nlen]) != 0) nlen++; /* Get a character if exist */
2314 } while (lfn[nlen]); /* Fill next entry if any char follows */
2316 dirb[XDIR_NumName] = nlen; /* Set name length */
2500 UINT n, nlen, nent; local
2505 for (nlen = 0; fs->lfnbuf[nlen]; nlen++) ; /* Get lfn length */
2509 nent = (nlen + 14) / 15 + 2; /* Number of entries to allocate (85+C0+C1s) */
2553 nent = (sn[NSFLAG] & NS_LFN) ? (nlen + 12) / 13 + 1 : 1; /* Number of entries to allocate */