Home
last modified time | relevance | path

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

/base/security/access_token/interfaces/innerkits/nativetoken/src/
H A Dnativetoken.c401 static uint32_t CheckStrArray(const char **strArray, int32_t strNum, int32_t maxNum, uint32_t maxInfoLen) in CheckStrArray() argument
409 if ((strArray[i] == NULL) || (strlen(strArray[i]) > maxInfoLen) || (strlen(strArray[i]) == 0)) { in CheckStrArray()

Completed in 1 milliseconds