Home
last modified time | relevance | path

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

/ohos5.0/base/tee/tee_client/services/authentication/
H A Dtee_auth_common.c58 char temp[CMD_MAX_SIZE] = { 0 }; in TeeGetCaName()
71 int bytesRead = ReadCmdLine(path, temp, CMD_MAX_SIZE, caName, nameLen); in TeeGetCaName()
H A Dtee_auth_common.h29 #define CMD_MAX_SIZE 1024 macro