Home
last modified time | relevance | path

Searched refs:outStrLenMax (Results 1 - 1 of 1) sorted by relevance

/test/xts/device_attest/services/core/utils/
H A Dattest_utils.c291 const uint32_t outStrLenMax = OUT_STR_LEN_MAX + 1; in CharToAscii() local
294 if (j >= outStrLenMax) { in CharToAscii()
306 if (strnlen(outStr, outStrLenMax) == outStrLenMax) { in CharToAscii()
307 ATTEST_LOG_ERROR("[CharToAscii] Out of the outStrLenMax"); in CharToAscii()
322 (void)memset_s(outStr, outStrLenMax + 1, 0, outStrLenMax + 1); in CharToAscii()

Completed in 2 milliseconds