Home
last modified time | relevance | path

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

/ohos5.0/base/tee/tee_client/services/authentication/
H A Dtee_auth_common.c23 static int ReadCmdLine(const char *path, char *buffer, size_t bufferLen, char *caName, size_t nameL… in ReadCmdLine() function
71 int bytesRead = ReadCmdLine(path, temp, CMD_MAX_SIZE, caName, nameLen); in TeeGetCaName()