Home
last modified time | relevance | path

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

/ohos5.0/base/tee/tee_client/services/authentication/
H A Dtcu_authentication.h26 int TcuAuthentication(uint8_t hash_type);
H A Dtcu_authentication.c258 int TcuAuthentication(uint8_t hash_type) in TcuAuthentication() function
/ohos5.0/base/tee/tee_client/services/teecd/src/
H A Dtee_agent.c213 (void)TcuAuthentication(HASH_TYPE_VENDOR); in main()
/ohos5.0/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H A Dcadaemon_service.cpp392 if (TcuAuthentication(HASH_TYPE_SYSTEM) != 0) { in InitCaAuthInfo()