Home
last modified time | relevance | path

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

/ohos5.0/base/tee/tee_client/services/authentication/
H A Dtcu_authentication.c261 const char **hashFileList = GetCaHashFileList(&listLen, hash_type); in TcuAuthentication() local
262 if (hashFileList == NULL) { in TcuAuthentication()
274 if (hashFileList[index] == NULL) { in TcuAuthentication()
278 if (!IsFileExist(hashFileList[index])) { in TcuAuthentication()
282 int setRet = TeeSetNativeCaHash(hashFileList[index]); in TcuAuthentication()